a {
  color: white;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin: 0 12px;
  text-decoration: none;
}

a:hover {
  color: darkgreen;
}

body {
  font-family: sans-serif;
  margin: 0;
}

hr {
  margin: 0;
}

h3 {
  color: green;
}

p, ul {
  color: rgb(75,75,75);
  line-height: 1.7em;
}

p > strong {
  color: darkgreen;
}

#about-us-arrow {
    display: inline-block;
    height: 48px;
    width: 48px;
}

#about-us-img {
  display: flex;
  justify-content: center;
}

#about-us-img > img {
  max-height: 360px;
  object-fit: contain;
  width: 100%;
}

#about-us-list {
  display: flex;
}

#about-us-list-footer {
  margin-top: 12px;
  text-align: end;
}

.about-us-row {
  display: flex;
}

.about-us-row > div {
  padding: 24px;
  width: 50%;
}

#arrow-icon {
  height: 48px;
  width: 48px;
}

#carousel {
    width: 100%;
}

#carousel > div > img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
}

#community {
  margin: auto;
  max-width: 800px;
  padding: 24px;
  text-align: center;
}

#community > a > img {
  height: 82px;
  margin-top: 8px;
}

#contact-content {
  padding: 24px;
}

#contact-content > h1 {
  text-decoration: underline;
}

#contact-email {
    margin: 0;
}

#content-container {
  margin: auto;
  max-width: 1096px;
}

#content-container > h1 {
  letter-spacing: 2px;
  padding: 0 24px;
  text-align: center;
  text-decoration: underline;
}

#drawer {
  align-items: center;
  background-color: white;
  display: flex;
  height: 0px;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  transition: height 0.5s;
  width: 100%;
  z-index: 10;
}

#drawer > a {
  margin: 6px 0;
  position: relative;
}

#drawer > a:not(.link-active) {
    color: dimgray;
}

#footer {
  align-items: center;
  background-color: #161c20;
  box-shadow: 0 50vh 0 50vh #161c20;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  min-height: 128px;
}

#footer-author {
  font-size: small;
}

#footer-author > p {
  color: white;
}

#footer-author > p > a {
  font-weight: 500;
  letter-spacing: normal;
  margin: 0;
}

#footer-content {
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: auto;
  max-width: 100%;
  padding: 12px 0;
}

.footer-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  justify-content: center;
  line-height: 1.7em;
  margin: 12px;
}

#footer-email {
  margin: 0;
}

.footer-info > a {
  height: 48px;
  margin: 0;
}

#footer-info > span {
  margin: 4px 0;
}

#gallery-header-img {
  filter: brightness(0.8);
}

#gallery-imgs {
  text-align: center;
}

#gallery-imgs > img {
  border: 1px darkgreen solid;
  height: 320px;
  margin: 6px;
  width: 320px;
}

#gallery-title {
  text-align: center;
}

.google-review {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  padding: 24px;
  text-align: center;
}

#google-reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; 
  margin: auto;
  max-width: 960px;
}

#google-reviews-header {
  font-weight: 500;
  margin-top: 48px;
  text-align: center;
}

#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
}

#hamburger > img {
  height: 32px;
  width: 32px;
}

.header-img, contact {
  max-height: 360px;
  object-fit: cover;
  width: 100%;
}

#home-content {
  box-sizing: border-box;
  height: 200px;
  padding: 28px 12px 0 12px;
  text-align: center;
  width: 100%;
}

#home-content > h1 {
  font-weight: 500;
  margin-top: 0;
}

#icon-fb {
  height: 36px;
  margin-left: 36px;
  width: 36px;
}

#icon-fb-white {
  height: 36px;
  width: 36px;
}

.link-active {
  color: green;
}

#link-estimate {
  border: 2px solid black;
  padding: 8px;
}

.link-in-text {
  color: green;
  margin: 0;
}

#logo {
  height: 74px;
  margin-left: 12px;
  padding: 10px 0;
  width: 208px;
}

.phone-tag {
  color: white;
  font-weight: 500;
}

.phone-tag-green {
  color: darkgreen;
}

.phone-tag-green:hover {
  color: green;
}

#nav {
  align-items: center;
  border-top: 4px darkgreen solid;
  display: flex;
  min-height: 82px;
  justify-content: space-around;
}

#nav-options {
  align-items: center;
  display: flex;
}

#nav-options > a:not(.link-active) {
    color: dimgray;
}

.responsive-container {
  display: flex;
  padding: 24px;
}

.review-icon {
  align-items: center;
  border-radius: 50%;
  color: white;
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 12px;
  width: 64px;
}

#review-user-1 {
  background-color: orangered;
}

#review-user-2 {
  background-color: magenta;
}

.stars-img {
  margin-top: 12px;
  width: 140px;
}

@media(max-width: 946px) {

  #content-container {
    padding: 0 24px;
  }

  .about-us-row {
    align-items: center;
    flex-direction: column;
  }

  .about-us-row:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
  }

  .about-us-row > div {
    padding: 12px;
    width: 100%;
  }

  #contact-content {
    padding: 12px;
    text-align: center;
  }

  #hamburger {
    display: block;
  }

  #hamburger:focus {
    outline: none;
  }

  #logo {
    margin-left: 6px;
  }

  #nav {
    justify-content: space-between;
    padding: 0 12px;
  }

  #nav-options {
    display: none;
  }

  .responsive-container {
    flex-direction: column;
    padding: 0;
  }

  #services {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

@media(max-width: 496px) {
  ul {
    margin: 0 auto;
  }

  #content-container {
    padding: 0 16px;
  }

  #about-us-list {
    display: block;
  }

  #footer-content {
    flex-direction: column;
  }

  #gallery-imgs > img {
    height: 290px;
    width: 290px;
  }

  #logo {
    height: 56px;
    padding: 4px 0;
    width: 158px;
  }
}

@media(max-width: 495px) {
  #contact-email {
    font-size: 14px;
    font-weight: 400;
  }
  
  #home-content {
      height: 300px;
  }
}

@media(max-width: 450px) {
  #footer-email {
    font-size: 12px;
  }
}

@media(max-width: 425px) {
  #contact-email {
    font-size: 12px;
  }
}

@media(max-width: 360px) {
  #content-container {
    padding: 0 8px;
  }
}

@media(min-width: 300px) {
    #carousel, #carousel > div > img {
        height: 250px;
    }
}

@media(min-width: 460px) {
    #carousel, #carousel > div > img {
        height: 400px;
    }
}

@media(min-width: 900px) {
    #carousel, #carousel > div > img {
        height: 600px;
    }
}