@font-face {
    font-family: FeatureMonoLight;
    src: url(./fonts/FeatureMono-Light.ttf);
}


.title{
    margin: 15px 0 10px 0;
    font-size: 35px;
    text-align: left;
    text-transform: uppercase;
}

.upcoming-date{
    text-align: left;
}

.upcoming-tile{
    font-family: FeatureMonoLight, monospace;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: top;
    font-size: 25px;
}

.upcoming-tile div{
    text-align: left;
    padding: 0 20px 0 0;  
}



#song-grid{
    /* background-color: yellow;
    border: 3px solid maroon; */
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: var(--gap-size);
    justify-content: center;
    margin-bottom: 15px;
}

#mail-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: var(--gap-size);
    cursor: pointer;
} 






@media only screen and (max-width: 700px){
    #song-grid{
        grid-template-columns: 1fr;
    }

}

@media only screen and (min-width: 701px) and (max-width: 1000px){
  


}


@media only screen and (min-width: 1001px){
 


}

@media only screen and (min-width: 1601px){
    /* Wenn viertes also letztes Element dann über zwei Vertikale columns, ansonsten horizontal über zwei spalten */
/* für andere bildschrimgrössen siehe unten in media queries */





}