*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    margin: 0px;
    padding: 0px;
    background-color: #2a2a26;
    height: 100%;
 }
 
 body {
    margin: 0px;
    text-align: center;
    /* background-color: #514943; */
    background-color: #2a2a26;
    font-family: 'Solex', sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
 }
 .TopBar{
    display: none;
    height: 250px;
    width: 100%;
    background-image: linear-gradient(to right, #bf087f, #01a2e2);

}
.TopBarFormatter{
    width:70%;
    margin: auto;
}

.Main_Content{
    width: 100%;
    padding: 0px;
    overflow: scroll;
}

.Logo{
    background: black;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.Logo_Wrapper{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;    
    padding: 0px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Logo_Wrapper_TopBar{
    height: 250px;
    width: 250px;

    display: inline-flex; 
    float: left;   
    padding: 0px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.Logo_img{
    display: block;
    width: 60%;
    border: white  1px;
    border-radius: 50%;
}
.Logo_img_TopBar{
    display: block;
    width: 80%;
    border: white  1px;
    border-radius: 50%;
}
.TopBarLogoLink{
    text-decoration: none;
    color: white;
}
.background_image{
    opacity: 0.5;
    height: 400px;
}
.TopBar_Heading{
    color: white;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-flex; 
    float: left;   
    height: 250px;
}
.TopBar_Heading_Name{
    align-self: center;
    font-weight: 300;

}
.TopBarNowPlaying{
    color: white;
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    display: block; 
    float: right;   
    height: 250px;
    width: 40%;
    padding: 40px;
}
.TopBarNowPlaying>div{
    width: 100%;
    text-align: left;
}
.TopBarNowPlayingTime{
    font-size: 0.7em;
    font-weight: 50;
    text-transform: uppercase;
}
.Footer{
    width: 100%;
    background-color: white;
    position:fixed;
    left:0px;
    bottom: -1px;
    overflow: hidden;
    z-index: 150;
    height: 100px;
    
}
.MenuBar_Link{
    text-decoration: none;
    color: white;
}
.RestOfMain_LargePage{
    display: none;
}
.MenuBar{
    height: 100px;
    float: right;
    display: inline-flex;
    margin-right: 20px;
}
.MenuBar_Item_Div{
    height: 100px;
    align-content: center;
    margin: auto 10px;
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 20px;
}
.MenuBar_Item{
    height: 100px;
    display: inline-block;
}
.picture_link{
    text-decoration: none;
}

.Web_Player{
    width: 100%;
    height: 100%;
    background-color: rgb(77, 77, 77);
    padding: 0px;
    display: flex;
}
.Web_Player_Image{
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
    

}
.Web_Player_Play{
    width: 80px;
    margin-left: 5px;


}
.Web_Player_Image_img{
    width: 90px;
    height: 90px;
    margin: 5px;
}
.Web_Player_Text{
 
    flex: 1;
    color: white;
    /* height:80%; */
    margin: auto;


}
.Web_Player_Text_Upper{
    font-size: 6px;
    width: 90%;
    margin: auto;

}
.Web_Player_Text_Lower{
    height: 40%;
    display: none;
}
.Web_Player_Text_Status_Bar{
    height: 20%;
    display: none;
}
.FooterPlay{
    display: block;
}
.FooterPlayIcon{
    width: 80%;
    height: 80%;
    background: none;
    border: none;
    margin: 10%;
}
.PlaySVG{
    color: white;
    opacity: 0.95;
}

#radioPlayer{
    display: none;
}
.RecentlyPlayed{
    height: 100%;
    display: block;
    position: relative;
    padding: 4%;
    background: #31312e;
    margin-bottom: 0.5em;
}
.Upcoming{
    height: 100%;
    display: None;
    position: relative;
    padding: 4%;
    background: white;
    margin-bottom: 0.5em;
}
.RecentlyPlayedHeading{
    color:white;
    font-weight: 900;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    padding-bottom: 1em;
}
.RestOfMain{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}
.recentlyPlayedLi{
    width:100%;
    border-bottom: 2px solid white;
    display: flex;
    margin-bottom: 5px;
    padding: 5px 0;
}
.RecentlyPlayedWidget{
    padding: 0.8em;
    padding-top: 0;
}
.recentlyPlayedImgDiv{
    margin-left: 15px;
    padding: 0.5em;
    
}
.recentlyPlayedImg{
    height: 4em;
    width: 4em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 1px #00000060;
}
.recentlyPlayedUl{
    list-style: none;
    padding: 0;
}
.recentlyPlayedText{
    color: white;
    padding: 1em;
    align-self: center;
    font-size: 0.8em;
    text-align: left;

}
.ScrollablePage{
    padding-bottom: 105px;
}

.Socials{
    display: block;
    position: relative;
    padding: 4%;
    background: #31312e;
    color: white;
}

.MenuButton{
    position: absolute;
    top: 2em;
    right: 2em;
    width: 8%;
    height: 8%;
    display: flex;
    padding: 0px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
    color: white;

}
.Welcome{
    display: none;
}

.Schedule{
    display: none;
}
.Home{
    display: none;
}
.About{
    display: none;
}
/* Larger screens (tablets and desktops) */
@media (min-width: 350px) {
    .Web_Player_Text_Upper{
        font-size: 10px;

    }

    

}

/* Larger screens (tablets and desktops) */
@media (min-width: 550px) {
    .Logo_img{
        width: 50%;
    }

}


/* Larger screens (tablets and desktops) */
@media (min-width: 690px) {

    .background_image{
        height: 500px;
    }
    .Logo{
        height: 350px;
    }
    .Logo_img{
        width: 40%;
    }

}
/* Larger screens (tablets and desktops) */
@media (min-width: 850px) {
    .background_image{
        height: 600px;
    }
    .Logo_img{
        width: 30%;
    }


}

@media (min-width: 1025px) {
    .TopBar{
        display: block;
    }
    .MenuButton{
        display: none;
    }
}

@media (min-width: 1025px) {
    
    
}

@media (min-width: 1100px) {
    body{
        background: url('images/dalle-background.webp') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .Logo{
        margin: auto;
        height: 100%;
        display: none;
    }
    .background_image{
        height: 100%;
        width: 120%;
        opacity: 0.4;
        display: none;
    }
    .Logo_Wrapper{
        display: none;
    }
    .RecentlyPlayed{
        color: black;
        background-color: white;
    }
    .recentlyPlayedText{
        color: black;
    }
    .Main_Content_Wrapper{
        position: relative;
        overflow: hidden;
    }
    .RestOfMain{
 
        top: 100px;
        margin-top: 0;
        padding: 0;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        height: 100%;
        overflow: scroll;
        background-color: white;
    }
    .RestOfMain_LargePage{
        display: block;
    }
    .Footer{
        background: none;
        height: 80px;
    }
    .Web_Player{
        width: 40%;
        margin: 0 auto;
        border: 1px solid black;
        border-radius: 40px;
    }
    .Web_Player_Image{
        height: 70px;
        margin-right: 5px;
    }
    .Web_Player_Image_img{
        height: 70px;
        width: 70px;
        padding: 0;
        border-radius: 5px;
    }
    .Web_Player_Text_Upper{
        font-size: 7px;
    }
    .Upcoming{
        display: block;
    }
    .RecentlyPlayedHeading{
        color:black;
 
    }
    .ScrollablePage{
        padding-bottom: 0px;
        height: 100% !important;
        overflow: hidden;
    }
    .Main_Content{
        height: 100%;
        overflow: scroll;
    }

    .Welcome{
        display: block;
        width: 90%;
        height: 200px;
        margin: 10px auto;
    }
    .Welcome_Logo_img{
        height: 200px;
        width: 200px;
        float: left;
        display: inline;
        border-radius: 100px;
    }
    .WelcomeLogo{

    }
    .WelcomeText{
        float: left;
        display: inline;
    }
}

@media (min-width: 1600px) {

    /* .TopBar{
        height: 80px;
    } */
    .RestOfMain{
        top: 80px;
    }
    .Logo_Wrapper_TopBar{
        /* height: 80px;; */
    }
    .Logo_img_TopBar{
        width: 80%;
    }
    .TopBar_Heading{
        height: 80px;
        font-size: 18px;
    }
    .MenuBar{
        height: 80px;
    }
    .MenuBar_Item{
        height: 80px;
    }
    .MenuBar_Item_Div{
        height: 80px;
        font-size: 18px;
    }



    .Footer{
        height: 60px;
    }
    .Web_Player_Play{
        height: 60px;
    }
    .FooterPlayIcon{
        margin: 7.5px;
    }
    .Web_Player{
        width: 30%;
    }
    .PlaySVG{
        height:45px;
    }
    .Web_Player_Image{
        height: 60px;
    }
    .Web_Player_Image_img{
        height: 50px;
        width: 50px;
        margin: 5px;
    }
    
}


