
.row{
	margin: 0;
}
.cyan{
	color: #01c0e8;

}
.main-content{
	padding: 0 3%;
    font-family: "Avenir Medium";
    margin-bottom: 1%;
}

.cutie-patootie{
	font-family: 'Cutie Patootie';
	color: #666666 !important;
	font-weight: bold;
}

.display-sm{
	display: none;
}
.header{
  margin-bottom: 2%;
}
.header h3{
	font-size: 1.6em;
	text-transform: uppercase;
	padding-top: 3%;
	margin-left: 1%;
}
.header h2{
	font-size: 1.933em;
	margin-bottom: 2%;
}
h3:nth-of-type(2).header{
	color: red;
}
.description{
	text-transform: none;
    margin-right: 8.5%;
    margin-bottom: 2%;
    margin-top: 1%;
    font-size: 1.267em;
    color: #333333;
    line-height: 30px;
}

.margin_right0 .description{
    margin-right: 0;
}
.margin_right0 .description:last-child{
    margin-bottom: 100px;
}
.sub-header{
	font-family: 'Avenir Black';
	font-size: 1.267em;
	color: #333333;
}
.picture{
	float: right;
	text-align: center;
}
.picture img{
	margin: 0 auto;
}
.img-circle{
	box-shadow: 10px 10px #f6f6f6;
}
.trash-hand{
	font-family: 'Trash Hand';
	font-size: 3.286em;
	color: #656565;
}
.trash-hand img{
	vertical-align: text-top;
	padding-left: 1%;
}
@media(min-width: 767px) and (max-width: 992px){
	.displaynone-sm{
		display: none;
	}
	.display-sm{
		display: block;
	}
}
@media(max-width: 767px){
	.description{
		margin-right: 0;
	}
	#learn-more{
		display: none;
	}
	#learn-more-horizontal{
		display: block;
	}
    .margin_right0 .description:last-child{
        margin-bottom: 40px;
    }

}
