.navbar { background-image: none; background-color: #2f2f2f; }

/*Hiding some elements*/


button#listen.btn-primary {display: block !important;} /*Show Stop-button (hided in code)*/


.sktlogo {
	
	max-width: 200px;
	width: 50%;
	margin: 0.5em 0 0.5em 0.5em;
	
}




/*Testing for iPhone 11*/


@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { 
	     
	
	.btn-group-sm {
		width: 100%;
	}
	
	#streamset {
		width: 100%;
		height: auto;
		padding: 1em;
		margin-bottom: 0.8em;
		font-size: 1em;
		font-weight: 900;
	}
	 
	button#listen.btn-primary {
		display: block;
		width: 100%;
		clear: both;
		padding: 1em;
		font-size: 1em;
		font-weight: 900;
		
		}
		
    }
    
    
    @media screen and (max-device-height: 811px) {
   						 
	    
	.btn-group-sm {
		width: 100%;
	}
	
	#streamset {
		width: 100%;
		height: auto;
		padding: 1em;
		margin-bottom: 0.8em;
		font-size: 1em;
		font-weight: 900;
	}
	 
	button#listen.btn-primary {
		display: block;
		width: 100%;
		clear: both;
		padding: 1em;
		font-size: 1em;
		font-weight: 900;
		
		}    
	       
	    
    }
    */
    
