html{
    scroll-behavior: smooth;
  }

body{
    background-color: rgb(32, 8, 8);
    padding-top: 100px;
    margin-top: -100px;
    align-items: center;
    width: 99.4%;
}

/*Navbar and all associated paraphernalia*/

.active{
    text-decoration: underline;
}

#navbar{
    background-color: #2b0d0d;
    top: 175px;
    margin-bottom: 20px;
}
#navbar2{
    background-color: #2b0d0d;
    top: 175px;
}

#navbar-logo{
    width: 150px;
    height: 150px;
    vertical-align: middle;
    transition: 0.4s;
    float: left;
    margin-left: 20px;
}

.top-header{
    font-size: 48px;
    transition: 0.4s;
    color: white;
    font-family: founders grotesk regular;  
}

.navbar-item{
    display: inline;
    color: rgb(185, 185, 185);
    text-decoration: none;
    font-size: 24px;
    font-family: founders grotesk regular;
}

.navbar-item:hover{
    color: #2b0d0d;
    background-color: rgb(185, 185, 185);
}


/*Styling for page content*/

.main_gallery_image{
    width: 100%;
    padding: 5%;
}

.gallery_image{
    width: 100%;
    padding: 10%;
}

#events, #members{
    margin-top: -50px;
}

.content-section{
    background-color: rgb(185, 185, 185);
    padding: 50px;
    text-align: left;
    border-radius: 20px;
}

.divider{
    padding-top: 140px;
    margin-top: -140px;
}

p, h4, label{
    font-size: 24px;
    color: #20276A;
    font-family: founders grotesk regular;
}

h3{
    font-size: 30px;
    color: #20276A;
    font-family: founders grotesk regular;
}

.section-header{
    font-size: 36px;
    color: #20276A;
    font-family: founders grotesk regular;
}

.concert-item{
    margin:50px;
    float: left;
    width: 600%;
}

/*Footer and all associated paraphernalia*/

.footer{
    margin-top: 0;
    background-color: #2b0d0d;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
}

.contact-logos{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-header{
    font-size: 24px;
    margin-top: 5px;
    color: white;
}

.footer-links{
    color: white;
}

.footer-item{
    padding-left: 25px;
    color: rgb(185, 185, 185);
    font-family: founders grotesk regular;
}