/* NEW  */
.standard-img{
    height: 700px;
    border-radius: 20px;
}
/* Navbar */
.nav-link{
  color: white!important;
}
.navbar{
  padding: 0px 0;
  background-color: white;
  height: 100px;
  color: black;
}
.navbar-brand img{
  height: 80px;
  margin: 20px 0;
  color: black
}
.navbar-light .navbar-toggler{
  color: black!important;
  border: solid 0px #222;
}
.offcanvas{
  background-color: #111;
  padding: 40px 0 0 50px;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.text-left{
    text-align: left!important;
}
main{
	display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
  text-align: center
}
section{
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
}
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: #4b764b
}
p{
  font-weight: 100;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}
img{
  max-height: 100%;
  max-width: 100%;
}
.background{
  background-image: url(../images/cutout-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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
}
.back-video{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-banner h1{
    font-size: 70px; 
    color: white;
}

.full-screen{
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center
}
.text-center{
    text-align: center
}
.home-first-card i{
  color: #4b764b;
  font-size: 40px;
}
.home-first-card h4{
  padding-left: 10px;
}
.home-first-card{
  background-image: url(../images/treesurgeon-left.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fffefc
}
.btm-background{
  background-image: url(../images/cutout-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fffefc
}
.btm-background a{
  color:#4b764b;
  font-weight: 800;
  text-decoration: none;
}
.home-first-card a{
    color:#4b764b;
    font-weight: 800;
    text-decoration: none;
}
.update-split{
  display: flex;
  align-items: center;
  padding: 10px;
}
.service-row p{
  color: #4b764b
}
.service-row h3{
  color: #4b764b
}
.service-row a{
  text-decoration: none
}
.btn {
    color: #fff!important;
    background: #4b764b;
    text-decoration: none;
    padding: 10px 25px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-out;
}
.btn:hover {
    background: #375839;
    color: #fff;
    transition: all 0.3s ease-out;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#top-bar {
    background: #fff;
    padding: 8px 0;
    font-size: 20px;
    border-bottom: 1px solid #e9e9e9;
    min-height: 120px;
    text-align: center;
}
#top-bar p{
	padding-top: 40px;
	font-size: 22px;
}
#top-bar strong {
    font-weight: 700;
    text-transform: uppercase;
}

#services{
    text-align: center;
    background: white;
}
#services .row .col-md-3{
    padding: 50px;
    margin: 0;
}

