@import url(https://fonts.googleapis.com/css?family=Over+the+Rainbow);
@import url(https://fonts.googleapis.com/css?family=Aboreto);

* {box-sizing: border-box;}

body {

    font-family: Aboreto;
    margin: 0; 
    background-image: url("/assets/rmtacousticbackgroundline.jpg"); 
    background-color: black; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center; 
     
    color: white;}

.header {
    
    font-size: 2.5rem;
    font-family: 'Over the Rainbow',serif;
    margin: 0;
    text-align: center;
    padding: 0;
    /* position: sticky; top: 0; */
    
}

.topnav {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-family: Aboreto;
    font-size: 1.5rem;
    text-align: center;
    overflow: hidden;
    background-color: black;
    position: fixed;
    
}

.topnav a {
    color: white;
    text-decoration: none;
}

.main {
    min-width: fit-content;
    display: flexbox;
    margin: auto;
    justify-content: center;
    }
.main2 {
    min-width: fit-content;
    max-width: 25rem;    
    display: flexbox;
    margin: auto;
    justify-content: center;
    }
.shows {
    display: flexbox;
    padding: 1.5rem;
    font-size: 2rem;
    min-height: 5rem;
    min-width: fit-content;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin: 20px;
    border-radius: 20px;
    
}

.shows a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.contact a {
    color: #fff;
    text-decoration: underline;
}
.contact {
    display: flex;
    border-radius: 20px;
    padding: 1rem;
    font-size: 2rem;
    justify-content: center;
    min-width: fit-content;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    text-decoration: none;
    
    margin: 20px;
    
}