@media (orientation : landscape) {
    body{
        background-color: black;
        margin: 0;
        padding: 0;
        font-size: 1.75vw;
        font-family: 'Open Sans', sans-serif;
    }
    .Banner{
        width: 100%;
        height:5vw;
        background-color: #47a6cc;
        position: fixed;
        top: 0px;
        left: 0px;
        text-align: center;
        color: white;
    }
    .everything{
        display: inline-flex;
        padding-top: 6vw;
    }
    .albumcover{
        width: 50%;
        aspect-ratio: 1;
        
        box-sizing: border-box;
        border-width: 1vw;
        border-color: black;
        border-style: solid;
    }
    .Tracklist{
        width: 50%;
        color: white;
        aspect-ratio: 1;
        box-sizing: border-box;
        border-width: 1vw;
        border-color: black;
        border-style: solid;
        position: relative;
        
    }
    .music_buttons{
        height: fit-content;
        bottom: 0;
        position: absolute;
        width:fit-content;
        left: 0;
        right: 0;
        margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 1.5vw;
    }
    .music_button{
        height: fit-content;
        width:fit-content;
        background-color: #47a6cc;
        display: inline-flex;
        padding: 0.5vw;
        margin: 0.75vw;
        cursor: pointer;
        color: white;
    }
    .music_button{
        text-decoration: none;
    }
    #SpotifyPlayer{
        display: none;
    }
    #SpotifyPlayer:target {
        display: inline-block;
    }
    #YouTubePlayer{
        display: none;
    }
    #YouTubePlayer:target {
        display: block;
        margin: auto;
        position:relative;
    }
    #AppleMusicPlayer{
        display: none;
    }
    #AppleMusicPlayer:target {
        display: inline-block;
    }
    #AmazonMusicPlayer{
        display: none;
    }
    #AmazonMusicPlayer:target {
        display: inline-block;
    }
    #TidalPlayer{
        display: none;
        
    }
    #TidalPlayer:target {
        display: block;
        position: relative;
        padding-bottom: 25%; 
        height: 0; 
        overflow: hidden; 
        max-width: 100%;
    }
    h1{
        margin: 0;
        font-weight: 700;
    }
    p{
        margin-top: 0;
    }
    #burger{
        position: fixed;
        top:0;
        left:0;
        height: 5vw;
        aspect-ratio: 1;
        cursor: pointer;
    }
    .bun{
        background-color:white;
        margin-top:0.71vw;
        margin-left:0.5vw;
        height:0.71vw;
        width: 90%;
        border-radius: 0.35vw;
    }
    #burger-box:checked ~ #menu{
        transform:translate(25vw);
    }
    #menu{
        transform: translate(0);
        transition: transform 0.5s ease-in-out;
        display: block;
        padding-top: 10vw;
        background-color: #47a6cc;
        width: 25vw;
        top:0;
        left:-25vw;
        height:100vh;
        position: fixed;
    }
    #menu > a{
        font-weight: bold;
    }
    #menu > label{
        font-style: italic;
    }
    .menuitem{
        display:block;
        color: white;
        text-decoration: none;
        font-size: 2.5vw;
    }
    #burger-box{
        display: none;
    }
}
@media (orientation : portrait) {
    /* Styles */
    
    body{
        background-color: black;
        margin: 0;
        padding: 0;
        font-size: 1.75vh;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
    }
    .Banner{
        width: 100%;
        height:6vh;
        background-color: #47a6cc;
        position: fixed;
        top: 0px;
        left: 0px;
        text-align: center;
        color: white;
    }
    .everything{
        display: block;
        padding-top: 6vh;
    }
    .albumcover{
        width: 100%;
        aspect-ratio: 1;
        box-sizing: border-box;
        border-width: 1vh;
        border-color: black;
        border-style: solid;
    }
    .Tracklist{
        width: 100%;
        color: white;
        aspect-ratio: 1;
        box-sizing: border-box;
        border-width: 1vh;
        border-color: black;
        border-style: solid;
        position: relative;
        
    }
    .music_buttons{
        height: fit-content;
        bottom: 0;
        position: relative;
        width:fit-content;
        left: 0;
        right: 0;
        margin-left: auto;
      margin-right: auto;
      font-weight: bold;
      font-size: 1.5vh;
    }
    .music_button{
        height: fit-content;
        width:fit-content;
        background-color: #47a6cc;
        display: flex;
        position: relative;
        padding: 0.5vh;
        margin-top: 2vh;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        color: white;
        text-decoration: none;
        font-family: "corn-dog", sans-serif;
        font-size: 5vw;
    }
    #SpotifyPlayer{
        display: none;
    }
    #SpotifyPlayer:target {
        display: inline-block;
    }
    #YouTubePlayer{
        display: none;
    }
    #YouTubePlayer:target {
        display: block;
        margin: auto;
        position:relative;
    }
    #AppleMusicPlayer{
        display: none;
    }
    #AppleMusicPlayer:target {
        display: inline-block;
    }
    #AmazonMusicPlayer{
        display: none;
    }
    #AmazonMusicPlayer:target {
        display: inline-block;
    }
    #TidalPlayer{
        display: none;
        
    }
    #TidalPlayer:target {
        display: block;
        position: relative;
        padding-bottom: 25%; 
        height: 0; 
        overflow: hidden; 
        max-width: 100%;
    }
    #burger{
        position: fixed;
        top:0;
        left:0;
        height: 6vh;
        aspect-ratio: 1.25;
        cursor: pointer;
    }
    .bun{

        background-color:white;
        margin-top:0.86vh;
        margin-left:0.5vh;
        height:0.86vh;
        width: 5vh;
        border-radius: 0.43vh;
        
    }
    #burger-box:checked ~ #menu{
        transform:translate(75vh);
      }
    #menu{
        transform: translate(0);
        transition: transform 0.5s ease-in-out;
        display: block;
        padding-top: 10vh;
        background-color: #47a6cc;
        width: 75vw;
        top:6vh;
        left:-75vh;
        height:94vh;
        position: fixed;
    }
    .Banner > h1{
        font-size: min(5vw, 4vh);
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }
    #menu > a{
        font-weight: bold;
    }
    #menu > label{
        font-style: italic;
        cursor: pointer;
    }
    .menuitem{
        display:block;
        color: white;
        text-decoration: none;
        font-size: 5vw;
    }
    .Tracklist > p{
        font-size: 5vw;
        padding-bottom: 0;
    }
    .Tracklist > i{
        font-size: 4vw;
        padding-top: 0;
    }
    ol > h2{
        text-shadow: 0.2vh 0.2vh #f57373;
    }
    #burger-box{
        display: none;
    }
    .side{
        display: inline-flex;
        width:45vw;
        margin-right:1vh;
        font-size:3vw;
        top:0;
        position:relative;
        margin-top: none;
        float:left;
        padding:0;
    }
    h1{
        margin: 0;
        font-weight: 700;
        font-size:10vw;
    }
    p{
        margin-top: 0;
    }
    li {
        padding-left: 0;
        font-size: 3vw;
        position: relative;
      }
    ol{
        padding-left: 7vw;
    }
}
.Banner > h1 > a{
    color:white;
    text-decoration: none;
}
#menu > label{
    cursor: pointer;
}