
/* 
--- 
GLOBAL STYLES 
--- 
*/ 

* {
	/*border: 1px solid black;*/
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}

a {
	text-decoration: none;	
}

#logo {
	width: 220px;
	height: auto;
	margin-left: 5vw;
}

/* 
-- 
TOP NAVBAR 
-- 
*/

#topContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	height: 12vw;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 24px;
	font-family: 'Rubik', sans-serif;
	font-weight: 800;
	letter-spacing: 1.5px;
}

#topMenu {
	display: none;
}

#contactAnchor {
	border: 2px solid #c5e86c;
	border-radius: 24px;
	background-color: #c5e86c;
	padding: 3px 10px 3px 10px;
	margin-top: 0px;
	color: black;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
}

#contactAnchor:hover {
	cursor: pointer;
	background-color: white;
	border: 2px solid white;
	transition-duration: 0.5s;
}


/* 
-- 
SIDE NAVBAR 
-- 
*/

#sideMenu {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	background-color: #253746;
	width: 0px;
	height: 120%;
	z-index: 98;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
}

#menuList {
	margin-top: 160px;
	list-style-type: none;
	height: 100%;
	text-align: center;
}

#menuList a {
	display: inline-block;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
	text-decoration: none;
	color: white;
}

#menuList a:hover {
	cursor: pointer;
	color: #c5e86c;
	transition-duration: 0.5s;
}

.classicAnchor {
	margin-bottom: 30px;
}

.subAnchor {
	margin-bottom: 30px;
}

#menuList i {
	color: white;
	font-size: 14px;
}

#innerAbout {
	background-color: #c5e86c;
	height: 0px;
	padding-top: 0px;
	overflow: hidden;
}

#innerAbout a {
	color: #253746;
}

/*
--------------
CONTACT FORM
--------------
*/

#contactDiv {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,1);
}	

#contactInner {
	display: none;
}

/* 
-- 
FOOTER 
-- 
*/

footer {
	height: auto;
	background-color: #253746;
	color: white;
	font-family: 'Nunito Sans', sans-serif;
}

#footWrap {
	display: flex;
	justify-content: space-between;
}

#primaryDiv {
	width: 70%;
	text-align: left;
	padding-top: 70px;
	padding-left: 80px;
}

#primaryDiv i {
	font-size: 40px;
	margin-bottom: 10px;
}

#footText {
	width: 100%;
	margin-bottom: 10px;
}

footer h1 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

footer p {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#footLogo {
	width: 180px;
	height: auto;
	margin-bottom: 20px;
}

#graphicDiv {
	width: 80%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#cecRetail {
	width: 300px;
	height: auto;
}

#teslaCertified {
	width: 200px;
	height: auto;
	margin-bottom: 0px;
}

#footLinks {
	width: 45%;
	padding-top: 100px;
	padding-bottom: 30px;
}

#footLinks div {
	margin-bottom: 20px;
}

#footLinks a {
	margin-bottom: 24px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	color: white;
}

#thirdDiv {
	text-align: center;
	padding-bottom: 10px;
}

#thirdDiv a {
	text-decoration: none;
	color: white;
}

#archGraphic {
	display: none;
}


/* 
-- 
HOME PAGE 
-- 
*/

#mainVideo {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	z-index: 0; /* this prevented me from selecting the video play button */
	opacity: 80%;
}

.videoContainer {
	position: relative;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,1);
}

.containerClass {
	position: relative;
	width: 100%;
	text-align: center;
	/*background-color: rgba(0,0,0,1);*/
}

#coverTitle {
	width: 100%;
	position: absolute;
	top: 12vw;
	height: 20vw;
	padding-top: 10vw;
	color: white;
	z-index: 5;
}

#coverTitle h1 {
	width: 60%;
	margin: 0 auto;
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 3.5vw;
	font-weight: 700;
	letter-spacing: 0px;
	word-spacing: 10px;
	line-height: 150%;
}

/* span id's used to edit specific words */
.bold {
	color: #c5e86c;
	font-family: 'Rubik', sans-serif;
	font-size: 3.5vw;
	font-weight: 900;
	letter-spacing: 2px;
}

.italic {
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 3.5vw;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0px;
}

#alphaButton{
	background-color: #c5e86c;
	color: #253746;
	border: 3px solid #c5e86c;
	border-radius: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px 8px 3px 8px;
	z-index: 5;
}

