body{
    /* background-image: url('./Images/blue_background.jpg'); */
    background-image: linear-gradient(to right, rgb(64, 64, 77) , rgb(12, 12, 12));
    margin: 0;
}

@font-face{
    src: url('https://fonts.googleapis.com/css?family=Alfa+Slab+One&display=swap');
    font-family: 'headings';
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    margin: 0;
}

.header #headline{
    font-family: 'Alfa Slab One', cursive;
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
}

.headerNav{
    font-family: 'Arbutus Slab', serif;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 40px;
}
.navLinks, .navLinks a{
    list-style-type: none;
    color: white;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    text-decoration: none;
}
#navLinks {
    margin-top: 0;
}

.subHeadline {
    font-family: "Oswald", sans-serif;
    font-size: 44px;
    text-align: center;
    color: white;
}

.simpleSubHeadline{
    font-family: "Lacquer", sans-serif;
    color: white;
    font-size: 44px;
    text-align: center;
}

.sidebar{
    position: fixed;
    top: 30%;
    left: 0;
    width: 15%;
    padding: 5px;
}

.sidebarAlbumPic {
    width: 90%;
    display: block;
    margin: auto;
}

.sidebarText {
    color: white;
    font-family: 'Arbutus Slab', serif;
    font-size: 12px;
}

#BTiFrame {
    margin-right:30px;
}
.heroContainer{
    width: 60%;
    max-height: 300px;
    overflow: hidden;
    margin: auto;
}
.heroImage{
    width:30%;
    margin: 0 5px;
    display: inline-block;
}
.centerText{
    text-align: center;
}
.introPara{
    width: 60%;
    margin: auto;
    color: white;
    font-family: 'Arbutus Slab', serif;
    font-size: 18px;
}
.discTable{
    width: 60%;
    margin: auto;
    color: white;
    border-collapse: collapse;
    border-bottom: 1px solid white;
    margin-bottom: 100px;
}
.discTable tr th{
    font-family: 'Arbutus Slab', serif;
    font-size: 18px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px;
    width: 33%;
}
.discTable tr td{
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid whitesmoke;
    padding: 5px;
}
.buyLink{
    color: yellow;
}

.subQ {
    color: yellow;
    font-family: 'Arbutus Slab', serif;
}

.disclaimer1 {
    font-family: 'Arbutus Slab', serif;
    font-size: 12px;
    color: white;
    width: 35%;
    margin-left: 64%;
}

.disclaimer2 {
    font-family: 'Arbutus Slab', serif;
    font-size: 10px;
    color: white;
    width: 30%;
    margin-left: 69%;
    margin-top: 20px;
}

.disclaimer3 {
    font-family: 'Arbutus Slab', serif;
    font-size: 8px;
    color: white;
    width: 25%;
    margin-left: 74%;
    margin-top: 20px;
}

.embedAlbum{
    text-align: center;
    padding: 30px;
}

.songColumn{
    width: 60%;
    margin: auto;
    color:  white;
    padding: 20px;
    text-align: center;
}
.song{
    padding: 20px;
}
.songTitle{
    font-family: "Arbutus Slab", serif;
    font-size: 32px;
    text-align: center;
    height: 55px;
    margin: 0;
    color: white;
    text-decoration: none;
}
.songTitle:hover{
    animation: pulse 1s linear infinite;
}
.songDivider{
    border: 2px solid white;
}
.postDate{
    color: white;
    font-size: 18px;
}
.downloadButton{
    padding: 10px;
    font-family: "Oswald", sans-serif;
    color: black;
    background-color: rgb(69, 134, 26);
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 20px;
}

.downloadButton:hover {
    box-shadow: 1px 1px 3px 2px lightgreen;
}

.song a {
    text-decoration: none;
}

#showDetails{
    width: 60%;
    text-align: center;
    margin: auto;
}

.venueName{
    color: white;
    font-family: 'Arbutus Slab', serif;
    font-size: 28px;
}

.cityName{
    color: white;
    font-family: 'Arbutus Slab', serif;
    font-size: 20px;
}

.dateAndTime {
    color: white;
    font-family: 'Arbutus Slab', serif;
    font-size: 18px;
}

.songPageSongName {
    text-align: center;
    color: white;
    font-family: "Arbutus Slab", serif;
    margin-top: 60px;
}

