@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&display=swap');

@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/Untype - Nova Grotesk Regular.otf');
	font-weight: 400;
}
@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/Untype - Nova Grotesk Bold.otf');
	font-weight: 700;
}
@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/Untype - Nova Grotesk ExtraBold.otf');
	font-weight: 800;
}
@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/Untype - Nova Grotesk Black.otf');
	font-weight: 900;
}
@font-face {
	font-family: 'Nova Grotesk Condensed';
	src: url('../font/Untype - Nova Grotesk Condensed Bold.otf');
	font-weight: 700;
}
@font-face {
	font-family: 'Nova Grotesk Expanded';
	src: url('../font/Untype - Nova Grotesk Expanded ExtraBold.otf');
	font-weight: 800;
}

h1 {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 800;
	font-size: 60px;
	line-height: 62px;
	color: #ffffff;
}

h2 {
	font-family: 'Nova Grotesk Condensed', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 62px;
	color: #ffffff;
}

h4 {
	font-family: 'Nova Grotesk Condensed', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	color: #ffffff;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
}

.lp-bg {
	background: #3364b1;
}

.hero {
	height: 120vh;
	background: url("../img/mast.jpg") bottom / cover no-repeat;
}

.negative-margin {
	margin-top: -490px;
}

.intro-paragraph {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.section-blueprint {
	background: url("../img/blueprint-img.jpg") bottom / cover no-repeat;
}

.section-blueprint img {
	visibility: hidden;
}

.lp-form {
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #3364b1;
}

.gradient-bg {
	/* background: url("../img/gradient-bg.png") top / cover no-repeat; */
}

.sub-section-1 {
	border-width: 2px;
	border-style: solid;
	padding-top: 20px;
	padding-bottom: 10px;
	background: url("../img/solar-power.jpg") center / cover no-repeat;
	height: 100vh;
}

.sub-section-2 {
	border-width: 2px;
	border-style: solid;
	padding-top: 20px;
	padding-bottom: 10px;
	background: url("../img/solar-water-heater.jpg") center / cover no-repeat;
	height: 100vh;
}

.sub-section-3 {
	border-width: 2px;
	border-style: solid;
	padding-top: 20px;
	padding-bottom: 10px;
	background: url("../img/generator.jpg") center / cover no-repeat;
	height: 100vh;
}

.cta-heading {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 46px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact-num-email {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
}

.contact-num-email a {
	text-decoration: none;
}

.contact-num-email-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 20px;
}

.location {
	font-family: 'Nova Grotesk Expanded', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	color: #fff333;
}

.location-address {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
}

@media (max-width: 1200px) {
	.negative-margin {
		margin-top: -310px;
	}
}

@media (max-width: 992px) {
	.negative-margin {
		margin-top: -280px;
	}
}

@media (max-width: 767px) {
	.negative-margin {
		margin-top: -75px;
	}
	.sub-section-1,
	.sub-section-2,
	.sub-section-3 {
		height: auto;
	}
	h1, h2 {
		font-size: 40px;
		line-height: 42px;
	}
	.location-address {
		padding-bottom: 30px;
	}
	.sub-section-bg {
		border-radius: 3px;
		background-color: rgba(255, 255, 255, 0.4);
	  	-webkit-backdrop-filter: blur(1px);
	  	backdrop-filter: blur(1px);
		padding: 15px;
	}
	.sub-section-1 .sub-section-bg {
		background-color: rgba(0, 0, 0, 0.4);
	}
		
}