/*#alphaButton:hover {
	cursor: pointer;
	background-color: white;
	border: 3px solid white;
	color: black;
	transition-duration: 1s;
}*/

#coverButton {
	width: 100%;
	position: absolute;	
	bottom: 30%;
	text-align: center;
	z-index: 5;
}

#coverButton button:hover {
	cursor: pointer;
	background-color: white;
	color: black;
	border: 3px solid white;
	border-radius: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	transition-duration: 0.5s;
}

.buttonClass {
	width: 100%;	
	position: absolute;	
	bottom: 40%;
	text-align: center;
	z-index: 10;
}

.learnButton {
	background-color: rgba(0,0,0,0.6);
	color: white;
	border: 1px solid white;
	border-radius: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 5px 10px 5px 10px;
}

.learnButton:hover {
	cursor: pointer;
	background-color: white;
	color: black;
	transition-duration: 0.5s;
}

.pageBanner {
	width: 100%;
	height: auto;
	display: block; /* stops gap from appearing under images and video*/
	filter: brightness(80%);
}

.coverImage {
	width: 100%;
	height: auto;
	display: block; /* stops gap from appearing under images and video*/
	filter: brightness(75%);
}

.divHeader {
	width: 100%;
	position: absolute;
	top: 40%;
	z-index: 10;
}

.containerClass h1 {
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 3vw;
	font-weight: 800;
	letter-spacing: 2px;
	word-spacing: 5px;
	line-height: 150%;
}

#contactInner {
	z-index: 5;
}	

#contactHeader {
	width: 100%;
	position: absolute;
	top: 10%;
	z-index: 10;
}

#contactHeader h1{
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 3vw;
	font-weight: 800;
	letter-spacing: 2px;
	word-spacing: 5px;
	line-height: 150%;
}

#contactHeader hr {
	background-color: #c5e86c;
	border: none;
	height: 1.5px;
	width: 20%;
	margin-left: 40%;
	margin-right: 40%;
}

#contactHeader p {
	margin-top: 2vw;
	color: white;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 2.5vw;
	font-weight: 700;
	letter-spacing: 2px;
}

#imageContact {
	height: 140vw;
}

#formContainer {
	position: absolute;
	top: 18vw;
	width: 100%;
	height: 60vw;
	z-index: 5;
}

#contactForm {
	margin-top: 2vw;
}

#inputFields {
	width: 75%;
	margin: 0 auto;
}

#messageField {
	width: 75%;
	margin: 0 auto;
}

#contactForm input {
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	height: 8vw;
	border-style: none;
	border-radius: 3px;
	color: #253746;
	padding-left: 10px;
	margin-bottom: 2vw;
}

/* Contact Form Error Output Styles - All Forms */
.errorOutput {
	width: 100%;
	background-color: #c5e86c;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2px;
	color: #253746;
	margin: 0 auto;
}

#contactForm textarea {
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	height: 60vw;
	color: #253746;
	border-radius: 3px;
	border-style: none;
	padding: 10px;
}

#contactForm button {
	width: 50%;
	background-color: rgba(0,0,0,0.6);
	color: white;
	border: 1px solid white;
	border-radius: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 5px 10px 5px 10px;
	margin-top: 1vw;
}

#contactForm button:hover {
	cursor: pointer;
	background-color: white;
	color: black;
	border: 1px solid white;
	border-radius: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	transition-duration: 0.5s;
}

#serviceInner {
	display: none;
}

#solarInner {
	display: none;
}

#batteryInner {
	display: none;
}

#projectInner {
	display: none;
}


/* 
-- 
ABOUT US PAGE 
-- 
*/

main {
	padding: 50px 0px 50px 0px;
}

.pageContainer {
	position: relative;
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
}

.projectPageContainer {
	position: relative;
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
}

.pageHeader {
	display: inline-block;
	width: auto;
	margin-bottom: 40px;
}

.pageHeader h1 {
	color: #253746;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 5vw;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 150%;
}

.pageHeader hr {
	background-color: #c5e86c;
	border: none;
	height: 2px;
	width: 100%;
}

.divText {
	margin-top: 2vw;
}

.divText p {
	color: #253746;
	margin-bottom: 15px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 200%;
}

