body {
	font-family: 'Lato', sans-serif;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}




A.white {color: #dad5b8;}
A.white:link  {text-decoration: none; color: #dad5b8;}
A.white:visited {text-decoration: none; color: #dad5b8;}
A.white:hover {text-decoration: underline; color: white;}
A.white:active {text-decoration: none; color: #dad5b8;}






main h1 {
	color: #4d6659;
	margin: 25px 0;
	font-size: 30px;
}
main h2 {
	color: #4d6659;
	font-size: 26px;
}


main h3 {
	color: #4d6659;
	font-size: 20px;
	font-weight: bold;
	margin-top: 35px;
}



header {
	background: #2f6f9f;
	color: #dad5b8;
	border-bottom: 14px solid #bddcee;
}

#header-logo img {
	max-width: 260px;
	margin-left: 100px;
}

#header-logo address {
	padding-top: 25px;
	padding-right: 25px;
	font-size: 16px;
}



#ovp-gallery .item:first-child img {
-webkit-filter: brightness(.7);
filter: brightness(.7);
}
#ovp-gallery img {
width: 100%;
}
#ovp-gallery .carousel-caption {
top: 10%;
left: 10%;
right: 10%;
}
#ovp-gallery .carousel-caption h3 {
	font-size: 2em;
	font-weight: 700;
	color: White;
}
#ovp-gallery .carousel-caption p {
font-size: 20px;
}
#ovp-gallery .carousel-indicators {
bottom: -32px;
}
#ovp-gallery .carousel-indicators li {
border: 1px solid #919690;
}
#ovp-gallery .carousel-indicators li.active {
background: #919690;
}
#ovp-gallery .carousel-control {
bottom: -23px;
top: auto;
color: #919690;
}
#ovp-gallery .carousel-control.right,
#ovp-gallery .carousel-control.left {
background-image: none;
text-shadow: none;
width: 6%;
}
#ovp-gallery .carousel-control.right i,
#ovp-gallery .carousel-control.left i {
font-size: 16px;
}
#ovp-services {
background: #bddcee;
margin-top: 35px;
padding: 25px 0 45px 0;
}
#ovp-services img {
margin: 0 auto;
width: 100%;
}
.home-panel {
margin-top: 25px;
position: relative;
}
.home-panel h4 {
	color: #fff;
	position: absolute;
	bottom: 43%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 22px;
	padding: 4px 0;
	z-index: 9999;
}
.home-panel > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(84,82,70,0.55) 100%); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(84,82,70,0.55) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(84,82,70,0.55) 100%);
}
.section-details {
padding: 35px 0;
}
.section-details .text-right img {
margin-right: 0;
margin-left: auto;
opacity: 0.5;
}
.section-details h4 {
font-size: 22px;
margin-top: 30px;
}
.section-details p {
font-size: 16px;
}
.section-details i {
 color: #c5c7bf;
 font-size: 14em;
}
#ovp-info {
padding: 35px 0;
background: #bddcee;
}
#ovp-info h4 {
font-size: 20px;
}
#ovp-info #hours,
#ovp-info address{
padding-left: 25px;
}
footer {
background: #2f6f9f;
color: #d2d7d3;
}

#copyright {
padding: 20px 0;
}

@media (max-width: 767px) {
#header-logo img {
	margin-left: auto;
	margin-right: auto;
}
#header-logo address {
	text-align: left;
}
#shop-now {
	width: 100%;
	margin: 10px 0;
}
#ovp-gallery .carousel-caption p {
	display: none;
}
#ovp-gallery .carousel-caption h3 {
	font-size: 16px;
}
.section-details {
	padding: 15px;
}
.section-details .text-right {
	text-align: left;
}
.section-details .container {
	padding: 0;
}
}