.survey {
    width: 60%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.surveyBack {
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.surveyButton {
    width: 21%;
    background-color: darkgreen;
    border-radius: 5px;
    border: 2px solid black;
    color: white!important;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    padding: 10px;
    align-items: center;
    box-shadow: 1px 1px 1px 1px lightgreen;
    text-decoration: none;
}

.surveyButton:hover {    
    box-shadow: 2px 2px 2px 2px lightgreen;
    cursor: pointer;
}

.surveyResult{
    width: 60%;
    margin: auto;
}
.photoPagePhoto{
    max-height: 300px;
}
.imageRow{
    display: flex;
    flex-direction: row;
    max-height: 300px;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    width: 100%;
}
.imageRowPhoto{
    max-width: 32%;
    max-height: 300px;
}
.albumCoverContainer{
   width: 40%;
   margin: 30px auto;
   overflow: hidden;
}
.dateTag{
    width: 65%;
    margin: 20px auto;
    color: burlywood;
    font-family: 'Arbutus Slab', serif;
    font-size: 18px;
}
.blogDivider{
    width: 60%;
    border: 1px dashed yellow;
    margin: 20px auto;
}
 /* Animations */
 @keyframes pulse {
    50% {font-size: 28px;}
    100% {font-size: 32px;}
 }

 .mailList{
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
 }
 .mailLink{
     border: 2px solid white;
     border-radius: 8px;
     padding: 20px;
     margin: 20px;
     background-color: green;
     color: white;
     text-decoration: none;
     font-size: 20px;
 }

 .addressBox{
     border: 2px solid lightgray;
     border-radius: 8px;
     background-color: lightgray;
     width: 50%;
     margin: 10px auto 30px;
     padding: 10px;
 }
 .showAddy, .hideAddy{
     cursor: pointer;
     margin-top: 20px;
     color: black;
 }
 .hideAddy{
     display: none;
 }
 .homeAddy{
     color: black;
     margin-top: 20px;
     opacity: 0;
 }

 /* Pop-Up Styling */
 #popUp{
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    background-color: green;
    color: white;
    border: 2px solid black;
    border-radius: 4px;
    display: none;
    padding: 20px;
    text-align: center;
    box-shadow: 2px 2px lightgray;
    font-family: 'Arbutus Slab', serif;
 }
 .popUpHeader{
    font-size: 30px;
 }
 .popUpSubHeader{
    font-size: 24px;
 }
 .popUpPara{
    font-size: 18px;
 }
 .popUpFinePrint{
    font-size: 12px;
 }
 .popUpButton{
    width: 35%;
    display: inline-block;
    font-size: 18px;
    background-color: lemonchiffon;
    color: black;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 30px;
    border: 2px solid gray;
    border-radius: 10px;
    box-shadow: 2px 2px black;
 }


 /* Mobile */

 @media (max-width:768px){
    .header #headline{
        font-size: 30px;
        font-weight: bold;
        margin: 0;
    }
    .navLinks, .navLinks a{
        font-size: 14px;
    }
    .headerNav{
        padding: 10px;
    }
    .navLinks {
        padding-left: 0;
    }
    .subHeadline {
        font-size: 24px;
    }
    .heroImage{
        width: 27%;
    }
    .introPara{
        font-size: 14px;
        width: 90%;
    }
    #BTiFrame {
        margin-right:0;
        margin-bottom: 10px;
    }
    .disclaimer1{
        margin-left: 40%;
        width: 58%;
        font-size: 10px;
    }
    .disclaimer2{
        margin-left: 50%;
        width: 49%;
        font-size: 8px;
    }
    .disclaimer3{
        margin-left: 60%;
        width: 39%;
        font-size: 6px;
    }
    .sidebar{
        display:none;
    }
    .songColumn{
        width: 95%;
        padding: 2%;
    }
    .songAudio {
        width: 90%;
    }
    .songDivider{
        width: 90%;
    }
    .songTitle {
        font-size: 28px;
        height: auto;
    }
    .songTitle:hover{
        animation: none;
    }
    #showDetails{
        width: 95%;
    }
    .venueName{
        font-size: 24px;
    }
    .cityName{
        font-size: 18px;
    }
    .dateAndTime{
        font-size: 16px
    }
    .survey{
        width: 95%;
        flex-direction: column;
    }
    .surveyButton{
        width: 60%;
        margin: 8px auto;
    }
    .surveyBack{
        width: 95%;
        flex-direction: column;
    }
    .surveyResult{
        width: 95%;
    }
    .mailList{
        flex-direction: column;
    }
    .mailLink{
        margin-top: 0;
    }
    .addressBox{
        width: 90%;
    }
    #popUp{
        top: 15%;
        left: 10px;
        /* bottom: 20px; */
        width: 80vw;
        overflow-y: scroll;
    }
    .popUpHeader{
    font-size: 26px;
    }
    .popUpSubHeader{
        font-size: 20px;
    }
    .popUpPara{
        font-size: 16px;
    }
    .popUpFinePrint{
        font-size: 10px;
    }
    .popUpButton{
        font-size: 14px;
    }
    .discTable{
        width: 95%;
    }
    .albumCoverContainer{
        width: 95%;
    }
    .dateTag{
        width: 95%;
    }
}