@charset "utf-8";
/* CSS Document */

:root {
	--corp-col-bg: #D19477; /*F2CCB7;*/
}

/*
.btn-dark {
	background-color: #FEE3D4;
	color: #D19477;
	border-color: gray;
}
*/


.bg-brand {background-color: var(--corp-col-bg);}

.topmenu-booknow-btn-div {margin-top:28px;}

.stickTop {
	background-color:white;
	position: sticky;
	top: 0px;
	z-index:9999;
}

/*
Needed for the marquee!
.stickTop2 { position: sticky; top: 95px; z-index:8888;}
*/

.obi-image img {
/*	border-radius: 50%; */
	width: 100%;
	height: auto;
}

.whyWithMeSection img {
	width: 30px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.obi_footer {
	color: white;
}
.obi_footer img {
	width: 30px;
	height: auto;
	padding-right: 5px;
}
.obi_footer a { 
	text-decoration: none;
	color: white;
}


.hero-contact-img {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), url("../img/istockphoto-1354174619-612x612.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 10px;
	/*min-height: 400px; /*added for large screen*/
}