:root {
  --main-color: rgb(99, 169, 8);
  --main-color-light: rgb(151, 208, 45);
  --logo-color: #c49b4e;
    --background-color: #18191b;
    --section-background: #101214; 
    --contact-form: #0d0e10;
    --nav-background: rgba(10, 10,20, .8);
    --body-font: 'Poppins', sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.navbar .navbar_top {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0.5rem;
}
.nav_contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav_contact .head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  color: var(--main-color-light);
  text-shadow: 2px 2px 0px black;
}
.nav_contact .phone {
  width: 300px;
}
.storeLogo {
  height: 150px;
}
.nav_links_container {
  width: 100%;
  background: var(--main-color);
}
.nav-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-links .link {
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.4rem;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: var(--main-color);
}
.nav-links .active {
  background: var(--main-color-light) !important;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 3px solid white;
  font-weight: 700;
}
.mobile_nav_links {
  display: none;
}

#hero {
  position: relative;
  height: 90vh;
  width: 100%;
  min-width: 100%; 
  min-height: 90%;
  font-family: "Oswald", sans-serif;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("pictures/greensolutionshero.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  position: relative;
}

#hero .content {
  color: var(--main-color);
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
}

#hero .content h1 {
  font-size: 3.5rem;
  text-align: left;
  display: inline-block;
  position: relative;
  font-weight: 600;
  line-height: 4rem;
}

#hero .content h3 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 4rem;
}

#hero .content h3:after {
  content: '';
  width: 70%;
  margin: 2rem 15%;
  display: block;
  border-bottom: 4px solid var(--logo-color);
}


#hero button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 2rem 0 1.25rem 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: var(--main-color);
  border-color: #fff;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

#hero button a {
color: white;
text-decoration: none;
}

.services-header {
  padding: 0.75rem 0.9375rem;
  line-height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  color: rgb(99, 169, 8);
  background-color: #eee; 
  line-height: 1.4;
}

footer.page-footer {
  padding: 1.875rem 0;
  color: #8f8f8f;
  background-color: #2c2c2c;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANklEQVQYV2NkwAOUlJT+M+KSB0neu3ePEasCmCRIM4YCZEkMBeiSKAqwScIV4JIEK8AnCVIAANvPHW4/LfIcAAAAAElFTkSuQmCC);
  border-top: none;
  border-bottom: none;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 350px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  -webkit-box-shadow: inset 8px 15px 15.84px 8.16px rgba(0, 0, 0, 0.21);
  box-shadow: inset 8px 15px 15.84px 8.16px rgba(0, 0, 0, 0.21);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.social-links {
  margin-bottom: 1.5rem;
}

.fa-brands {
  font-size: 2.5rem;
  color: #8f8f8f;
  padding: 1rem;
}

.footer-span {
  color: var(--main-color);
}
.footer-a {
  text-decoration: none;
  color: white;
}

.footer a:hover {
  text-decoration: none;
  color: white;
}

footer.page-footer .footer-links {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}

footer.page-footer .footer-links ul {
  display: inline-block;
  padding: 0.9375rem 1.5625rem;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.07)), to(rgba(255, 255, 255, 0.07)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
    background-color: rgba(0, 0, 0, 0);
  background-color: #161616;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-direction: row;
  list-style: none;
}

footer.page-footer .footer-links li {
  padding: 10px;
  text-decoration: none;

}


footer.page-footer .footer-links li a{
  color: white;
  text-decoration: none;
}

.border-right {
  border-right: 1px solid rgb(66, 64, 64);
  color: rgb(66, 64, 64);
}

.highlight {
  color: var(--main-color);
  font-weight: bold;
}

.image-text {
  display: flex;
  flex-direction: row;
  font-size: 1.15rem;
}

.image-text img {
  height: 200px;
  width: 200px;
}

.picture-frame {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  margin-right: 1rem;
}

.picture-frame-right {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  margin-left: 1rem;
}

.section1 {
  margin: 2rem 5rem 2rem 5rem;
  display: flex;
  flex-direction: row;
}

