/* Universal */
body{
  font-family: 'Oswald', sans-serif;
}
.center-text{
  text-align: center
}
.cta{
  font-size: 30px;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
.center-text a{
  margin-top: 50px;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img{
  max-height: 100%;
  max-width: 100%;
}
.standard-img{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin-bottom: 30px;
}
h1{
  font-size: 80px;
  margin: 30px 0;
}
h2{
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}
h6{
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #87c655
}
p{
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}
b{
  font-weight: 900;
}
.small-print{
  font-size: 12px;
}
.btn-read-more{
  font-size: 16px;
  color: #808080;
}
.padding-top{
  padding-top: 20px;
}
ul li{
  list-style-type: none;
  line-height: 30px;
  font-weight: 200;
  font-size: 20px;
}
.btn{
  padding: 20px 50px;
  border-radius: 0px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.btn:hover{
  background: black;
   color: #87c655;
   border: solid 1px black
}
.btn-banner-light{
 background: white;
 color: #87c655!important
}
.btn-banner-dark{
  background: #87c655;
  color: white
}
.btn-small{
  border: solid 2px black
}
.btn-small:hover{
  border: solid 2px black
}
section{
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
}
.home-banner{
  background-image: linear-gradient(rgba(12,3,51,0.5),rgba(12,3,51,0.5));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  min-height: 100vh;
  text-align: center
}
.home-banner a{
  color: white;
}
.back-video{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.banner-logo{
  max-height: 180px;
  margin-top: 50px;
}
.home-banner p{
  font-size: 30px;
  padding-bottom: 30px;
}
.home-first-card i{
  color: #87c655;
  font-size: 40px;
}
.home-first-card h4{
  padding-left: 10px;
}
.home-first-card{
  background-image: url(../images/cutout-right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fffefa
}
.home-reviews{
  background-image: url(../images/treesurgeon-left.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fffefa;
  text-align: center;
}
.home-second-card{
  background-image: url(../images/img-3.jpeg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-second-card{
  background-image: url(../images/img-5.jpeg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-services{
  background-color: #87c655;
  color: white;
  text-align: center;
}
.internal-top{
  background-image: url(../images/treesurgeon-left.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fffefa;
  text-align: center;
}
.service-block{
  background-color: #fff;
  color: black;
  padding: 20px 10px;
  margin-top: 50px ;
}
.service-block p{
  font-size: 22px;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
}
.service-block:hover{
  cursor: pointer;
}
.icon-img{
  max-height: 150px
}
.credit{
  height: 70px;
  margin-bottom: 40px;
}

/* Navbar */
.nav-link{
  color: white!important;
}
.navbar{
  padding: 0px 0;
  background-color: white;
}
.navbar-brand img{
  height: 80px;
  margin: 20px 0;
}
.navbar-light .navbar-toggler{
  color: white!important;
  border: solid 0px #222;
}
.offcanvas{
  background-color: #111;
  padding: 40px 0 0 50px;
}

footer{
  background: #273847 no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 0;
}
footer h4{
  color: #fffefa;
  font-size: 20px;
  padding-bottom: 2rem;
  text-transform: capitalize;
}
footer p{
  font-size: 16px;
  line-height: 20px;
  color: white
}
footer a{
  color: #fffefa;
  font-size: 16px;
  padding-bottom: 1rem;
  display: block;
  text-decoration: none;
}
footer a:hover{
  color: #fffefa;
}
footer i{
  color: #A3B8C8;
  padding-right: .5rem;
  transition: .2s linear
}
footer a:hover i{
  color: #A3B8C8;
  padding-right: 20px;
  padding-left: 0;
}
.copyright{
  background: #273847;
  border: 1px #A3B8C8 solid
}
.copyright a{
  color: #fffefa;
}
.copyright p{
  color: #fffefa;
  font-size: 12px;
  padding: 5px 0;
  margin: 0;
}
.carousel-cell{
  margin: 50px 0;
  padding: 50px 100px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.form-group{
  margin: 20px 0;
}
.gallery{
  padding: 100px 0;
}
.example-image-link img{
  height: 400px;
  width: 100%;
  margin: 40px 0;
}
.about-box{
  margin-top: 50px;
  background-color: #fafafa;
  min-height: 340px;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
@media (min-aspect-ratio: 16/9){
  .back-video{
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9){
  .back-video{
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 1000px){
  body{
    text-align: center;
  }
  h1{
    font-size: 35px;
  }
  .home-banner{
    min-height: 100vh;
    background-image: url(../images/banner-2.webp)
  }
  .home-banner p{
    line-height: 40px;
  }
  .home-banner a{
    margin: 10px 0;
  }
  .back-video{
    display: none;
  }
  .navbar{
    padding: 10px 0;
  }
  .navbar-brand img{
    height: 50px!important;
  }
  .offcanvas{
    background-color: #111;
    padding: 100px 0 0 10px;
  }
  .carousel-cell{
    margin: 50px 0;
    padding: 20px;
  }
}

.home-images img{
  height: 100%;
  width: 100%;
}