/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
.page-node-type-page .region-content p {
    font-size: 18px;
    line-height: 28px;
    color: #585A69;
    margin-bottom: 20px;
}

#passengers {
    color: #333 !important;
}

.navbar-default {
    display: none;
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
    .navbar-default {
        display: block !important;
    }
}
@media screen and (max-width: 480px) {
    .navbar-default {
        display: block !important;
    }
}