@media (max-width: 320px) {
    #carousel0 .carousel-item {
        min-height: 75vh;
        transform: scale(1.3);
        top: 3em;
    }

    #home #carousel .carousel-item, .public .carousel-item {
        min-height: 60vh;
    }

    .home.roomintroduction .p-4 {
        padding: 1rem!important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    #carousel0 .carousel-item {
        min-height: 78vh;
        transform: scale(1.3);
        top: 3em;
    }

    #home #carousel .carousel-item, .public .carousel-item {
        min-height: 45vh;
    }

}

@media only screen and (min-width: 481px) and (max-width: 576px) {
    #carousel0 .carousel-item {
        min-height: 80vh;
    }

    #home #carousel .carousel-item, .public .carousel-item {
        min-height: 90vh;
    }

}

@media (max-width: 767px) {
    #home #carousel .carousel-item, .public .carousel-item {
        min-height: 35vh;
    }

    .features #store .card-img-overlay, .features #open .card-img-overlay {
        top: 88%;
    }
    
     #open {
         height: 45vh;
     }

     #open h1 {
         font-size: 2.8em;
     }
    
     #carouselabout .carousel-item {
         height: 30vh;
     }
}

@media (max-width: 768px) {
    .nav-item.p-4 {
        padding: 0.85rem 0!important;
    }

    footer {
        padding: 2em 0 1em 0;
    }
    
    footer .footer_content {
        display: block;
        margin-bottom: 6em;
    }

    .footer_content .icon_group {
        margin-bottom: 1rem;
    }

    .exterior img {
        height: 40vh;
    }

    #collapse1 .exterior img {
        height: 40vh;
    }

    #home .img-over.card {
        border:0;
    }

    .home.roomintroduction .nav-pills {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .home.roomintroduction .table {
        margin-bottom: 1rem;
    }

    .card-body {
        padding: 0.75rem 0;
    }

    .card-img {
        min-height: 250px;
    }

    .card-img-overlay {
        top: 82%;
        padding: 0.5rem;
    }

    #accordion .card-header {
        padding: 0.5rem;
    }

    #accordion .card-header h4 {
        font-size: 1rem;
    }

    .contact h4 {
        text-align: center;
        line-height: 1.5em;
    }

    .contact iframe {
        height: 60vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features #store .card-img-overlay, .features #open .card-img-overlay {
        top: 86%;
    }

    #open h1 {
        font-size: 2.5em;
    }

    .modal.fade .modal-dialog {
        max-width: 95%;
    }

    #carouselabout .carousel-item {
        height: 45vh;
    }
}

@media only screen and (min-width: 992px) {
    .modal.fade .modal-dialog {
        max-width: 60%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1169px) {
    .features #store .card-img-overlay, .features #open .card-img-overlay {
        top: 85%;
    }

    #open h1 {
        font-size: 3.5em;
    }

    #carouselabout .carousel-item {
        height: 45vh;
    }

    .modal.fade .modal-dialog {
        max-width: 95%;
    }
}

@media only screen and (min-width: 1170px) and (max-width: 1270px) {

}

@media only screen and (min-width: 1171px) and (max-width: 1919px) {

}