@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dawning+of+a+New+Day&display=swap');
@font-face {
    font-family: 'Abiah';
    src: url('fonts/Abiah-Light.eot');
    src: url('fonts/Abiah-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Abiah-Light.woff2') format('woff2'),
        url('fonts/Abiah-Light.woff') format('woff'),
        url('fonts/Abiah-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Abiah';
    src: url('fonts/Abiah-Regular.eot');
    src: url('fonts/Abiah-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Abiah-Regular.woff2') format('woff2'),
        url('fonts/Abiah-Regular.woff') format('woff'),
        url('fonts/Abiah-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	margin: 0; 
	font-family: 'Montserrat', sans-serif;
	color: #333; 
	line-height:24px;
	font-size: 14px;
	font-weight: 400;
}
hr{border-top-color:#e7e7e7; margin:2rem 0;}
a{text-decoration: none !important; color:#f9a392;}
a:hover{color:#333;}

a , .btn, img, .card, h4, .header, i{-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}

h1, h2, h3, h4, h5{text-transform: uppercase;}
h1{font-size: calc(40px + (48 - 40) * ((100vw - 300px) / (1600 - 300)));}
h2{font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1600 - 300))); margin-bottom: 40px; position: relative;}
h2:after{    
	content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #f9a392;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
}
h3{font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));}
h4{font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1600 - 300)));}
h5{font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))); color: #333;}

strong{font-weight: 700}

.text-bg{font-family: 'Abiah'; font-weight:normal;}
.text-bg:before{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -50%;
    height: 200%;
    opacity: .1;
	background: url(images/logo-text.png) center no-repeat;
	background-size: contain;
	display: none;
}


.bg-pink{background: #f9a392}


.header {
    width: 100%;
    position: fixed;
    background: #fff;
	z-index: 1000;
	box-shadow: 0 0 2px rgba(0,0,0,.2);}

.header:before {
    content: '';
	height: 100%;
	width: 100%;
	background: red;
	left: 0;
	top: 0;
}
.header.shrink {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.logo img{max-width:100px; width: 100%;}
.header.shrink .logo img{max-width:70px;}

.headerspacer{height: 160px;}

.topbar{color: #727272; text-transform: uppercase; line-height: 30px;}
.topbar a{color: #727272;}
.topbar a:hover{color: #f9a392;}
.topbar span a{margin-left: 10px;}

.menu a {
	color: #000;
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 10px 10px;
	margin-left: 20px;
	display: inline-block;
	border-bottom: 2px solid #e4e4e4;
}
.menu a:hover, .menu a.active {
	border-bottom-color:#f9a392;
}


#banner h4{
	font-family: 'Dawning of a New Day', cursive;
	text-transform: capitalize; 
	font-size: 3.8vw;text-shadow: 0px 0px 8px rgba(0,0,0,.3);
}
#banner h4 span{font-family: 'Abiah' !important; font-weight:300;}

.carousel-inner {
background: #000;
}
.carousel-inner img{
opacity: .8;
}


.carousel-caption{bottom: 10vh;}

.card{border-radius: 0;}
.box .col:nth-child(n+5){ margin-top: 30px}
.box a{color: #333;}
.box a:hover h4{color: #f9a392;}
.box a:hover .card{border-color: #f9a392;}
.box .card img{  max-width: 80px; width: 100%;}
.box .card {padding: 20px; height: 100%; align-items: center;}

.footer{border-top: 1px solid #e7e7e7; color: #aaaaaa;}
.footer .social a{margin: 0 5px; font-size: 18px; color: #aaaaaa}
.footer a{color:#f9a392;}
.footer a:hover{color:#333;}
.footer .form-control{border-radius: 0; border: 0; background-color: #f4f4f4; height: 38px; margin-bottom: 0;}



.form-control{border-radius: 0; border: 2px solid #eee; font-size:12px; height: 45px; margin-bottom: 10px;}
.form-control:focus {
    color: #333;
    background-color: #fff;
	border-color: #ffbeb0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249,163,146,.25);
}
.btn {
	border: 0;
	font-size: 12px;
	border-radius: 0;
	text-transform: uppercase;
	padding: 10px 20px;
}
.btn-primary{background-color: #f9a392;}
.btn-primary:hover{background-color: #333;}
.btn-default{background-color: #333; color: #fff}
.btn-default:hover{background-color: #f9a392; color: #fff}
.btn.btn-sm {
	padding: 5px 10px;
}
.btn:focus{outline:none}


.list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.list li{
	padding-left: 50px;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.list i{
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (min-width: 1200px) { 
	.container {max-width: 1200px;}
}
@media (max-width: 1199.98px) { 
	
}
@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
	.headerspacer { height: 140px; }
	.logo img, .header.shrink .logo img { max-width: 100px;}
	.carousel-caption{bottom: 50%; transform: translateY(50%);}
	
	.menu{display: none; position: absolute; right: 15px; top: 51px; background: #30282c; width: 100%; padding: 0 10px;}
	.menu a{color: #fff; margin-left: 0; display: block; padding: 10px 0; text-align: left; border-bottom: 1px solid #423e40;}
	.menu a:hover, .menu a.active { color: #f9a392; }
	.menu a:nth(last-child) {border: 0}
	
	.snav{ border: none; padding: 10px; width: 40px; cursor: pointer; z-index: 998; background: none;}	
	.snav i{display:block; background:#30282c; height:2px;}
	.snav i+i{margin-top:5px;}
	.snav:focus{outline: none;}
	.snav.openbtn i:nth-child(1){
	-moz-transform: rotate(45deg) translateX(5px) translateY(5px);
	-webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
	-o-transform: rotate(45deg) translateX(5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(5px) translateY(5px);
	transform: rotate(45deg) translateX(5px) translateY(5px);}
	.snav.openbtn i:nth-child(2){opacity:0;}
	.snav.openbtn i:nth-child(3){
	-moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	transform: rotate(-45deg) translateX(5px) translateY(-5px);}
	
	.box .col:nth-child(n+1) { margin-top: 15px;}
}

@media (max-width: 575.98px) {
	#banner h4{

		font-size: 5vw;
	}

	/*.carousel-caption {
		right: 5%;
		left: 5%;

	}*/
	
	.carousel-caption{
	display: flex;
	flex-flow: column;
	height: 100%;
	bottom: 0;
	top: 0;
	transform: none;
	justify-content: space-between;
	align-items: center;}
	.carousel-caption a{width: max-content}

	.topbar{font-size:9px;}
	.carousel-caption{padding-top: 10px; padding-bottom: 10px;}
	.carousel-caption a.btn{padding: 8px 15px;}
}