.imageContainer {
	width: 75%;
	text-align: center;
	margin: 0 auto;
}

#serviceMap {
	width: 60%;
	height: auto;
	margin-bottom: 40px;
}

#cecImage {
	width: 60%;
	height: auto;
	margin-bottom: 40px;
}

/* 
-- 
ABOUT SOLAR PAGE 
-- 
*/

#solarDiagram {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.divText h3 {
	margin-bottom: 30px;
	color: #253746;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4px;
}

.numberButton {
	border-style: none;
	background-color: #c5e86c;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	color: #253746;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
	font-weight: 900;
	margin-top: 40px;
	margin-bottom: 25px;
}

.solarImages {
	margin-bottom: 5vw;
}

.solarHR {
	background-color: #c5e86c;
	border: none;
	height: 2px;
	width: 100%;
}

#solarOne {
	width: 35%;
	height: auto;
}

#solarTwo {
	width: 80%;
	height: auto;
}

#solarThree {
	width: 80%;
	height: auto;
}

#solarFour {
	width: 90%;
	height: auto;
}

#solarFive {
	width: 90%;
	height: auto;
}

#solarSix {
	width: 80%;
	height: auto;
}

/* 
-- 
SERVICE PAGE 
-- 
*/

#serviceContactBtn {
	border-style: none;
	border: 2px solid #253746;
	border-radius: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	background-color: white;
	color: #253746;
	margin-bottom: 30px;
	padding: 5px 20px 5px 20px;
}

#serviceContactBtn:hover {
	cursor: pointer;
	background-color: #253746;
	color: white;
	transition-duration: 0.5s;
}

.divText i {
	font-size: 50px;
	color: #253746;
	margin-bottom: 30px; 
}

/* 
-- 
PRODUCT PAGE 
-- 
*/

.pageContainer hr {
	background-color: #c5e86c;
	border: none;
	height: 2px;
	width: 100%;
}

.projectPageContainer hr {
	background-color: #c5e86c;
	border: none;
	height: 2px;
	width: 100%;
}

#batteryPromo {
	margin: 40px 0px 40px 0px;
	width: 100%;
	height: auto;
	
}

#regoWrap {
	width: 100%;
	margin: 0 auto;
}

#regoForm {
	margin-top: 3vw;
	text-align: center;
	color: #253746;
}

#inputWrap {
	margin-bottom: 20px;
}

#inputWrap input {
	height: 40px;
	width: 100%;
	margin-bottom: 2.5vw;
	border-style: none;
	border: 1.5px solid #253746;
	border-radius: 4px;
	padding-left: 5px;
	font-family: 'Nunito Sans', sans-serif;
	color: #253746;
	letter-spacing: 2px;
}

#questionWrap {
	width: 100%;
	margin: 0 auto;
}

.questionDiv {
	display: ;
	height: auto;
	align-items: center;

}

.questionBox {
	width: 100%;
	text-align: left;
}

.questionBox p {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.radioClass {
	display: flex;
	justify-content: center;
}

.radioBox {
	margin: 30px 0px 30px 0px;
	width: 40%;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.radioBox input:hover {
	cursor: pointer;
}

#radioDiv {
	width: 100%;
	margin: 30px 0px 0px 0px;
}

#powerBill {
	width: 40%;
	height: 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 3px;
	border: 1.5px solid #253746;
	
}

#messageWrap {
	padding-top: 20px;
}

#regoMessage {
	width: 100%;
	height: 250px;
	border: 1.5px solid #253746;
	border-radius: 8px;
	padding: 10px 0px 0px 10px;
	margin: 30px 0px 30px 0px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #253746;
}

#messageWrap button {
	border-style: none;
	border: 2px solid #253746;
	border-radius: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	background-color: white;
	color: #253746;
	margin-bottom: 30px;
	padding: 5px 20px 5px 20px;
}

#messageWrap button:hover {
	cursor: pointer;
	border-style: none;
	border: 2px solid #253746;
	background-color: #253746;
	color: white;
	transition-duration: 0.5s;
}

/* 
-- 
PROJECT PAGE 
-- 
*/

.projectDisplay h2{
	color: #253746;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 3px;
	margin-bottom: 30px;
}	

