/* COLORS
LIGHT GREEN: #9DD137
DARK GREEN: #5D9F2D
LIGHT GREY: #D4DBDC
MID GREY: #3E5048
DARK GREY: #202A29
*/
.contact-bar{
  background-color: #3B4D4B;
  height: 32px;
}
.contact-bar .container{
  height: inherit;
}
.contact-bar a{
  color: #ABB4B5;
  text-decoration: none;
}
.contact-bar a:hover{
  color: #9DD137;
}
@media screen and (max-width: 1200px) {
  .form-control.btn{
    width: 200px !important;
  }
}
.navbar{
  background-color: #202A29;
}
.navbar a{
  color: #D4DBDC;
}
.navbar a:hover{
  color: #9DD137;
}
.navbar a.active{
  color: #9DD137;
}
@media screen and (min-width: 992px){
  .nav-link.active{
    border-left: 2px solid #5D9F2D;
  }
  .nav-link{
    border-left: 2px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  .nav-link:hover{
    border-left: 2px solid #5D9F2D;
  }
}

.dropdown-menu{
  margin-top: 0px;
  background-color: #202A29;
  border-style: none;
  display: none;
}
.dropdown .dropdown-icon{
  transform: rotateZ(0deg);
  transform-origin: center;
  transition: transform 0.2s linear;
}
.dropdown.show .dropdown-icon{
  transform: rotateZ(180deg);
  transform-origin: center;
}

.dropdown-item{
  color: #D4DBDC;
  transition: all 0.3s ease-in-out;
}
.dropdown-item:hover{
  background-color: transparent;
  color: #9DD137;
}
.dropdown-item.active{
  background-color: transparent;
  color: #9DD137;
}

@media screen and (max-width: 769px){
  #home-banner .carousel-item{
    height: 500px;
  }
  .banner{
    height: 300px;
  }
}
@media screen and (min-width: 769px){
  #home-banner .carousel-item{
    height: 600px;
  }
  .banner{
    height: 400px;
  }
}

.equiptment-carousel{
  height: 100%;
  overflow: hidden;
}
.divider{
  display: block;
  width: 30rem;
  height: 4px;
  background-color: #9DD137;
}
.carousel-img-1{
  background: url('../img/stacked-lumber.jpeg');
  background-size: cover;
  background-position: center;
}
.carousel-img-2{
  background: url('../img/shipping-lumber.jpeg');
  background-size: cover;
  background-position: center;
}
.carousel-img-3{
  background: url('../img/real-estate.jpg');
  background-size: cover;
  background-position: center;
}
.carousel-img-4{
  background: url('../img/excavation-equiptment.jpg');
  background-size: cover;
  background-position: center;
}
.carousel-caption{
  opacity: 0;
  transition: all 0.5s linear;
  transform: translateY(50px);
}
.carousel-caption.fade-in{
  opacity: 1;
  transform: translateY(0px);
}
.dark-overlay{
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.43);
  width: 100%;
  height: 100%;
}

#lumber-banner{
  background: url('../img/stacked-lumber.jpeg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#real-estate-banner{
  background: url('../img/real-estate.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#equiptment-banner{
  background: url('../img/equiptment-banner.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#project-banner{
  background: url('../img/forest.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#careers-banner{
  background: url('../img/shipping-lumber.jpeg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.service-info{
  background-color: #E9F1F2;
}
.btn{
  background-color: #9DD137;
  color: #202A29;
  width: 15em;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  transform: all 0.3s ease-in-out;
}
.btn:hover{
  background-color: #ABE33D;
}

#about{
  background-color: #E9F1F2;
  overflow: hidden;
}

.about-card{
  background-color: #FFFFFF;
  box-shadow: 5px 5px 10px #D4DBDC;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  height: 100%;
}

.about-card:hover{
  box-shadow: 0px 0px 20px #9DD137;
  background-color: #9DD137;
}
.about-card:hover .about-circle{
  box-shadow: 0px 0px 20px #9DD137;
  background-color: #FFFFFF;
}
.career-card{
  background-color: #E9F1F2;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  height: 100%;
}

.career-card:hover{
  box-shadow: 0px 0px 20px #9DD137;
  background-color: #9DD137;
}

.about-circle{
  background-color: #9DD137;
  border-radius: 100px;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
  transition: all 0.3s ease-in-out;
}

.card .about-circle i{
  transition: all 0.4s ease-in-out;
}
.card:hover .about-circle i{
  color: #9DD137;
}

#services{
  overflow: hidden;
}
#services-container.fade-in{
  opacity: 1;
}
.service-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px, 0px, 0px, 0px;
}
.service-container .service-image{
  object-position: left top;
  transform: scale(1.7);
}
.service-container:hover .service-overlay{
  height: 100%;
}

