.main-navigation .navbar-nav li a.logo {
    width: 135px;
    margin-right: 0;
}

.main-navigation .navbar-nav li a.logo img {
    width: 100%;
    left: 0;
    top: 65%;
}

.reservation-wrapper {
    bottom: -100px;
    z-index: 9999;
}

.footer-credits-logo a img {
    width: 150px;
}

.legendary-gallery img {
    height: 450px;
    width: auto;
    margin: 0 auto;
}

span.item-divider {
    border: none;
}
.btn-cta-primary {
    color: white;
}




/*Medium Layout: 1280*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/*Tablet Layout: 768px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    a.navbar-brand.hidden-sm.hidden-md.hidden-lg.logo.active {
        width: 100px;
    }

    a.navbar-brand.hidden-sm.hidden-md.hidden-lg.logo.active img {
        width: 100%;
    }
}

/*Mobile Layout: 320px*/
@media only screen and (max-width: 767px) {
    a.navbar-brand.hidden-sm.hidden-md.hidden-lg.logo.active {
        width: 100px;
    }

    a.navbar-brand.hidden-sm.hidden-md.hidden-lg.logo.active img {
        width: 100%;
    }
}

/*Wide Mobile Layout: 480px*/
@media only screen and (min-width: 480px) and (max-width: 767px) {}