.projectDisplay img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.projectDisplay button {
	border-style: none;
	border: 2px solid #253746;
	border-radius: 24px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	background-color: white;
	color: #253746;
	margin-bottom: 30px;
	padding: 5px 20px 5px 20px;
}

.projectDisplay button:hover {
	cursor: pointer;
	border-style: none;
	border: 2px solid #253746;
	background-color: #253746;
	color: white;
	transition-duration: 0.5s;
}

#streakyProject {
	display: none;
}

#elizabethProject {
	display: none;
}

#castleProject {
	display: none;
}

#kurraltaProject {
	display: none;
}

#morganProject {
	display: none;
}

#maudeProject {
	display: none;
}

#geraniumProject {
	display: none;
}

#coonalpynProject {
	display: none;	
}

#teslaProject {
	display: none;	
}

#bowlandProject {
	display: none;	
}

#bowlandRoof {

}

#barossaRecProject {
	display: none;	
}

#barossaCouncilProject {
	display: none;	
}


#lightProject {
	display: none;	
}

#hybridProject {
	display: none;	
}

#portAugustaProject {
	display: none;
}

.projectWrap {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	display: block;
}

.projectTitle {
	text-align: left;
	font-family: 'Nunito Sans', sans-serif;
}

.projectTitle h3{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
}

.projectTitle hr{
	margin-top: 8px;
	margin-bottom: 24px;
	height: 1.5px;
	border: 1.5px solid #253746;
	background-color: #253746;
}

.projectInner {
	text-align: left;
	font-family: 'Nunito Sans', sans-serif;
	display: flex;
}

.innerHR {
	margin-top: 8px;
	margin-bottom: 24px;
	height: 0.5px;
	border: 0.5px solid #253746;
	background-color: #253746;
}

.innerLabel {
	width: 50%;
	margin-right: 30px;
}

.innerLabel p{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
}

.innerInfo {
	width: 50%;
}

.innerInfo p{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
}

#projectTesla {
	text-align: center;
}

#projectTesla hr{
	margin-top: 8px;
	margin-bottom: 24px;
	height: 1.5px;
	border: 1.5px solid #253746;
	background-color: #253746;
}

.projectText {
	text-align: center;
}

.projectText p {	
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 250%;
}


/* 
-- 
CONTACT PAGE 
-- 
*/

#contactContainer {	
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	text-align: center;
}

#contactForm2 {
	margin-top: 2vw;
}

#contactForm2 input {
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	height: 8vw;
	border: 1.5px solid #253746;
	border-radius: 5px;
	color: #253746;
	padding-left: 1vw;
	margin-bottom: 3vw;
}

#messageField2 {
	width: 100%;
	text-align: center;
}

#contactForm2 textarea {
	width: 100%;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1px;
	height: 50vw;
	color: #253746;
	border-radius: 8px;
	border: 1.5px solid #253746;
	padding: 1vw;
	margin-bottom: 3vw;
}

#contactForm2 button {
	background-color: white;
	color: #253746;
	border: 2px solid #253746;
	border-radius: 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 8px 20px 8px 20px;
}

#contactForm2 button:hover {
	cursor: pointer;
	background-color: #253746;
	color: white;
	border-radius: 30px;
	transition-duration: 0.5s;
}

#mapContainer {
	/*border: 1px solid black;*/
}

#officeMap {
	width: 100%;
	height: 40vw;
	margin-bottom: 40px;
}


@media (max-width: 500px){
	.coverImage {
		height: 75vw;
	}
	#footText {
		margin-bottom: 0px;
	}
	/* -- ABOUT US PAGE -- */
	.pageContainer {
		width: 70%;
		margin: 0 auto;
		padding: 40px 0px 0px 0px;
	}
	.pageHeader {
		margin-bottom: 15px;
	}
	.divText {
		margin-top: 0vw;
	}	
	.divText p {
		font-size: 16px;
		line-height: 175%;
		margin-bottom: 20px;
	}
	#cecImage {
		width: 60%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 501px){
	#sideMenu {
		height: 100%;
	}
	.solarH3 {
		font-weight: 900;
		margin-top: 30px;
	}
}

