/* all modals and modal styles and the content inside modals */
.modal-backdrop{
    opacity: 0.35 !important;
}
.modal{
    padding-top: 20px !important;
}

#vendorBook2020, #vendorBook2021{
    padding-top: 0px !important;
}
.modal-content{
    width: 150% !important;
}

#vendorBook2020 .modal-content, #vendorBook2021 .modal-content{
    width: 120% !important;
}

.modal-body video{
    width: 600px !important;
    height: auto !important;
}
.modal-body .carousel-inner{
    width: 100% !important;
}
/*.modal-body iframe{
    height: 450px;
    width: 650px;
}*/
.carousel-control-prev-icon, .carousel-control-next-icon{
    height: 50px;
    width: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: red;
    color: white;
    padding-top: 12px;
}
.ameritech-connections-audio{
    display: block;
    width: auto;
    background: #30529c;
    padding: 10px;
    box-shadow: 2px 2px 4px black;
    margin-bottom: 20px;
}
.ameritech-connections-audio h3{
    font-size: 25px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px black;
}
.ameritech-connections-audio h3 i{
    margin-right: 15px;
    font-size: 20px;
}
audio controls{
    width: 100%;
}
/* media queries */
@media screen and (max-width: 768px){
    .modal-body iframe{
        width: 100% !important;
        height: auto;
    }
    .modal-content{
        width: 100% !important;
    }
    #vendorBook2020 .modal-content, #vendorBook2021 .modal-content{
        width: 100% !important;
    }
}
