/* ==========================================================================
CUSTOM RESPONSIVE CSS
========================================================================== */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    #venue-bg {
        padding: 2rem;
    }

    #venue-info {
        width: auto;
    }

    .header-logo {
        height: 90px;
        width: auto;
    }

    h1 {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 1.6rem;
    }


}


 

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .navbar-nav {
        padding-top: 0rem;
        padding-bottom: 0rem;
        overflow-y: auto;
    }
    .navbar-light .navbar-nav .nav-item {
        padding: 0 .6rem;
        border-bottom: 0;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        font-size: .8rem;
    }

     .header-logo {
        height: 110px;
        width: auto;
    }

     h1 {
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 2rem;
    }


    h2.section-header {
        font-size: 3rem;
    }

    .feedbackSlider  .slick-slide>div, .slick-slide>div>div {
        height: 100%;
        min-height: 280px;
    }

    .feedback-text {
        font-size: 1.4rem;
    }

   

 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

    .navbar-light .navbar-nav .nav-item {
        padding: 0 1rem;
        font-size: 0.95rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1rem;
    }

    .head-container {
        padding: 0 2rem;
        max-width: 2000px;
    }

 
   
 }