@media (min-width: 501px) and (max-width: 760px) {
	/* -- HOME PAGE -- */
	#imageContact {
		height: 120vw;
	}
	#formContainer {
		position: absolute;
		top: 18vw;
		width: 100%;
		height: 60vw;
	}
	#contactForm {
		margin-top: 2vw;
	}
	#inputFields {
		width: 60%;
		margin: 0 auto;
	}
	#messageField {
		width: 60%;
		margin: 0 auto;
	}
	#contactForm input {
		width: 100%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		height: 8vw;
		border-style: none;
		border-radius: 3px;
		color: #253746;
		margin-bottom: 1vw;
	}
	.errorOutput {
		width: 100%;
		background-color: #c5e86c;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 500;
		letter-spacing: 2px;
		color: #253746;
		margin: 0 auto;
	}
	#contactForm textarea {
		width: 100%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		height: 40vw;
		color: #253746;
		border-radius: 3px;
		border-style: none;
	}
	#contactForm button {
		width: 50%;
		background-color: rgba(0,0,0,0.6);
		color: white;
		border: 1px solid white;
		border-radius: 24px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		letter-spacing: 2px;
		padding: 5px 10px 5px 10px;
		margin-top: 1vw;
	}
	#contactForm button:hover {
		cursor: pointer;
		background-color: white;
		color: black;
		border: 1px solid white;
		border-radius: 24px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		transition-duration: 0.5s;
	}
	#footText {
		margin-bottom: 10px;
	}
	/* -- ABOUT US PAGE -- */	
}

@media (max-width: 761px) {
	#logo {
		width: 30vw;
	}
	#coverButton {
		bottom: 10%;
	}
	#footWrap {
		display: block;
		text-align: center;
	}
	#primaryDiv {
		width: 80%;
		text-align: center;
		padding-left: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
		margin: 0 auto;
	}
	#footLogo {
		width: 160px;
		margin-bottom: 30px;
	}
	#graphicDiv {
		width: 100%;
		display: block;
	}
	#cecRetail {
		width: 280px;
		height: auto;
		margin-bottom: 20px;
	}
	#footLinks {
		width: 100%;
		padding-top: 0px;
	}	
}

@media (min-width: 761px) {
	.pageBanner {
		object-fit: cover;
		max-height: 400px;
	}
	/* -- HOME PAGE -- */
	#imageContact {
		max-height: 900px;	
	}
	#imageContact {
		height: 90vw;
	}
	#formContainer {
		position: absolute;
		top: 18vw;
		width: 100%;
		height: 60vw;
	}
	#contactForm {
		margin-top: 2vw;
	}
	#inputFields {
		width: 60%;
		margin: 0 auto;
	}
	#messageField {
		width: 60%;
		margin: 0 auto;
	}
	#contactForm input {
		width: 100%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		height: 5vw;
		border-style: none;
		border-radius: 3px;
		color: #253746;
		margin-bottom: 1vw;
	}
	.errorOutput {
		width: 100%;
		background-color: #c5e86c;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 500;
		letter-spacing: 2px;
		color: #253746;
		margin: 0 auto;
	}
	#contactForm textarea {
		width: 100%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		letter-spacing: 1px;
		height: 30vw;
		color: #253746;
		border-radius: 3px;
		border-style: none;
	}
	#contactForm button {
		width: 50%;
		background-color: rgba(0,0,0,0.6);
		color: white;
		border: 1px solid white;
		border-radius: 24px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		letter-spacing: 2px;
		padding: 5px 10px 5px 10px;
		margin-top: 1vw;
	}
	#contactForm button:hover {
		cursor: pointer;
		background-color: white;
		color: black;
		border: 1px solid white;
		border-radius: 24px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		transition-duration: 0.5s;
	}
	footer {
		position: relative;
		overflow: hidden;
	}
	#graphicDiv {
		width: 80%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#cecDiv {
		margin-right: 3vw;
	}
	#cecRetail {
		width: 300px;
		height: auto;
	}
	#teslaDiv {
	}
	#teslaCertified {
		width: 200px;
		height: auto;
		margin-bottom: 0px;
	}
	#secondDiv {
		width: 100%;
		display: flex;
		justify-content: center;
		padding-left: 40px;
	}
	#thirdDiv {
		height: auto;
		background-color: #253746;
		color: white;
		padding: 0px 30px 20px 80px;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 2px;
		text-align: left;
	}
	/* -- ABOUT US PAGE -- */
	.pageHeader h1{
		font-size: 2.25rem;
	}
	/* -- BATTERY PAGE -- */
	#regoWrap {
		width: 80%;
	}
	/*-- CONTACT PAGE --*/
	#contactContainer {	
		width: 100%;
		height: auto;
		margin-bottom: 40px;
		text-align: center;
	}
	#contactForm2 {
		margin-top: 1vw;
	}
	#contactForm2 input {
		width: 90%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		font-size: 14px;
		letter-spacing: 1px;
		height: 5vw;
		border: 1.5px solid #253746;
		border-radius: 5px;
		color: #253746;
		padding-left: 1vw;
		margin-bottom: 3vw;
	}
	#messageField2 {
		width: 100%;
		text-align: center;
	}
	#contactForm2 textarea {
		width: 90%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		font-size: 14px;
		letter-spacing: 1px;
		height: 40vw;
		color: #253746;
		border-radius: 8px;
		border: 1.5px solid #253746;
		padding: 1vw;
		margin-bottom: 3vw;
	}
	#contactForm2 button {
		background-color: white;
		color: #253746;
		border: 2px solid #253746;
		border-radius: 30px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 2px;
		padding: 8px 20px 8px 20px;
	}
	#contactForm2 button:hover {
		cursor: pointer;
		background-color: #253746;
		color: white;
		border-radius: 30px;
		transition-duration: 0.5s;
	}
}

