/** media query **/
@media (min-width: 1300px) and (max-width: 1400px) {}


@media (min-width: 1200px) and (max-width: 1300px) {}


@media (min-width: 993px) and (max-width: 1200px) {
header.header ul.navbar-nav li a {
    padding: 10px !important;
    font-size: 10px;
}
.banner-content {
    height: auto;
}

}

@media (min-width: 768px) and (max-width: 992px) {

.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler-icon {
    filter: invert(1);
}
div#navbarSupportedContent {
    background: #000;
    padding: 5px 10px;
}
.about-image-wrapper {
    padding-bottom: 20px;
}

}

@media(max-width: 767px) {
.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
.banner-content {
    height: auto;
}

.banner-text h1 {
    font-size: 32px;
    line-height: 35px;
}

.banner-text {
    margin-bottom: 15px;
}
.navbar-toggler-icon {
    filter: invert(1);
}
div#navbarSupportedContent {
    background: #000;
}
.title {
    font-size: 22px;
}

.about-image-wrapper {
    margin-bottom: 20px;
}

.padd-50 {
    padding: 20px 0;
}

.stats-strip .col-md-3 {
    border-bottom: 1px solid #fff;
    padding: 10px;
}

.spec-pill {
    padding: 10px !important;
}

.amenity-highlight h3 {
    font-size: 22px;
    margin-bottom: 10px !important;
}

.amenity-highlight {
    padding: 20px !important;
}
.mini-footer .justify-content-between {
    justify-content: center !important;
}

.mini-footer span {
    display: inline-block;
    text-align: center;
    font-size: 14px;
}


}


@media(max-width: 360px) {}