/*!
 * Start Bootstrap - Logo Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.navbar-static-top .nav {
    padding: 0px 0;
    background-color: ;
}

.navbar-static-top .navbar-brand {
    padding: 0 15px;
}

.cover-header {
    /*1920 x 400*/
    width: 1920px;
    height: 400px;
    background: url('../images/HFX_Airport_4.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: table-cell;
    vertical-align: middle;
}
.text-vertical-center{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.header-text{
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.customer-img{
    width: 1000px;
}

.text-justify{
    text-align: justify;
}
.services-vehicles{
    max-height: 400px;
    width: 700px;
}

@media(min-width:768px) {
    body {
        padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }
    .navbar {
        min-height: 80px;
    }
    .navbar-nav > li > a {
        padding-top:30px !important; 
        padding-bottom:30px !important;
    }    
    .navbar-static-top .navbar-brand {
        padding: 15px 0;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}