@media (min-width: 901px) {
	/* -- HOME PAGE -- */
	#alphaButton {
		font-size: 12px;
	}
	.learnButton {
		font-size: 12px;
	}
	#imageContact {
		height: 90vw;
	}
	#formContainer {
		position: absolute;
		top: 18vw;
		width: 100%;
		height: 60vw;
	}
	#contactForm {
		margin-top: 2vw;
	}
	#inputFields {
		width: 60%;
		margin: 0 auto;
	}
	#messageField {
		width: 60%;
		margin: 0 auto;
	}
	#contactForm input {
		width: 100%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		font-size: 14px;
		letter-spacing: 1px;
		height: 4vw;
		border-style: none;
		border-radius: 3px;
		color: #253746;
		margin-bottom: 1vw;
	}
	.errorOutput {
		width: 100%;
		background-color: #c5e86c;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 2px;
		color: #253746;
		margin: 0 auto;
	}
	#contactForm textarea {
		width: 100%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		font-size: 14px;
		letter-spacing: 1px;
		height: 24vw;
		color: #253746;
		border-radius: 3px;
		border-style: none;
	}
	#contactForm button {
		width: 50%;
		background-color: rgba(0,0,0,0.6);
		color: white;
		border: 1px solid white;
		border-radius: 24px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 2px;
		padding: 5px 10px 5px 10px;
		margin-top: 1vw;
	}
	#contactForm button:hover {
		cursor: pointer;
		background-color: white;
		color: black;
		border: 1px solid white;
		border-radius: 24px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		transition-duration: 0.5s;
	}
	#secondDiv {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding-left: 0px;
	}
	#thirdDiv {
		padding-left: 8vw;
		padding-bottom: 20px;
		display: flex;
		justify-content: space-between;
	}
	#thirdDiv div:last-child {
		width: 25%;		
	}
	#archGraphic {
		display: block;
		position: absolute;
		top: 80px;
		left: 28%;
		width: 420px;
		height: auto;
		transform: rotate(15deg);
	}
	/* -- ABOUT US PAGE -- */
	#cecImage {
		width: 400px;
		height: auto;
	}
	/* -- BATTERY PAGE -- */
	#regoWrap {
		width: 75%;
	}
}

