/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


div#wrapper {
    background: #0d0d2f;
}


#header-wrap {
    background-color: #bacbd3;
	border-bottom: 1px solid #bacbd3;
}


h1, h2, h3, h4 {font-family:'Lato', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color:#ffffff;
}



p {
	font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 0;		
}


h1 {
    font-size: 46px;
    color: #ffffff;
    line-height: 49px;
    text-transform: uppercase;

}

h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}

.btn {
    background-color: #e4b038;
    padding: 19px 24px;
    font-size: 18px;
	font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
	text-transform: uppercase;
	color:#000000;
}

.btn:hover {
    color: #000;
    background-color: #ffffff;
}


#hero {
	background-image: url('../images/hero.jpg');
	height: 745px; background-size: cover; 
	background-position: center; 
	position: relative;
}

p.txt-intro {
    font-size: 27px;
    line-height: 33px;
    margin-top: 150px;
}


#intro p {
    font-family: 'Lato', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    /* font-size: 19px; */
    line-height: 25px !important;
    margin-bottom: 0;
}


#intro span, #hero span {
    color: #edca19;
	font-weight: 700;
}




/* ----------------------------------------------------------------
FOOTER BLACK
-----------------------------------------------------------------*/

#footer {
	border-top: none;
}

footer {
    background: #0d0d2f;
	margin-top: 35px;
	border-top: none;
}

div#copyrights {
    background: #0d0d2f;
}


#copyrights {
    padding: 50px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}


footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

p.fone {
    margin: 0 0 6px;
    font-size: 20px;
}

footer h3 {
	color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 40px;
	line-height: 22px;
}

.icon-social {
    margin-right: 15px;
}

p.legal {
    font-size: 13px;
    line-height: 16px !important;	
    margin-top: 35px !important;
    width: 70%;
}

.social-icons {
    margin-bottom: 40px;
}

.chat a {
    color: #ffffff;
}





/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
	
#hero {
    background-image: url(../images/hero-mobile.jpg);
    height: 750px;
    background-size: cover;
    background-position: top center;
    position: relative;
    background-repeat: no-repeat;
}
	
section#intro {
    margin-top: -100px;
}	
	
h1 {
    font-size: 35px;
    color: #ffffff;
    line-height: 40px;
    text-transform: uppercase;
}	
	
.w-75, .w-50 {width: 100% !important;}		
#copyrights {padding: 20px 20px;}		
	
p.txt-intro {
    font-size: 21px;
    line-height: 26px;
    margin-top: 5px;
}	
	
iframe {

    height: 1637px;
}	
	
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
.col-md-6, .col-md-8 {
    flex: 0 0 auto;
    width: 90%;
}

iframe {

    height: 1517px;
}	
	
}