.service-overlay{
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 20px;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1200px){
  .service-title{
    color: #F4F4F4;
    font-size: 16px;
    position: absolute;
    top: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    border-bottom: solid 2px #F4F4F4;
  }
  .service-container:hover .service-title{
    color: #9DD137;
    border-bottom: solid 2px #9DD137;
    top: 30%;
  }

  .service-text{
    color: #F4F4F4;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease;
  }
  .service-container:hover .service-text{
    top: 44%;
  }

  .service-container .btn{
    position: absolute;
    top: 120%;
    width: 200px;
    transition: all 0.4s ease;
  }
  .service-container:hover .btn{
    display: block;
    top: 68%;
    transition: all 0.5s 0.1s ease;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
  .service-title{
    color: #F4F4F4;
    font-size: 16px;
    position: absolute;
    top: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    border-bottom: solid 2px #F4F4F4;
  }
  .service-container:hover .service-title{
    color: #9DD137;
    border-bottom: solid 2px #9DD137;
    top: 5%;
  }

  .service-text{
    color: #F4F4F4;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease;
  }
  .service-container:hover .service-text{
    top: 24%;
  }

  .service-container .btn{
    position: absolute;
    top: 120%;
    width: 180px;
    transition: all 0.4s ease;
  }
  .service-container:hover .btn{
    display: block;
    top: 72%;
    transition: all 0.5s 0.1s ease;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .service-title{
    color: #F4F4F4;
    font-size: 16px;
    position: absolute;
    top: 15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    border-bottom: solid 2px #F4F4F4;
  }
  .service-container:hover .service-title{
    color: #9DD137;
    border-bottom: solid 2px #9DD137;
    top: 5%;
  }

  .service-text{
    color: #F4F4F4;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease;
  }
  .service-container:hover .service-text{
    top: 24%;
  }

  .service-container .btn{
    position: absolute;
    top: 120%;
    width: 180px;
    transition: all 0.4s ease;
  }
  .service-container:hover .btn{
    display: block;
    top: 72%;
    transition: all 0.5s 0.1s ease;
  }
}
@media screen and (max-width: 767px){
  .service-title{
    color: #F4F4F4;
    font-size: 16px;
    position: absolute;
    top: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    border-bottom: solid 2px #F4F4F4;
  }
  .service-container:hover .service-title{
    color: #9DD137;
    border-bottom: solid 2px #9DD137;
    top: 10%;
  }

  .service-text{
    color: #F4F4F4;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease;
  }
  .service-container:hover .service-text{
    top: 28%;
  }

  .service-container .btn{
    position: absolute;
    top: 120%;
    width: 200px;
    transition: all 0.4s ease;
  }
  .service-container:hover .btn{
    display: block;
    top: 68%;
    transition: all 0.5s 0.1s ease;
  }
}

#interested p{
  font-size: 24px;
}

#main-footer{
  background-color: #202A29;
  color: #F4F4F4;
  overflow: hidden;
}
#main-footer .footer-divider{
  display: block;
  position: relative;
  width: 80%;
  height: 4px;
  background-color: #3E5048;
}
#main-footer li {
  list-style: none;
}
#main-footer a{
  color: #F4F4F4;
  text-decoration: none;
  border-left: none;
}
#main-footer a.active{
  color: #9DD137;
  border-left: none;
}
#main-footer a:hover{
  background: none;
  color: #9DD137;
  border-left: none;
}
#main-footer .dropdown-item:hover{
  background-color: #202A29;
}
#main-footer .dropdown-item.active{
  background-color: #202A29;
  color: #9DD137;
}
#main-footer .dropdown-menu{
  background-color: #202A29;
}

#main-footer iframe{
  width: 100%;
}

#copywrite{
  background-color: #F4F4F4;
  color: #222C43;
}

#contact{
  overflow: hidden;
  background: url(../img/forest.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#contact-bg{
  background-color: #E9F1F2;
  border-radius: 5px;
}
@media screen and (max-width: 767px){
  .estate-location iframe{
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 768px){
  .estate-location iframe{
    width: 600px;
    height: 320px;
  }
}
#contact-section a{
  color: inherit;
  text-decoration: none;
}
#contact-section a:hover{
  color: #9DD137;
  text-decoration: none;
}
