@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed ');
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');

#player-selector{
    background: #005c7f;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#player-header,  #player-footer{
    background: #d8d8d8;
}
#player-footer{
    min-height: 130px;
    vertical-align: middle;
}
#player-header{
    padding-top: 100px;
}
#player-content{
    background: linear-gradient(0deg, #d8d8d8, #fff, #fff, #d8d8d8);
}
.footer-logo{
    width: 35vw;
    margin-bottom: 10px;
    margin-left: 25%;
}
.station-select{
    background: transparent;
    border: 2px solid white;
    color: white;
}
.station-select-logo{
    margin-top: 10px;
    width: 60vw;
}
.station-select-show-icon{
    width: 12vw;
}
.header-logo{
    position: absolute;
    right: 25;
    top: 40;
    width: 35vw;
}
.station-select-icon{
    font-size: 4em;
    margin-top: 50%;
    padding-left: 2%;
}
@media (min-width: 992px) {
    .header-logo {
        width: 15vw;
        top: 35;
    }
    .footer-logo{
        width: 15vw;
    }
    .station-select-logo{
        width: 20vw;
    }
    .station-select-show-icon{
        width: 4vw;
    }
    .station-select-icon{
        padding-left: 20%;
    }
}

.btn-rounded{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin: 2.5px 2.5px;
    font-size: 20px;
    padding: 10.75px 0;
    display: inline-block;
    transition: all 0.5s ease 0s;
    background-size: 150%;
}
@media (min-width: 992px) {
.btn-rounded{
    width: 70px;
    height: 70px;
    font-size: 30px;
    padding: 18.75px 0;
    margin: 5px 5px;
}
}
.btn-rounded:hover{
    opacity: 0.7;
    color: black;
}
.sl-facebook {
    background: #3B5998;
    color: white;
}
.sl-twitter {
    background: #55ACEE;
    color: white;
}
.sl-youtube {
    background: #bb0000;
    color: white;
}
.sl-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%);
    color: white;
}
.sl-rss {
    background: #ff6600;
    color: white;
}