#services .row .col-md-3 h3 {
    font-size: 20px;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px 0;
}
#services .row .col-md-3 p {
    color: #fff;
    font-size: 16px;
    width: 45%;
    margin: 0 auto;
}
#services .row .col-md-3 p.img {
    text-align: center;
    margin: 0;
    width: 100%;
}
#services .row .col-md-3 p.img img {
    padding: 20px 0;
    margin: 0 auto;
    transition: all 0.3s ease-out;
}
#services .row .col-md-3:hover p.img img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease-out;
}
#services .row:nth-child(2) .col-md-3:nth-child(1) {
    background: #619a63;
}
#services .row:nth-child(2) .col-md-3:nth-child(2) {
    background: #5a8c5b;
}
#services .row:nth-child(2) .col-md-3:nth-child(3) {
    background: #4b764b;
}
#services .row:nth-child(2) .col-md-3:nth-child(4) {
    background: #375839;
}
#services .row:nth-child(3) .col-md-3:nth-child(1) {
    background: #375839;
}
#services .row:nth-child(3) .col-md-3:nth-child(2) {
    background: #4b764b;
}
#services .row:nth-child(3) .col-md-3:nth-child(3) {
    background: #5a8c5b;
}
#services .row:nth-child(3) .col-md-3:nth-child(4) {
    background: #619a63;
}
.modal-body{
  text-align: center
}
.modal-body img{
  height: 500px!important;
  padding: 50px 0;
}
.cta {
    background: #61b000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0;
    font-weight: 700;
}
.cta a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
.cta a.btn {
    background: #375839;
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}
.image-home {
	padding: 50px 0 20px 0;
}
.image-home img{
	width: 100%;
	border: solid 5px #e6e6e6
}
#contact{
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  text-align: center
}
footer {
    background: #4b764b;
    padding: 40px 0;
}
footer .col-md-3 p {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
}
footer .col-md-3 p a {
    color: #fff;
    text-decoration: underline;
}
footer .col-md-3 p a:hover {
    text-decoration: none;
    color: #fff;
}
footer .col-md-3 h4 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin: 0 0 20px 0;
}
footer .col-md-3 ul.fa-ul {
    margin-bottom: 0;
    margin-left: 17px;
}
footer .col-md-3 ul.fa-ul li {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
}
footer .col-md-3 ul.fa-ul li i.fa-li {
    top: 4px;
}
footer .col-md-3:first-of-type p {
    font-size: 12px;
    line-height: 20px;
}
footer iframe {
    width: 100%;
    border: 0;
}
#copy {
    background: #375839;
    padding: 15px 0;
    overflow: hidden;
}
#copy p {
    color: #fff;
    margin: 0;
    font-size: 13px;
}
#copy p a {
    color: #fff;
}
#copy p a:hover {
    color: #fff;
}
#copy ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#copy ul li {
    float: left;
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
}
#copy ul li:last-of-type {
    margin: 0;
}
#copy ul li a {
    color: #fff;
    font-size: 13px;
}
#copy ul li a:hover {
    color: #fff;
}
@media (max-width: 1210px) {
    #services .row .col-md-3 p {
        width: 75%;
    }
}
@media (max-width: 1050px) {
    section.banner.top {
        height: 400px;
    }
    section.banner.top video {
        top: 0;
    }
    section.banner.top .caption {
        top: 74px;
    }
}
@media (max-width: 992px) {
    main .col-md-3 .update-nag {
        height: 79px;
    }
    footer .col-sm-12 {
        padding-top: 20px;
    }
    #copy .col-xs-12 {
        text-align: center;
    }
    #copy .col-xs-12 p {
        text-align: center;
    }
    #copy .col-xs-12 ul {
        float: none;
        display: inline-block;
    }
}
@media (max-width: 768px) {
    #top-bar .col-xs-12 {
        text-align: center;
    }
    nav.navbar {
        height: initial;
    }
    nav.navbar .navbar-header .navbar-toggle .icon-bar {
        background: #fff;
    }
    nav.navbar #main-menu {
        padding: 0;
    }
    nav.navbar #main-menu ul {
        margin: 0;
        width: 100%;
    }
    nav.navbar #main-menu ul li a {
        text-align: left;
    }
    section.banner.top,
    section.banner.small {
        height: 300px;
    }
    section.banner.top video,
    section.banner.small video {
        top: 0;
    }
    section.banner.top .caption,
    section.banner.small .caption {
        top: 43px;
    }
    section.banner.top .caption .top,
    section.banner.small .caption .top {
        font-size: 25px;
    }
    section.banner.top .caption .mid,
    section.banner.small .caption .mid {
        font-size: 45px;
        color: white;
    }
    section.banner.top .caption .bt,
    section.banner.small .caption .bt {
        font-size: 25px;
    }
    footer .col-xs-12 {
        padding-bottom: 20px;
    }
}
@media (max-width: 580px) {
    section.banner.top,
    section.banner.small {
        height: 220px;
    }
    section.banner.top video,
    section.banner.small video {
        height: 600px;
    }
    section.banner.top .caption,
    section.banner.small .caption {
        top: 20px;
    }
    section.banner.top .caption .top,
    section.banner.small .caption .top {
        font-size: 17px;
    }
    section.banner.top .caption .mid,
    section.banner.small .caption .mid {
        font-size: 25px;
    }
    section.banner.top .caption .bt,
    section.banner.small .caption .bt {
        font-size: 22px;
        margin-bottom: 10px;
    }
    section.banner.top .caption a.btn,
    section.banner.small .caption a.btn {
        font-size: 15px;
        padding: 5px 15px;
    }
}
@media (max-width: 400px) {
    section.banner.top,
    section.banner.small {
        height: 160px;
    }
    section.banner.top video,
    section.banner.small video {
        top: 0;
    }
    section.banner.top .caption,
    section.banner.small .caption {
        display: none;
    }
    #top-bar .col-xs-12 img{
        display: none;
    }
}
