body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;

  padding: 0;
  margin: 0;

  background-color: black;
  color: #004D25;
}

h2 {
  font-size: 3em;
  padding-bottom: 3%;
  color: #004D25;
  line-height: 1.1;
  font-family: 'PT Serif', serif;
}

h2 strong {
  font-size: 1em;
  font-family: 'PT Serif', serif;
  padding: 0;
  color: #FFFFFF;
}

.category_header {
  font-family: 'PT Serif', serif;
  font-size: 4em;
  margin-bottom: 1em;
}

.container {
  text-align: center;
}

.logo {
  width: 45px;
  height: 45px;
  margin: 10px;
}

#navigation {
  padding: 15px;
  background:rgba(0,0,0,0.4);
}

#logo-link {
  text-align: center;
  display: block;
}

#logo-img {
  margin: 0 auto;
}

.nav-link {
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  font-size: 1.2em;
}

.nav-item {
  vertical-align: middle;
  margin: 0 2em;
  padding-top: .75rem;
}

.nav-item.nav-logo {
  padding-top: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #979797;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}

.nav-item.social-media {
  padding: 0 .5rem;
  margin: 0 2rem 0 0;
}

.social-icon {
  font-size: 1.45em;
  color: #FFFFFF;
}

#nav-phone-number {
  color: #FFFFFF;
  font-size: 2em;
  margin-left: 3rem;
}

.hero-img {
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 100vw;
  overflow: hidden;
  z-index: -1;
  object-fit: cover;
  /* animation: hero-img-fader 10s linear infinite; */
}

#main_header {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  background:rgba(0,0,0,.25);
}

#main_header_content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-self: center;
  justify-content: center;
  padding: 0 10%;
}

h1 strong {
  font-size: 1.75em;
  color: white;
  font-family: 'PT Serif', serif;
}

.splash_text {
  color: white;
  text-align: center;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
               0px 8px 13px rgba(0, 0, 0, 0.1),
               0px 18px 23px rgba(0, 0, 0, 0.1);
}

.header_text {
  font-size: 2.25em;
  color: lightgrey;
  font-family: 'PT Serif', serif;
}

#header_btn {
  margin: 1.5em 0;
}

/* Recent Projects */

#projects-container {
  padding: 7.5% 5%;
  text-align: center;
  background-color: #f4f4f4;
}

/* Parallax Image */

.jumbotron-img {
  height: 40vh;
  background-image: url(../img/headers/header_4.jpg);
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Services */

#services-container {
  padding: 7.5% 5%;
  text-align: center;
  background-color: #f4f4f4;
}

.service-row {
  margin: 2% 0;
}

.project_card {
  border: 0px solid #1c3b5d;
  border-radius: 12.5px;
  overflow: hidden;
  margin: 12.5px 0;
}

.img-overlay {
  overflow: hidden;
  position: relative;
  text-align: center;
  color: white;
  padding-top: 58%;
}

.service-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.service-text {
  transition: .4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  opacity: 1;
  z-index: 1;
}

.img-overlay:hover .service-text {
  transition: .4s ease;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-info-overlay {
  transition: .40s ease;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -100%);
  color: #FFFFFF;
  background-color: rgba(0,0,0,0.25);
}

.img-overlay:hover .service-info-overlay {
  transition: .4s ease;
  background-color: rgba(0,0,0,0.75);
}

.service-btn {
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.5% 10%;
}

.btn-outline-secondary {
  transition: .4s ease;
  background-color: #6c757d;
  color: #FFFFFF;
}

.img-overlay:hover .service-btn {
  transition: .4s ease;
  top: 72%;
}

.card_shadow {
  box-shadow: 1.5px 4px 3px rgba(20, 20, 20, 0.4),
               0px 8px 13px rgba(0, 0, 0, 0.1);
}

#feedback-container {
  background-color: #004D25;
  color: #FFFFFF;
  text-align: center;
  font-family: Helvetica;
}

#feedback-header {
  padding-top: 3em;
  margin: 0 1em;
  font-size: 1.5em;
}

.fa-quote-left {
  margin-top: .5em;
  font-size: 2.5em;
}

.carousel-item {
  padding: 5% 0;
}

.quote-text {
  font-size: 3em;
  padding: 5% 15% 5% 15%;
}

.quote-hr {
  border: 0;
  height: 1px;
  background-color: #FFFFFF;
}

.quote-name {
  padding: 2.5% 0;
  font-size: 2em;
}

#about-us-container {
  padding: 5% 10%;
  background-color: #f4f4f4;
  text-align: center;
}

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

.about-img-container {
  margin: auto;
  overflow: hidden;
  border-radius: 12.5px;
  width: 70%;
}

.about-img {
  border-radius: 12.5px;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-description {
  margin: 1em 0;
  font-size: 1.25em;
}

.about-name {
  font-size: 1.5em;
  font-weight: 550;
  font-family: 'PT Serif', serif;
}

@media (max-width: 1350px) {
  .img-overlay {
    padding-top: 75%;
  }
}

@media (max-width: 1310px) {
  #nav-phone-number {
    margin-left: 1.5rem;
    font-size: 1.75em;
  }

  .nav-item.social-media {
    margin: 0 1.5rem 0 0;
  }
}

@media (max-width: 1210px) {
  .nav-item {
    margin: 0 1em;
  }
}

@media (max-width: 1199px) {
  .img-overlay {
    padding-top: 65%;
  }
}

@media (max-width: 1060px) {
  #nav-phone-number {
    font-size: 1.5em;
  }

  .nav-item {
    margin: 0 .75em;
  }
}

@media (max-width: 1000px) {
  .quote-text {
    font-size: 2em;
  }

  h2 strong {
    font-size: 0.75em;
  }

  .header_text {
    font-size: 2em;
  }
}

@media (max-width: 991px) {
  .nav-item {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .jumbotron-img {
    background-attachment: inherit;
  }
}

@media (max-width: 767px) {
  .about-text {
    text-align: center;
  }

  .img-overlay {
    padding-top: 58%;
  }
}

@media (max-width: 625px) {
  .category_header {
    font-size: 3em;
  }

  h1 strong {
    font-size: 1.5em;
  }

  .header_text {
    font-size: 1.75em;
  }

  .about-card {
    margin-top: 1em;
  }

  .about-description {
    margin: 2em 0 0 0;
  }

  .about-name {
    margin: 0.5em 0 0 0;
  }

  h2 {
    line-height: 0.9;
  }

  .quote-text {
    font-size: 1.75em;
  }
}

@media (max-width: 470px) {
  .about-img-container {
    width: 50vw;
    height: 50vw;
  }

  .service-btn {
    padding: 2.5% 7%;
  }

  .img-overlay {
    padding-top: 75%;
  }
}

@media (max-width: 355px) {
  .service-btn {
    top: 115%;
  }
}

@media (max-width: 332px) {
  h2 strong {
    font-size: 0.65em;
  }

  .img-overlay {
    padding-top: 85%;
  }

  .btn-lg {
    font-size: 1rem;
  }

  h1 strong {
    font-size: 1.25em;
  }

  .header_text {
    font-size: 1.5em;
  }
}

