/*NAVBAR*/
.navbar {
    background-color: #fff;
    color: #000;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 0px;

}

.navbar-brand > img {
    height: 100%;
    width: auto;
    margin-left: 20px;
}

.navbar .nav > li > a {
    color: black !important;
    font-size: 18px;
}

/*MAIN-PAGE*/

.section-1 {
    min-height: 800px;
    height: 100%;
    background-image: url('../img/summer-grass.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

.section-1 p {
    font-size: 40px;
    color: #fff;
}

.section-1 .shadow {
    margin-top: 200px;
    padding-top: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-height: 400px;
    height: 100%;
}

.section-2 {
    padding-top: 60px;
    height: 100%;
    min-height: 300px;
    background-color: #5e5e5e;
    text-align: center;
    color: #fff;
}

.section-2 .glyphicon {
    font-size: 60px;
}

.section-3 {
    background-image: url('../img/trucks.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 60px;
}

.section-3 h1 {
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
}

.section-3 .carousel .item img {
    width: 100%;
}

/*GROUND-PAGE*/

.ground-content {

    background-image: url('../img/ground_bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
    height: 100%;
}

.text {
    padding-top: 60px;
    margin-bottom: 60px;
    margin-top: 200px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 10px 5px #333;
    font-size: 30px;

}

.margin {
    margin-bottom: 60px;
}

#map {
    height: 400px;
    width: 100%;
}

.contact-content {
    background-image: url('../img/contact_bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    min-height: 800px;
}

.contact-content span {
    font-size: 20px;
}

.contact-content .shadow {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(0, 0, 0, 0.9);
}

.btn-facebook {
    background: #3B5998;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #263961;
}

.btn-facebook:link, .btn-facebook:visited {
    color: #fff;
}

.btn-facebook:active, .btn-facebook:hover {
    background: #263961;
    color: #fff;
}
#myCarousel{
    width: 65%;
    margin: 0 auto;
}
.navbar-brand, .navbar-nav>li>a {
    height: 75px !important;
    line-height: 41px !important;
}