@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&family=Raleway:wght@100;200;300;400&display=swap');
* {
    font-size: 10px;
}
body {
    font-size: 1.6rem;
    font-family: "Raleway", sans-serif;
}
nav {
    background: #EDBBE3;
}
.nav-link {
    font-size: 1.8rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(245,245,245,1);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(114,110,117,.7);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 3.5em;
    height: 1.5em;
    vertical-align: middle;
    font-size: 2rem;
}
.navbar-left img {
    max-height: 12.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline;
}
.navbar-light .navbar-toggler {
    border: none;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 2em;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-toggler i:hover {
    color: #EDC9C7;
}
.title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 4rem;
    margin-top: 1rem;
}
h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2rem;
}
p {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    display: block;
}
.jumbotron #outnow {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    color: #EDBBE3;
}
.jumbotron #listen {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}
.jumbotron {
    padding: .5rem 0;
    color: #F5F5F5;
    margin-bottom: 1.5rem;
    background-color:#726E75 ;
}
.jumbotron a {
    font-size: 1.5rem;
    color:#F5F5F5;
}
.jumbotron a:hover {
    color:#EEBBE4;
    text-decoration:none;
}
/* https://www.youtube.com/watch?v=9YffrCViTVk&feature=emb_logo*/
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5% 0 5% 0;
    border: none;
}
#gal-photos {
    clear: both;
    line-height: 0;
    column-count: 3;
    column-gap: 0;
    padding-top: 1rem;
}
#gal-photos img {
    width: 100%;
}
#sign-up-modal {
    font-size: 5rem;
    min-height: 80vh;
}
.modal-content {
    min-height: 25%;
    text-align: center;
    position: relative;
    display: flex;
    width: 100%;
    background-color:#fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.container {
    width: 100%;
    padding:2rem 0 2rem 0;
    margin-right: auto;
    margin-left: auto;
}
#nav-sign-btn {
    background-color: white;
}
.btn-light {
    background-color: #EDBBE3;
    font-size: 1.5rem;
}
#upcoming-events {
    padding: 2.5rem;
    margin-top: 1rem;
}
.footer-section {
    background-color: #EDBBE3;
    padding: 1.5rem;
    margin: 1rem;
}
.social-media {
    text-align: center;
    text-decoration: none;
}
#email-contact {
    text-align: center;
    text-decoration: none;
}
#email-contact a {
    font-size: 1.5rem;
    color: #F5F5F5;
}
.social-media a {
    font-size: 3rem;
    color: #F5F5F5
}
#email-contact a:hover {
    color:#726e75;
    text-decoration: none;
}
.social-media a:hover {
    color:#726e75;
}
footer h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
@media screen and (min-width: 800px) {
    #gal-photos {
        column-count: 4;
    }
    #bio p {
        font-size: 2rem;
    }
    .jumbotron #outnow {
        font-size: 2rem;
    }
    .jumbotron #listen {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1200px) {
    #gal-photos {
        column-count: 5;
    }
    #bio p {
        font-size: 2.5rem;
    }
    .jumbotron #outnow {
        font-size: 3rem;
    }
    .jumbotron #listen {
        font-size: 2.5rem;
    }
    h4 {
        font-size: 3rem;
    }
}