body {
  padding-top: 50px;
  background-color: #fff;
}

body p{
    font-family: sans-serif;
    font-size: 14px;
    line-height: 22px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,{
    font-family: sans-serif;
}

body ul {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 22px;
}

#topbar{
    top: 0;
    position: fixed;
    background-color: #2E3133;
    color: #fff;
    height: 40px;
    width: 100%;
}

#topbar p{
    text-align: center;
    padding-top: 12px;
}

.logo {
    height: 100%;
    background-color: #fff;
    min-height: 75px;
}

.navbar-header {
    min-height: 100px;
}

.navbar-inverse .navbar-nav>li>a {
    min-height: 100px;
    padding-top: 40px;
}

.navbar-nav>li>a:hover {
    color: #33cc33!important;
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #fff!important;
    border-bottom: 4px solid #33cc33;
    color: #000;
}

.navbar-fixed-top {
    top: 40px;
    background-color:#fff;
}

.navbar-brand {
    padding: 10px 50px;
}

.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #333!important;
}

.navbar-inverse .navbar-toggle:hover{
    background-color: #33cc33!important;
}

.navbar-inverse .navbar-toggle:focus{
    background-color: #fff!important;
}

.carousel {
    height: 800px!important;
    margin-bottom: 0!important;
}

.myCarousel {
    max-height: 800px!important;
}

.carousel .item {
    height: 800px!important;
}

.carousel-inner > .item > img {
    height: 800px!important;
}

.call-to-action {
    background-color: #efefef;
    color: #808080;
    font-family: sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 60px;
}

#body-copy {
    float: left;
    margin-bottom: 230px;
}

#body-img {
    float: right;
}

.footer {
    background-color: #2E3133!important;
    color: #fff;
    height: 300px!important;
    padding-top: 50px;
}

#footer-logo {
    border-right: 1px solid #33CC33;
}

#footer-logo img{
    max-height: 200px;
    margin: auto;
}

#social-media {
    border-right: 1px solid #33CC33;
    height: 200px;
}

#social-media h3{
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 35px;
}

#social-media a{
    color: #fff;
    padding: 15px;
}

#social-media a:hover{
    color: #33cc33;
}

#social-media li{
    display: inline;
}

#social-media i{
    padding-right: 10px;
}

#quote h3{
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px;
}

#quote p{
    text-align: left;
    padding: 0 35px;
    margin: 0;
    font-size: 12px;
}

#quote .btn{
    background-color: #33cc33;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}

#quote .btn:hover{
    background-color: #fff;
    color: #000;
}

#legal {
    background-color: #393D40;
    margin-top: 50px;
    height: 50px;
    padding-top: 15px;
}

#legal p{
    font-size: 12px!important;
    display: inline;
}

#form{
    margin-top: 150px;
    margin-bottom: 250px;
}

#form .btn{
    background-color: #33cc33;
    color: #fff;
    text-transform: uppercase;
    border: none;
}

p.error, p.success {
    font-weight: bold;
    padding: 10px;
    border: 1px solid;
}

p.error {
    background: #ffc0c0;
    color: #900;
}

p.success {
    background: #b3ff69;
    color: #4fa000;
}

#interior-body {
  margin-top: 25px;
  margin-bottom: 250px;
  float: left;    
}

#heading {
    margin-top: 100px;
}

#interior-img {
  margin-top: 175px;
  margin-bottom: 100px;
}

#services-body {
    margin-top: 125px;
    margin-bottom: 300px;
}

#body {
    padding-bottom: 50px;
}

#services-body h2{
    border-bottom: 1px solid #33cc33;
    padding: 8px 0;
}

#body-img-right {
    padding: 15px;
    float: right;
}

#body-img-left {
    padding: 15px;
    float: right;
}

#success {
    margin-top: 250px;
}


@media screen and (max-width: 767px){
    .carousel {
        height: 116px!important;
        margin-top: 90px;
    }
    .myCarousel {
        height: 116px!important;
    }

    .carousel .item {
        height: 116px!important;
    }

    .carousel-inner > .item > img {
        height: 116px!important;
    }
    
    .call-to-action h2{
        font-size: 16px;
    }
    
    .call-to-action h4{
        font-size: 14px;
    }
    
    
    #body-copy {
        padding-bottom: 450px;
    }
    
    #interior-body {
        padding-bottom: 450px;
    }
    
    .footer {
        height: 875px!important;
    }
    
    #footer-logo {
        padding: 50px
    }
    
    #social-media {
        padding: 50px 0;
        border-top: 1px solid #33cc33;
    }
    
    #social-media ul{
        display: block;
    }
   
    #spacer {
        margin: 125px;
    }
    
    #quote p{
        text-align: left;
        padding: 0 0px;
        margin: 0;
        font-size: 12px;
    }
    
    #legal {
        height: 85px;
    }
    
    #footer-logo {
        border-right: none;
        padding-bottom: 50px;
    }

    #social-media {
        border-right: none;
        border-bottom: 1px solid #33cc33;
        padding: 50px 0;
    }
    
    #quote {
        padding-top: 50px;
    }
    
    #legal {
        text-align: center;
    }
    
    #body-img-right {
        padding: 0;
        float: none;
    }

    #body-img-left {
        padding: 0;
        float: none;
    }  
    
    #services-body {
        margin-bottom: 700px!important;
    }
    
    #form {
    margin-top: 150px;
    margin-bottom: 850px;
    }
}