 /****** CONTAINERS ******/
.image-bg-fluid-height {
    border:none !important;
    outline:none !important;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 104px 0 60px 0;
}

@media screen and (min-width: 990px) {
    .image-bg-fluid-height {
    padding:170px 0 90px 0;
    }
}

section {
    padding: 0 !important;
    border:none !important;
    outline:none !important;
}

section:active {
    border:none !important;
    outline:none !important;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

}

.row {
    margin: 0 auto !important;
    width:100%;
    max-width: 1100px;
    padding:0 !important;
}

.text-dash {
  display:inline-block;
  width:40px;
  background-color: #679436;
  height:4px;
  margin-bottom:10px;
}

.text-dash-long {
  display:inline-block;
  width:100%;
  background-color: #acacac;
  height:1px;
  margin:40px 0;
}

@media screen and (min-width: 990px) {
    .text-dash-long {
        margin:60px 0 40px 0;
    }
}

.grey-separator {
    width:100vw;
    padding: 0;
    height: 1px;
    left:0;
    background-color:#dedede;
}



/****** TYPOGRAPHY ******/

h1, h2, h3, h4, body, a {
    text-decoration: none;
    color:#2b2b2b;
}

h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
    padding: 0 20px;
}

h4, p {
    font-family: 'Open Sans', sans-serif;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

h1 {
    font-size: 70px;
    color: #ebf2fa;
    padding-bottom:30px;
    text-transform: uppercase;
}

h2 {
    font-size:32px;
    padding-bottom:30px;
    line-height: 38px;
}

.h2-contact {
    color: #679436 !important;
}

h3 {
    font-size:26px;
    line-height:36px;
    padding-bottom:10px;
}

.h3-white {
    color: #ebf2fa;
}

h4 {
    color: #ffffff;
    font-size: 14px;
}

body, p {
    font-size:15px;
    line-height:22px;
}

a {
    font-size:14px;
    font-weight:600;
    color:#2b2b2b;
    text-transform: uppercase;
}


a:hover {
    text-decoration: none;
    color: #2b2b2b;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

a:active {
    text-decoration: none;
}

.contact-link {
    text-transform: none;
    font-weight:600;
}

.contact-link:hover {
    text-transform: none;
    font-weight:600;
    text-decoration: underline;
}

.footer-link {
    font-family: 'Raleway', sans-serif;
    color:#FFFFFF;
}

.footer-link:hover {
    color:#FFFFFF;
    text-decoration: underline;
}

@media screen and (max-width: 990px) {

    h1 {
        font-size:50px;
        line-height: 58px;
        padding-bottom: 0px;
    }

    h2 {
        font-size:28px;
        line-height: 36px;
        padding-bottom: 10px;
    }

    h3 {
        font-size:20px;
        line-height: 28px;
    }


}


/****** NAVBAR ******/
.navbar-fixed-top {
    padding:20px 0px;
    height: 84px;
    margin: 0 auto;
    background-color: #FFFFFF;
    z-index:800;
}

.navbar-brand {
    float: left;
    padding-left: 20px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;

}


.navbar-brand img {
    display:inline-block;
    margin:0 !important;
    float:none;
    width:auto;
}

.icon-bar {
    background-color:#2b2b2b;
    width:24px !important;
    height:3px !important;
}

.icon-menu {
    background-color: transparent !important;
    letter-spacing: 2px;
    font-size:7px;
    padding:0;
    margin-top: -2px !important;
    font-family: 'Source Sans Pro', sans-serif;
}


@media screen and (max-width: 990px) {
    .navbar-collapse {
        position:relative;
        padding-top:20px;
        padding-bottom: 40px;
        background:#FFFFFF;
        -webkit-box-shadow: 0 10px 10px -10px rgba(18,18,18,0.3);
        -moz-box-shadow: 0 10px 10px -10px rgba(18,18,18,0.3);
        box-shadow: 0 10px 10px -10px rgba(18,18,18,0.3);
    }

    .navbar-brand img {
        padding-top:0px !important;
        height:40px;
    }

    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
      float: none !important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
    }
    .navbar-nav>li {
      float: none;
    }
    .collapse.in{
      display:block !important;
    }
    .navbar-fixed-top {
    padding:10px 0px;
    height: 64px;
    }
}

.navbar-toggle {
    border: none;
    padding: 2px 0px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

ul {
    margin: 0 auto !important;
}

.navbar-nav>li>a {
    margin: 0 auto;
    height: 44px !important;
    color:#2b2b2b !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-link {
    font;size:14px;
    font-family: 'Raleway', sans-serif;
}

.nav-btn {
    margin-right:0px !important;
}

@media screen and (min-width: 990px) {

    .nav-link {
        padding-top:12px !important;
    }
    
    .navbar .navbar-nav {
        display: inline-block;
        float:right;
    }

    .navbar-brand img {
        width:auto;
        height:45px;
    }

    .nav-btn {
        margin-right:20px !important;
    }

}

/****** BUTTONS ******/
.btn {
    height:44px;
    border-radius: 25px;
    font-size:14px;
    font-weight:600;  
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.btn-primary {
    color:#ffffff;
    padding: 12px 30px;
    background-color: #679436;
    border:none;
}

.btn-primary:hover {
    background-color:#4f7a20;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.btn-secondary {
    padding: 11px 30px;
    color: #2b2b2b;
    border: 2px solid #679436;
}

.btn-secondary:hover {
    background-color:#f0f4eb;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.btn-footer {
    color:#2b2b2b;
    width:44px;
    height:44px;
    padding: 12px 12px;
    background-color: #ffffff;
    border:none;
}

.fa-angle-right {
    padding-left:10px;
}


/****** CONTAINERS & WRAPPERS ******/

.thin-text {
    margin: 0 auto;
    width: calc(100% - 40px);
    float: none;
}

@media screen and (min-width: 990px) {
    .thin-text {
        width:100%;
        max-width:700px;
        margin: 0 auto;
    }
}

.blue-panel {
    background-color: #ebf2fa;
}

.white-panel {
    background-color: #ffffff;
}


/****** HOMEPAGE ******/
.home-header {
	background: url('../img/bg-01.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-center {
	margin: 0 auto;
}

 .h3-white {
    padding: 0 20px;
}

.main-wrap {
    padding: 30px 0 40px 0 !important;
}

.proof-points-wrap {
    padding-top: 40px !important;
}

.proof-points {
    background-color:#FFFFFF;
    padding:40px 20px;
    margin-top:20px;
    
}

.testimonials {
    padding:40px 20px;

}

@media screen and (min-width: 990px) {

    .main-wrap {
        padding: 60px 0 80px 0 !important;
    }

    .testimonials {
        padding-top:80px;
    }

}



/****** ARBORICULTURIST PANEL ******/
.arbor img {
    width:100%;
    height:auto;
    max-width:540px;
}
.arbor p {
    padding-bottom: 20px;
}

.arbor-content {
    text-align: center;
}

@media screen and (min-width: 990px) {

    .arbor-content {
        text-align: left;
    }

    .arbor-content p {
        padding-right:40px;
    }

    .arbor img {
        margin-top: 0px;
    }

}



/****** ABOUT PANEL ******/
.about-header {
    background: url('../img/bg-02.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-intro p {
    padding: 20px 0;
}

@media screen and (min-width: 990px) {
    .about-intro p {
        margin: 0 auto;
        width: 100%;
        max-width: 720px;
        padding: 40px 0 20px 0;
    }
}


/****** SERVICES PAGE ******/
.services-header {
    background: url('../img/bg-03.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/****** CONTACT PAGE ******/
.contact-header {
    background: url('../img/bg-04.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.span8 {
    padding-top:40px;
}


.form-label {
    font-weight:600;
    width:100%;
    max-width:500px;
    margin: 0 auto;
}

input, textarea {
    border: 1px solid #dedede !important;
}

form, input, textarea {
    text-align: left;
    width:100%;
    max-width:500px;
    margin: 0 auto;
    padding: 0 20px;
}

input, textarea {
    margin-bottom:20px;
}



/****** FOOTER PANEL ******/

.row-no-pad {
    width:100%;
    max-width:1920px !important;
    padding:0px 20px;
}

footer {
    width:100vw;
    padding: 30px 20px;
    left:0;
    background-color:#2b2b2b;
}

.footer-left {
    text-align:center;
}

.footer-right {
    padding-top:10px;
    text-align:center;
}

.footer-link {
    position: relative;
    top:10px;
}


@media screen and (min-width: 990px) {
    .footer-left {
        text-align:left;
    }

    .footer-right {
        text-align:right;
    }
}






