html{
    scroll-behavior: smooth;
}
.centerfold{
    margin: auto;
    width: 80%;
}
.iframe-container{
    max-width:700px;
}

.content{
    padding-left: 3rem;
}
a {
    text-decoration: none;
}

iframe{
    height: 250px;
    width: 400px;
}

.video-container {
    position: relative;
    overflow: hidden;
}

.video{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

.press-menu{
    display: flex;
    flex-direction: column;
}

.epk-image{
    display:inline-block;
    max-width: 20rem;
    margin-bottom:1rem;
}

.epk-image.stack{
    width:100%;

}
.quote-text{
    font-size: x-large;
    text-align: center;
}
.attribution{
    text-align: center;
}
.headerLink{
    font-size: medium;
    text-decoration: none;
    color:white;

}
.icon-container{


    justify-content: space-between;
    display:flex;
    width:170px;
    min-height:80px;
    align-items: center;
    margin:auto;
    
}
.icon{
    max-width:40px;
    max-height:40px;

}

.header{
    font-family: 'Caveat', 'Garamond';
    font-size:40px;
    line-height:45px;
    padding:0px 15px 0px 15px;
}
.title{
    font-family: 'Fasthand';
}

ul{
    padding-left: 1rem;
}

.menu-item{
    font-style:italic;
    font-size:large;
    margin-left:1rem;
    margin-right:1rem;

}

.press-link{
    text-decoration: underline;
}

body{
    font-family: 'Georgia', Courier, monospace;
    color:white;
    background-color: black;
}
/* container of each major section music, press, biograhy, etc. */

.info-section {
    display:flex;
    flex-direction: column;
    align-items: center;
    font-size: medium;
    line-height: 25px;
}

.press-menu{
    flex-direction: row;
    justify-content: center; 
    margin-bottom:2rem;
}

.centerfold.nav-container{
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.page-title{
    text-align: center;
    font-size: 4rem;
}

#landing-photo{
    width:90%;
    max-width: 700px;
}




a{
    color:white;
}

li{
    margin-bottom:.5rem;
}

ul{
    margin:.4rem;
    padding-left:3rem;
}

h2{
    margin:.2rem;
}

body{
    margin:2rem;

}

@media only screen and (max-width: 780px) {

    .icon-container{


        margin: auto;
        padding-top:20px;
        padding-bottom:20px;

        
    }
    body{
        margin:.5rem;
    
    }
    .content{
        padding-left: 1rem;
    }
    
    .page-title{
        font-size:3rem;
    }
    .menu-item{
        font-style:italic;
        font-size:small;
    }

    .nav-container{
      display:flex;
    }



}

@media only screen and (min-width: 780px) and (max-width: 1450px) {
    .nav-container{
        display:flex;
        max-height:14rem;
        margin-bottom:2rem;
    }
    .content{
        max-width: 700px;

    }
    .info-section{
        font-size: large;

    }
    iframe{
        height: 500px;
        width: 800px;
    }
    

}



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

    .content{
        max-width: 700px;
    }

    .nav-container{
      display:flex;
    }

    .info-section{
        display:flex;
        flex-direction: column;
        align-items: center;
        font-size: large;

    }

    iframe{
        height: 500px;
        width: 800px;
    }
    
}
