.bg-century{
	background-color: #323B78; 
	color:white
}

li.br-flag {
   background-image: url( 'br.svg' ) ;
   background-repeat: no-repeat;
   background-position: left;
   background-position-y:center;
   background-size: 2em;
	padding-left: 3em;
}

li.hevc-icon {
   background-image: url( 'hevc-2.svg' ) ;
   background-repeat: no-repeat;
   background-position: left;
   background-position-y:center;
   background-size: 3em;
	padding-left: 3.2em;
}

li.radio-icon {
   background-image: url( 'radio.svg' ) ;
   background-repeat: no-repeat;
   background-position: left;
   background-position-y:center;
   background-size: 3em;
	padding-left: 3.2em;
}

a:link{ 
	text-decoration: none; 
}

html, body {
	height: 100%;
 }
 
 .full-height {
	height: 100%;
 }
 
@import 'bootstrap-icons/font/bootstrap-icons.css';

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4em;
	z-index: 10;
	background: #eeeeee;
	-webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
}
 
.header__content-text {
	text-align: center;
	padding: 15px 20px;
}
 
.page__content-container {
	margin: 20px auto;
	width: 975px;
	padding: 30px;
}



