@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #545D60;
	font-size: 18px;
	line-height: 2;
	background: #fefefe;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}


h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
	color: #545D60;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	line-height: 1.2;
}

h2 {
	font-family: 'Cinzel', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 124%;
	color: #313A3C;
}

h1,
.blog #main h1 a,
h2.lg-font {
	font-family: 'Cinzel', sans-serif;
	font-weight: bold;
	font-size: 64px;
	line-height: 120%;
	color: #313A3C;
}

h3 {
	font-size: 32px;
	line-height: 130%;
	color: #545D60;
}

h4 {
	font-size: 23px;
	line-height: 138%;
	color: #545D60;
}
h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 138%;

}
article a,
a:visited {
	color: #29819D;
}

.main-btn,
a.main-btn,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 0px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 138%;
	font-weight: bold;
	color: #545D60;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff;
	background-color: #29819D;
}

a.secondary-btn,
.secondary-btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1.15px;
	text-transform: uppercase;
	line-height: 1.6;
}
a.secondary-btn,
.secondary-btn:hover{
	opacity: 1;
}
.lg-btn, a.lg-btn{
	text-transform: inherit;
}
.white-color,
.white-color *,
h2.white-color,
.white-color h2 {
	color: #fff;
}

/*Backgronds*/
.blue {
	background-color: #29819D;
}

.black,
.black * {
	color: #000;
}

/*CTA*/
.loaded .cta {
	background: url(../images/cat.jpg);
}

.loaded.webp .cta {
	background: url(../images/cat.webp);
}

.cta {
	padding: 45px 0;
}

.cta h2 {
	margin-bottom: 25px;
}
.cta a.main-btn{
	font-size: 16px;
	color: #545D60;
	text-transform: uppercase;
	opacity: 1;
}
.cta a.main-btn:hover{
	color: #fff;
}
/*Map*/

.mapsection {
    height: 326px;
    position: relative;
    overflow: hidden;
}
.mapsection iframe{
    height:100%;
    max-height:none;
}
.loaded .mapsection .map_bg {
    background: url(../images/map1.jpg);

}
.webp .mapsection .map_bg{
    background: url(../images/map1.webp);
}

.map_bg{
    text-align: center;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index:2;
    cursor: pointer;


}
.mapsection .clickMe {
    position: relative;
    top: 80%;
    cursor: pointer;
    color: #626262;
}
/*MODAL*/
.modal .main-btn{
	background-color: #29819D;
	color: #fff;
}
/* RESPONSIVE
---------------------------------------------------------- */
@media screen and (min-width: 1026px) {

	.lg-btn,
	a.lg-btn {
		min-width: 344px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
		height: 47px;
	}

	.cta {
		padding: 98px 0;
		min-height: 483px;
	}

	.cta h2 {
		margin-bottom: 65px;
	}

	.mob_link a:last-child {
		margin-left: 62px;
	}
}

@media screen and (min-width: 992px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1366px) {}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

@media screen and (max-width: 1025px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 767px) {

	h1,
	.blog #main h1 a,
	h2.lg-font {
		font-size: 38px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	.main-btn,
	a.main-btn,
	.bp-forms-btn,
	a.bp-forms-btn {
		font-size: 18px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 767px) {
	.mapsection{
		height: 190px;
	}
	.cta a.main-btn{
		font-size: 15px;
	}
}

@media screen and (max-width: 607px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 350px) {
	h1, .blog #main h1 a, h2.lg-font{
		font-size: 30px;
	}
	h2{
		font-size: 28px;
	}

}