@media (min-width: 1201px){
	/* -- HOME PAGE -- */
	#mainVideo {
		max-height: 1000px;
		object-fit: cover; /* This allows the video maintain its full width whilst limiting height */
	}
	.coverImage {
		max-height: 950px;
		object-fit: cover; /* This allows the image maintain its full width whilst limiting height */
	}
	.pageBanner {
		max-height: 400px;
		object-fit: cover;
	}
	#coverButton {
		display: none;
	}
	#imageContact {
		max-height: 800px;	
	}
	#sideMenu {
		display: none;
	}
	#topMenu {
		display: flex;
		justify-content: space-evenly;
		width: 65%;
		height: 40px;
		padding-top: 10px;
		margin-right: 0vw;
		overflow: hidden;
	}
	#topMenu div {
		position: relative;
		display: block;
		cursor: pointer;
		/*border: 1px solid #c5e86c;*/
	}
	#topMenu img {
		position: absolute;
		top: -3%;
		left: 90%;
		width: 20px;
		height: auto;
		transform: rotate(5deg);
		opacity: 0%;
	}
	#topMenu div:hover img {
		opacity: 100%;
		z-index: -100;
		transition: all ease-in-out 500ms;
	}
	#topContainer a {
		display: inline-block;
		color: white;
		font-size: 14px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.learnButton {
		font-size: 14px;
	}
	#productButton {
		bottom: 100px;
	}
	#projectButton {
		bottom: 100px;
	}
	#contactTitle p {
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 4px;
	}
	#formContainer {
		top: 250px;
		height: 400px;
	}
	#contactForm {
		margin:0 auto;
		width: 900px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#inputFields {
		width: 45%;
	}
	#inputFields input {
		width: 100%;
		margin-bottom: 24px;
	}
	#messageField {
		width: 50%;
	}
	#contactForm input {
		width: 100%;
		font-size: 14px;
		height: 50px;
	}
	#contactForm textarea {
		width: 100%;
		font-size: 14px;
		height: 230px;
	}
	#contactForm button {
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
	}
	footer {
		padding-left: 10%;
		padding-right: 10%;
	}
	#footWrap {
		overflow: hidden;
	}
	#archGraphic {
		left: 34%;
	}
	/* -- ABOUT US PAGE -- */
	.divText {
		width: 80%;
		margin: 0 auto;
	}
	.divText p {
		font-size: 20px;
		margin-bottom: 30px;
		letter-spacing: 1px;		
	}
	/* -- SERVICE PAGE -- */
	/* -- SOLAR PAGE -- */
	/* -- BATTERY PAGE -- */
	#regoWrap {
		width: 60%;
	}
	#questionWrap {
		width: 100%;
		margin: 0 auto;
	}
	.questionDiv {
		display: flex;
		height: auto;
		align-items: center;
		margin-bottom: 30px;
	}
	.questionBox {
		width: 60%;
		text-align: left;
	}
	.questionBox p {
		font-family: 'Nunito Sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.radioClass {
		display: flex;
		justify-content: center;
		width: 40%;
	}
	.radioBox {
		margin: 0px 0px 0px 0px;
		width: 50%;
		font-family: 'Nunito Sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.radioBox input:hover {
		cursor: pointer;
	}
	#radioDiv {
		width: 40%;
		margin: 0px 0px 0px 0px;
	}
	#powerBill {
		width: 75%;
		height: 30px;
		font-family: 'Nunito Sans', sans-serif;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
		text-align: center;
		border-radius: 3px;
		border: 1.5px solid #253746;
	}
	/* -- PROJECTS PAGE -- */
	/*.projectDisplay img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	margin-bottom: 20px;
	}*/
	.projectPageContainer {
		width: 50%;
	}
	/*-- CONTACT PAGE --*/
	#contactContainer {	
		width: 80%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	#contactForm2 {
		margin-top: 1vw;
	}
	#contactForm2 input {
		width: 90%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		font-size: 14px;
		letter-spacing: 1px;
		height: 3vw;
		border: 1.5px solid #253746;
		border-radius: 5px;
		color: #253746;
		padding-left: 1vw;
		margin-bottom: 1.5vw;
	}
	#messageField2 {
		width: 100%;
		text-align: center;
	}
	#contactForm2 textarea {
		width: 90%;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 300;
		font-size: 14px;
		letter-spacing: 1px;
		height: 20vw;
		color: #253746;
		border-radius: 8px;
		border: 1.5px solid #253746;
		padding: 1vw;
		margin-bottom: 1.5vw;
	}
	#contactForm2 button {
		background-color: white;
		color: #253746;
		border: 2px solid #253746;
		border-radius: 30px;
		font-family: 'Nunito Sans', sans-serif;
		font-weight: 900;
		font-size: 12px;
		letter-spacing: 2px;
		padding: 8px 20px 8px 20px;
		margin-bottom: 40px;
	}
	#contactForm2 button:hover {
		cursor: pointer;
		background-color: #253746;
		color: white;
		border-radius: 30px;
		transition-duration: 0.5s;
	}	
}

