/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
body{
	font-family: "Open Sans", Arial;
	overflow-y: scroll;
}
.navbar-brand {
    color: #ffffff;
    font-family: "ChunkFiveRegular";
    font-size: 4em;
    font-weight: normal;
    margin: 3px auto;
	width: 260px;
	background: url(../img/logo.png) no-repeat left center;
}

#products .col-md-4, #products .email{
	text-align: center;
	margin-bottom: 70px;
	padding-bottom: 70px;
	padding-top: 20px;
	border-bottom: 5px solid #f0f0f0;
	transition: all .3s ease-out;
}
#products .col-md-4.last{
	border: none;
}

iframe > div.gk-intro{
	display: none;
}

.titleheader2 {
    font-size: 52px !important;
    line-height: 72px;
    text-align: center;
    text-transform: capitalize;
	margin-bottom: 20px;
}
h2 small {
    clear: both;
    display: block;
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.6 !important;
    text-align: center;
    text-transform: uppercase;
}

h2.bg-primary, h2.bg-info, h2.bg-danger, h2.bg-success{
	padding: 10px 0;
}

#products .img-circle {
    border-radius: 50%;
    box-shadow: 1px 1px 1px #c4c4c4;
	transition: all .8s ease-out;
}

#products .col-md-4:hover .img-circle{
	transform: rotate(360deg);
	background: #31B0D5;
}
#products .col-md-4:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 980px) {

	.col-md-12.email > img{
	width: 100%;
	}

	
}