




/*==================================================
			Bootstrap 3 Media Queries         
==================================================*/


/* Large Devices (Desktops & Laptops) */

@media (min-width: 1200px) {
    
}


/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
   li.nav-item {
        width: 115px;
    }

#home-cover {
    width: 100%;
    height: 100%;
    background-position: 0px 0px;
    background-size: 100%;
}

#home {
    width: 100%;
    height: 560px;
}

.middle {
    width: 99%;
}



}


/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
ul.navbar-nav.mr-auto {
    float: none;
    margin: 0 auto;
    background-color: #e55252;
}

li.nav-item {
    height: 60px;
    width: auto;
}
.logo-sec img {
    width: 52px;
}
.logo-sec {
    height: 150px;
}

#home {
    width: 100%;
    height: 422px;
}


#home-cover {
    width: 100%;
    height: 100%;
    background-position: 0px 0px;
    background-size: 100%;
}

#home-heading h3 {
    font-size: 30px;
    margin: 20px 0 20px 0;
    padding: 30px;
    width: 100%;
}

.all-boxes h1 {
    font-size: 25px;
}

div#contact-left {
    width: 238px;
    margin-left: 33px;
}



}


/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
.logo-sec {
    height: 100px;
    padding: 5px;
}

.logo-sec img {
    width: 41px;
}

#home-cover {
    background-position: 0;
}

#home-heading h3 {
    font-size: 20px;
    margin: 20px 0 20px 0;
    padding: 20px;
    width: 100%;
}

#home {
    width: 100%;
    height: 261px;
}

.all-boxes h1 {
    font-size: 20px;
}

div#contact .col-md-1 img {
    width: 45px;
}

.new-shows-con {
    width: 68%;
    float: right;
    text-align: justify;
}

.news-boxes {
    margin-bottom: 10px;
}

.middle {
    width: 95%;
}

}


/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {

#home {
    width: 100%;
    height: 172px;
}

#home-heading h3 {
    font-size: 14px;
    margin: 20px 0 20px 0;
    padding: 20px;
    width: 100%;
}


.all-boxes p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto;
    text-align: justify;
}

.new-shows-img {
    float: left;
    width: 100%;
    text-align: center;
}

.new-shows-con {
    width: 100%;
    float: right;
}

#news {
    margin: 20px 5px;
}

.news-boxes {
    margin-bottom: 10px;
}

#tickets p, #tickets a {
    font-size: 16px;
}

.middle {
    width: 88%;
}


#auditions {
    margin: 5px;
}

.audi-p img {
    width: 100%;
}




}


/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 320px) {
    .new-shows-img {
    float: none;
    width: 100%;
    text-align: center;
    }
    .col-new-shows {
    display: grid;
    }
    .new-shows-con {
    width: 100%;
    float: right;
    }
}