html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
}
a {
    text-decoration: none;
    color:#242424;
}
a:visited {
    color:#242424;
}
span {
    color:#78B90F;
}
.header {
    height: 90px;
    background: white;
    border-bottom: 1px solid black;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
    z-index: 2;
}

.logo {
	font: normal normal normal 25px/33px Segoe UI;
    align-self: center;
    font-size: 25px;
	z-index: 4;
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
	transition: top 0.3s ease;
}

.menu-icon {
    display: none;
    font-size: 30px;
    align-self: center;
	z-index: 4;
}

.item {
	font: normal normal normal 25px/33px Segoe UI;
    margin: 0 15px;
    font-size: 20px;
}

@media (max-width: 992px) {
    .menu {
        flex-direction: column;
        width: 100%;
        text-align: center;
        position: absolute;
        background-color: white;
        left: 0;
		border-bottom: 1px solid black;
    }

    .menu-icon {
        display: block;
    }

    .item {
        width: 100%;
        padding: 10px 0;
    }
}
section {    
	padding-top: 250px;
    padding-bottom: 250px;
	padding-left: 8px;
    padding-right: 8px;
}
.GPSolar {
	display: flex;
	align-items: center;
	justify-content: center;
}
.heading {
    font: normal normal normal 41px/54px Segoe UI;
    color: #333333;
	margin-right: 40px;
	max-width: 1060px;
}
.heading h1 {
    margin:0;
}
.heading p {
    margin:0;
	margin-top: 8px;
}
@media only screen and (max-width: 992px) {
  .GPSolar {
    flex-direction: column;
  }
  .GPSolar .video {
	  margin-top: 64px;
  }
  .heading {
    text-align: center;
	margin-right: 0;
  }
  section {    
	padding-top: 150px;
    padding-bottom: 150px;
  }
}
.video {
    /* Layout Properties */
    max-width: 720px;
    /* UI Properties */
    border: 1px solid var(---707070);
    background: #78B90F 0% 0% no-repeat padding-box;
    padding:10px;
}
video {
    width:100%;
}
.AboutUs {
    background: #242424 0% 0% no-repeat padding-box;
    color:#FFFFFF;
    text-align: center;
}
.AboutText {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.AboutText h2 {
	margin: 0;
    font: normal normal bold 69px/91px Segoe UI;
}
.AboutText p {
    font: normal normal normal 22px/30px Segoe UI;
}
.aboutImg {
    /* UI Properties */
    border: 1px solid var(---707070);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    width:534px;
}
.WhySolar {
    background-image:url("images/panels.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
	text-align: center;
}
.solarText {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.solarText h2 {
    margin:0;
    font: normal normal bold 69px/91px Segoe UI;
    letter-spacing: 0px;
    color: #242424;
}
.solarText p {
    font: normal normal normal 22px/30px Segoe UI;
}
.Contact {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactText {
	max-width: 1060px;
	margin-right: 40px;
}
.contactText h2 {
    margin:0;
    font: normal normal bold 69px/91px Segoe UI;
    color: #242424;
}
.contactText p {
    margin:0;
    font: normal normal normal 22px/30px Segoe UI;
    letter-spacing: 0px;
    color: #242424;
}
.contactInfo {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 5px solid #78B90F;
    text-align: left;
    font: normal normal normal 22px/30px Segoe UI;
    line-height: 45px;
	min-width: 600px;
    color: #242424;
    padding:10px;
}
.footer {
    text-align: center;
    font: normal normal normal 22px/30px Segoe UI;
    padding:30px;
    background: #f8f9fa;
    color: #242424;
}

@media only screen and (max-width: 992px) {
  .WhySolar {
    background-size: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .Contact {
	flex-direction: column;
  }
  .contactText {
	margin-bottom: 40px;
	margin-right: 0;
	text-align: center;
  }
  .contactInfo {
	min-width: auto;
  }
}

.industrial-rental {
    background-color: #242424;
    color: #FFFFFF;
    padding: 20px;
    font-family: Segoe UI, sans-serif;
    line-height: 1.6;
    text-align: center;
}
.industrial-rental h3 {
    font-size: 32px;
}
.industrial-rental p, .industrial-rental ul {
    text-align: left;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.important {
    color: #78B90F;
    font-weight: bold;
}

.premise {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
}

.premise ul {
    list-style: none;
    padding-left: 20px;
}

.premise li {
    margin-bottom: 8px;
    font: normal normal normal 22px/30px Segoe UI;
}

.image-placeholder {
    background-color: #333;
    margin-bottom: 64px;
    margin-top: 64px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777;
    font-size: 1.2em;
    text-align: center;
}

.additional-features {
    text-align: left;
    margin-top: 30px;
}

.additional-features h2 {
    font: normal normal bold 69px/91px Segoe UI;
}

.additional-features ul {
    list-style: none;
    padding-left: 20px;
}

.additional-features li {
    margin-bottom: 8px;
    font: normal normal normal 22px/30px Segoe UI;
}

@media (max-width: 992px) {
    .container {
        padding: 15px;
    }

    .premise ul {
        padding-left: 15px;
    }

    .additional-features ul {
        padding-left: 15px;
    }
}
