.custom-navbar .navbar-brand {
    font-size: 20px;
    text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
}


#home h1 {
    font-size: 55px;
}

#home h3 {
    font-size: 18px;
}


.custom-navbar .navbar-brand #logo2 {
	background-color: white;
}
.custom-navbar .navbar-brand #logo1 {
	color: white;
	background-color: #00c6d7;
}

.section-title strong {
    font-size: 40px;
}


#about {
	padding-bottom: 0;
}




#contact {
    background: #ffffff;
    color: #FFF;
}

#contact .form-control {
    border: 2px solid #333333;
}

.contact-info {
	margin-top: 3.5%;
}

.contact-info, .contact-info a, #contact h3 {
    color: #333333;
}

.contact-info a:hover {
	color: #00c6d7;
	text-decoration: none;
}

.contact-info .col-md-6.col-sm-4 {
	padding-left: 0;
}


div#formbtn1, div#formbtn2 {
	margin-left: 0;
}

#contact input[type="reset"] {
    background: #00C6D7 none repeat scroll 0% 0%;
    border: 3px solid #00C6D7;
    letter-spacing: 1px;
    margin-top: 18px;
    height: 50px;
    color: #FFF;
}

#contact input[type="reset"]:hover {
    color: #000;
}

div#thanks h3 {
	color: #333333;
}


footer {
    padding-top: 20px;
    padding-bottom: 10px;
}

footer a {
    color: #333333;
}

footer a:hover {
	color: #00c6d7;
	text-decoration: none;
}


#about {
    background: #ffffff none repeat scroll 0% 0%;
    color: #333333;
	padding-bottom: 150px;
}

img#aboutimg {
	display: block;
	max-width: 100%;
	height: auto;
	float: left;
	padding-right: 50px;
	padding-bottom: 30px;
}

h3#aboutsubhead {
	padding-top: 0;
	margin-top: 0;
}

section#about p {
	text-align: justify;
}

#location {
	background: #3B3B3B none repeat scroll 0% 0%;
	padding-top: 100px;
}