/* =================== */
/* === Hero Banner === */
/* =================== */

#hero-banner {
	height: calc(100vh - 10px);
	margin-bottom: 60px;
}

#hero-banner .foreground {
	color: #ffffff;
	z-index: 5;
	width: 100%;
	height: 100%;
	position: relative;
}

#hero-banner .foreground .inner {
	position: absolute;
	width: 620px;
	margin-top: 50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#hero-banner .foreground .inner > .statement,
#hero-banner .foreground .inner > .linkwrap {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

#hero-banner .foreground .inner > .statement {
	margin: 15px 0;
}

#hero-banner .foreground .inner > .statement h2 {
	font-size: 14px;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 2.75px;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

#hero-banner .foreground .inner > .statement h3 {
	font-size: 64px;
	line-height: 1.1;
	margin-bottom: 5px;
}

`,
#hero-banner .foreground .inner > .statement h3 {
	display: block;
	visibility: visible;
}

#hero-banner .foreground .inner > .statement .logo {
	display: none;
	visibility: hidden;
	margin-bottom: 60px;
}

#hero-banner .foreground .inner > .statement .logo svg {
	width: 240px;
	height: auto;
	fill: #ffffff;
}

#hero-banner .foreground .inner > .linkwrap {
	margin: 35px 0 15px;
}

#hero-banner .foreground .inner > .linkwrap a {
	margin: 0;
	width: 260px;
}

#hero-banner .background {
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

#hero-banner .background .image-bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#hero-banner .link1,
#hero-banner .link2 {
	display: inline-block;
}

#hero-banner .link1 {
	margin-right: 30px;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Extra Large devices (desktops, less than 1281px) */
@media (max-width: 1280.98px) {



}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {



}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

	#hero-banner {
		height: 100vh;
	}

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {


	#hero-banner .foreground .inner {
		width: 100%;
		left: 0;
		right: 0;
		text-align: center;
		margin-top: 40px;
	}

	#hero-banner .foreground .inner > .statement h2,
	#hero-banner .foreground .inner > .statement h3 {
		display: none;
		visibility: hidden;
	}

	#hero-banner .foreground .inner > .statement .logo {
		display: block;
		visibility: visible;
	}

	#hero-banner .link1,
	#hero-banner .link2 {
		display: block;
	}

	#hero-banner .link1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	#hero-banner .foreground .inner > .statement .logo svg {
		width: 200px;
	}

}







