body {
	background-color: #fbfbff
}


.fm-fluid {
	margin: auto!important;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1332px!important
}


#station-icons .spil-icon img {
  position:relative;
  z-index:-1;
  display:block;
  max-width: 100%;
  width: 100%;
}


.grad {
  display:inline-block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 50%);
}


#station-icons .spil-icon {
	margin-top: 2vmin;
	padding-left: 1vmin;
	padding-right: 1vmin;
    cursor:pointer;
}


 
@font-face {
	font-family: Gilroy;
	font-weight: 600;
	src: url(Gilroy-Bold.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 600;
	font-style: italic;
	src: url(Gilroy-BoldItalic.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 500;
	src: url(Gilroy-SemiBold.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 500;
	font-style: italic;
	src: url(Gilroy-SemiBoldItalic.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 400;
	src: url(Gilroy-Medium.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 400;
	font-style: italic;
	src: url(Gilroy-MediumItalic.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 300;
	src: url(Gilroy-Regular.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 300;
	font-style: italic;
	src: url(Gilroy-RegularItalic.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 200;
	src: url(Gilroy-Light.otf) format('opentype')
}

@font-face {
	font-family: Gilroy;
	font-weight: 200;
	font-style: italic;
	src: url(Gilroy-LightItalic.otf) format('opentype')
}

*
 {
	font-family: Gilroy
}

#spilarinn-app
{
    height: 110px;
	position: fixed;
	top: 0;
	background-color: #1c1018;
	font-size: 11px;
	color: #f2ff49
}


#spilarinn-app #appstore img,
#spilarinn-app #playstore img {
	max-width: 120px
}

#spilarinn-app #logo-text-container {
    padding-right: 0;
    padding-left: 0
}
#spilarinn-app #logo-text-container #app-logo {
    padding-left: 0;
    height: 100px
}
#spilarinn-app #logo-text-container #app-logo img {
    width: 100px
}
#spilarinn-app #logo-text-container #app-text {
    padding-right: 0;
    font-size: 10px
}
#spilarinn-app #store-container {
    display: block;
    padding: 0
}
#spilarinn-app #appstore,
#spilarinn-app #playstore {
    padding-bottom: 10px;
    display: block!important
}
#spilarinn-app #appstore img,
#spilarinn-app #playstore img {
    max-width: 78px
}
#spilarinn-app #playstore {
    display: inline-block
}




#bottom-footer #station-text p {
    padding-top: 20px;
    padding-left: 20px;
	font-size: 26px
}

#bottom-footer #station-text {
    float:left;
	width: 50%;
    height: 100%
}


#bottom-footer #station-volume{
    float:right;
	width: 10%;
    min-width:100px;
    height: 100%;
    margin: 28px;
    bottom: 20px;
}

    
    

#bottom-footer #station-volume #volume-bar{

    
}


#station-image img {
    float:left;
	max-height: 80px;
	margin: 0;
	padding: 0;
	
}

#bottom-footer {
	width: 100%;
    height: 80px;
	position: fixed;
	bottom: 0;
	background-color: #1c1018;
	font-size: 11px;
	color: #fbfbff
}
    
    
    

#spilarinn-app #app-logo #top-text #first-top-text {
	font-weight: 600
}

#spilarinn-app #app-logo #top-text #second-top-text {
	font-weight: 200
}

#spilarinn-app #app-logo,
#spilarinn-app #appstore,
#spilarinn-app #playstore {
	line-height: 110px;
}

#spilarinn-app #playstore {
	padding-left:30px;
}

#spilarinn-app #appstore {
	padding-right:30px;
}




.header-spacer
{
    height: 110px;

}

.footer-space {
	margin-bottom: 120px
}



#spilarinn-app #app-logo img {
	width: 120px
}

#spilarinn-app #app-logo #top-text,
#spilarinn-app #app-logo img {
	display: inline-block!important
}

#spilarinn-app #app-logo #top-text {
	margin-top: 10px;
	margin-left: 29px;
	vertical-align: middle;
	line-height: 16px;
	font-size: 15px
}

#playstop {
    width:40px;
    height:40px;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    object-fit: cover;
	position: fixed;
	bottom: 20px;
}

#playstop img {
    width: 100%;
    height: 100%;
}


input[type=range] {
  width: 100%;
  margin: 7px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #f2ff49;
  border: 0;
  border-radius: 20px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -7px;
  width: 20px;
  height: 20px;
  background: #f2ff49;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffff1a;
}
input[type=range]::-moz-range-track {
  background: #f2ff49;
  border: 0;
  border-radius: 20px;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #f2ff49;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 8px 0;
  color: transparent;
  width: 100%;
  height: 4px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #e5e600;
  border: 0;
  border-radius: 40px;
}
input[type=range]::-ms-fill-upper {
  background: #f2ff49;
  border: 0;
  border-radius: 40px;
}
input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #f2ff49;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #f2ff49;
}
input[type=range]:focus::-ms-fill-upper {
  background: #f2ff49;
}

@media (min-aspect-ratio: 4/1) {
  #bottom-footer {
    height: 100%;
	bottom: 0;
  }
  #station-image img {
    float:left;
    max-height: none;
    height: 100vh;
  }
  #station-volume {
    display: none;
  }
  #playstop {
    width:20%;
    height:70%;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    object-fit: cover;
	position: fixed;
	bottom: 15%;
  }

  .header-spacer {
    display: none;
  }
  #station-icons {
    display: none;
  }
  .footer-space {
    display: none;
  }
  #spilarinn-app{
    display: none;
  }
  
  
  
  
}











