@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face{
   font-family: 'THEBOLDFONT-FREEVERSION';
   src:url('../fonts/THEBOLDFONT-FREEVERSION.otf') format('opentype');
}

@font-face{
   font-family: 'Milkyway DEMO';
   src:url('../fonts/Milkyway DEMO.ttf') format('truetype');
}
/*#f4f7fe;*/
body{  font-family: 'OpenSans-Regular';}
p{margin-top: 10px;}

.menubar{
	margin-bottom: 0;
	border-radius: 0;

}

.menubar .nav{margin-top: 2px;}
.menubar .nav li a{
	color:#000000;
	font-family: 'OpenSans-Semibold';
	letter-spacing: 1px;
	font-size: 16px;
	text-transform: uppercase;
}
.menubar .nav li a:hover{
	background: none;
	
}

.menubar{
	background: rgba(255,255,255,0.9);
}

.menubar .call{
	background: #f57b51;
	color: #ffffff !important; 
	border-radius: 6px;
}
.menubar .call:hover{
	background: #f57b51 !important;
	color: #ffffff !important; 
}


.logo{
	width: 200px;
}

.banner{
	padding: 0;
}

.banner img{
	width: 100%;
}

.cover{
	position: absolute;
	background:rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	color:#ffffff;
	text-align: center;
	z-index: 10;
}

.cover h1{
margin-top: 300px;
font-family: 'THEBOLDFONT-FREEVERSION';
letter-spacing: 2px;
font-size: 30px;
text-shadow: 2px 2px #000000;
}
.cover h2{
	font-family: 'THEBOLDFONT-FREEVERSION';
	letter-spacing: 2px;
	font-size: 40px;
	text-shadow: 2px 2px #000000;
}

.mt70{margin-top: 70px;}
.mt50{margin-top: 50px;}
.mt30{margin-top: 30px;}
.subhead{
	font-family: 'OpenSans-Semibold';
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 40px;
}

.intro h3{
	font-family: 'OpenSans-Semibold';
	color: #f57b51;
}


.intro p{
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 30px;
}

.org{
	color: #f57b51;
	font-family: 'OpenSans-Semibold';
}
.bold{
font-family: 'OpenSans-Semibold';	
}
.pic{
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.rooms{
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 10px;
}
.rooms img{
	width: 100%;
	margin-bottom: 15px;
}

.rooms span{
	display: inline-block;
	padding: 5px;
	width: 160px;
	font-size: 15px;
	font-family: 'OpenSans-Semibold';
}

.rooms span i{
	color:#d63447;
}

.button{
	background: #d63447;
	color: #ffffff !important; 
	border-radius: 6px;
	display: inline-block;
	padding: 10px  30px;
	font-family: 'OpenSans-Semibold';
	margin-top: 15px;
}
.button:hover{
	background: #f57b51 !important;
	color: #ffffff !important; 
	text-decoration: none;
}

.fullbg{
	background-color: #efefef;
	padding-top: 30px;
	padding-bottom: 30px;
}

.wbg{
	padding: 15px;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}

.list{
	list-style: none;
	padding-left: 0;
	font-family: 'OpenSans-Semibold';
	margin-top: 30px;
}

.list i{
	color:#d63447;
	margin-right: 15px;
}

.box{
	padding:29px 15px;

	text-align: center;
	background-color: #ffffff;
	margin-bottom: 30px;
	font-family: 'OpenSans-Semibold';
}

.box h3{
	font-size: 36px;
}
.box i{
	color:#d63447;
}


.footer{
	background-color: #222222;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer h4{
	font-family: 'OpenSans-Semibold';
	letter-spacing: 1px;
	font-size: 20px;
}

.footer p{
	letter-spacing: 1px;
	line-height:25px;
}


.footer ul{
	padding-left: 0;
	list-style: none;
}

.footer ul li a{
	display: block;
	color:#ffffff;
	text-decoration: none;
	padding: 5px;
}

.footer ul li a i{
	color:#f57b51;
}

.footer a{
	color:#ffffff;
	display: inline-block;
	text-decoration: none;
}

.footer a span{
	display: block;
	margin-right: 20px;
	color:#ababab;
}

.cont h4{
	font-family: 'OpenSans-Semibold';
	color: #999999;
}
.cont i{
	color:#d63447;
}

.cont p{
	font-size: 20px;
}

.map{
	margin-top: 50px;
	margin-bottom: 50px;
}

.map iframe{
	width: 100%;
}

.abt{margin-bottom: 50px;}
.abt i{
	color:#d63447;
	position: absolute;
	left: 0;
	top: 5px;
}

.abt p{
	position: relative;
	padding-left: 30px;
}

.footer2{
	background-color: #2e2e2e;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#ffffff;
}

@media(max-width: 768px)
{
	.cover h1{
		margin-top: 30px;
		font-size: 18px;
	}

	.cover h2{
		font-size: 24px;
	}
}