.intro1 {
    background: none;
    background-color : #475867;
}

body {
    background-color: #02a3a4;
}

.navbar-custom {
    background-color: #475867;
}

.navbar-custom.top-nav-collapse {
    padding: 0;
    background: #475867;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.services-section {
    background: #fff;
    font-size: 14px;
	color: black;
}

@media (min-width: 767px) {
.content-section {
    padding-top: 70px;
}
}

.block-p {
    font-size: 14px;
}

.white-block {
    background: #fff;
    border-bottom: 2px solid #dbdad8;
}

.contact-section {
    background: #fff;
    font-size: 14px;
	color: black;
}

.navbar-brand {
    height: 50px;
    padding: 5px 15px;
}


.navbar-custom .nav li.active a {
    background-color: #475867;
	color : white;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}


