@font-face {
    font-family: 'AzoSansWeb';
    src: url('SubAzoRegular.woff2') format('woff2'),
         url('SubAzoRegular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: block;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'AzoSansWeb';
    src: url('SubAzoBold.woff2') format('woff2'),
         url('SubAzoBold.woff') format('woff');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    font-display: block;
    
}

@font-face {
    font-family: 'AzoSansWeb';
    src: url('SubAzoMedium.woff2') format('woff2'),
         url('SubAzoMedium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: block;
}

body {
    font-family: 'AzoSansWeb';
    --background-image: url('background.jpg');
    --logo-image: url('logo.svg');
    --logo-background: url('logo.svg');
    --spinner-image: url('loading.png');
}

.splash.logo {
    margin-bottom: 100px !important;
    top: auto !important;
}

cast-media-player {
    --theme-hue: 100;
    --progress-color: #6EA514;
    --live-progress-color: #6EA514;
    /* --splash-image: url('chromecast_background.png'); */
    --splash-size: cover; 
}

#displayResolution, #screenversion {
    position: fixed;
    top: 25px;
    left: 20px;
    height: 100px;
    z-index: 9999;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 1px 1px 20px black;
    color: white;
}

#screenlog {
	display: block;
	position: fixed;
	font-size: 11px;
	word-break: break-all;
	top: 130px;
	left: 2500px;
	width: 1175px;
	height: 450px;
	overflow: scroll;
	z-index:9999;
	background: black;
	color: white;
	transition: 0.5s linear;
}
#screenlog.showLog {
	left: 50px;
}