.estimate-box {
  display: flex;
  flex-direction: column;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: none;
  border-bottom: none;
  border-radius: 10px;
  background-color: #1fa730;
  -webkit-box-shadow: inset 0px 0px 0px 11px #fff, 1px 3px 6px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 0px 11px #fff, 1px 3px 6px 2px rgba(0, 0, 0, 0.25);
  width: 350px;
}

.estimate-box h3, form{
  padding: 1.5rem 1.5rem;
  color: white;
}

.estimate-box form {
  display: flex;
  flex-direction: column;
}

.estimate-box form input{
  margin-bottom: 1rem;
}

.estimate-box button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
    margin-top: 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #fff;
  border-color: #cccccc;
  color: #333;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  display: block;
  width: 100%;
  margin-top: 0.9375rem;
  font-weight: 600;
  color: #1fa730;
  font-size: 1.5rem;
  border: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0 3px 2px rgba(50, 50, 50, 0.4);
  box-shadow: 0 3px 2px rgba(50, 50, 50, 0.4);
}

.left-side {
  width: 65%;
  margin-right: 1.5rem;
}

.right-side {
  width: 30%;
}

.left-side h2 {
  font-weight: 600;
}

.left-side button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: var(--main-color);
    border-color: #fff;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.left-side button a {
  color: white;
  text-decoration: none;
}

/* LESS THAN 1024 PX */
@media (max-width: 1024px) {
  .navbar .navbar_top {
    flex-direction: column;
  }
  .navbar .navbar_top .logo_link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .storeLogo {
    height: 100px;
  }
  .nav_contact .head {
    margin-top: 0.5rem;
    margin: 0;
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  .nav_contact .phone {
    width: 225px;
  }
  .nav-links {
    flex-direction: column; 
    text-align: center; 
    display: none; 
  }
  .nav-links.show {
    display: flex; 
  }
  .nav-links .link {
    border: none;
    width: 100%;
  }
  .menu-btn .icon {
    margin: 0 0.75rem;
    font-size: 1.9rem;
  }
  .menu-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
    padding: 0.75rem;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    background-color: var(--main-color);
    width: 100%;
  }
  .mobile_nav_links {
    display: flex;
  }
  .open_menu {
    display: flex;
  }
  .close_menu {
    display: none;
  }
  .show .close_menu {
    display: flex;
  }
  .show .open_menu {
    display: none !important;
  }
  .show .menu-btn {
    border-top: 1px solid white;
  }
}

/*----- Mobile Styles -----*/
@media only screen and (max-width: 768px) {
  .services-header {
    padding: 0.75rem 0.9375rem;
    line-height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    color: rgb(99, 169, 8);
    background-color: #eee; 
    line-height: 1.4;
    
  }

  .right-side {
    width: 100%;
    margin-bottom: 1rem;
  }

  .section1 {
    margin: .5rem 1.5rem .5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .estimate-box {
    display: flex;
    flex-direction: column;
    border: 0;
      border-top-width: 0px;
      border-top-style: none;
      border-top-color: currentcolor;
      border-bottom-width: 0px;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
    border-top: none;
    border-bottom: none;
    border-radius: 10px;
    background-color: #1fa730;
    -webkit-box-shadow: inset 0px 0px 0px 11px #fff, 1px 3px 6px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 0px 11px #fff, 1px 3px 6px 2px rgba(0, 0, 0, 0.25);
    
  }

  .image-text {
    display: flex;
    flex-direction: column;
    font-size: 1.15rem;
  }

  .picture-frame-right, .picture-frame {
    display: none;
  }

  footer.page-footer {
    padding: 1.875rem 1rem;
    color: #8f8f8f;
    background-color: #2c2c2c;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANklEQVQYV2NkwAOUlJT+M+KSB0neu3ePEasCmCRIM4YCZEkMBeiSKAqwScIV4JIEK8AnCVIAANvPHW4/LfIcAAAAAElFTkSuQmCC);
    border-top: none;
    border-bottom: none;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 350px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    -webkit-box-shadow: inset 8px 15px 15.84px 8.16px rgba(0, 0, 0, 0.21);
    box-shadow: inset 8px 15px 15.84px 8.16px rgba(0, 0, 0, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

}

