/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;700&family=Montserrat:wght@400;700&family=Josefin Sans&family=Work+Sans&display=swap');

body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
	transition: background 1.5s ease-in-out;
    font-family:'Josefin Sans';
}

header{

	background:#000;
	height:40px;
}

header img{

	max-width: 38px;
    margin: 9px;
    margin-left: 25px;
}

header .lang-sel{
	list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 20px;

}

header .lang-sel li{
	display:inline-block;
	color:#fff;
	font-size:14px;
	border-right:1px solid #fff;
	padding-right:10px;
}

header .lang-sel li.active{
	font-weight: bold;
}

header .lang-sel li:last-child{
	border:0px;

}


h1{
	font-family:'Josefin Sans';
	font-size:58px;
	text-transform:uppercase;
	color:#fff;
	margin-left:50px;
	font-weight:800;
}

h2{
	font-family: 'Josefin Sans',sans-serif;
	text-align:center;
	letter-spacing:3px;

}

h3{
	font-family:'Josefin Sans';
	letter-spacing:3px;
	font-size:14px;
	margin-left:80px;
}

.serie_name{

	font-family:'Josefin Sans';
	letter-spacing:3px;
	font-size:24px;
	font-weight:600;
}

ul{

	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:50px;
}

li{
	margin:0px;
	padding:0px;
	line-height:30px;
}

.video-container{
	position: fixed;
    z-index: -1;
    top: 0px;
}

#series_list{
	color: #fff;
    background: #000000a9;
    width: 30%;
    margin-left: 35%;
    margin-top: 3%;
    padding-top: 3%;
}

#series_list li a {
	color: #fff;
    text-decoration:none;

}

#series_list li a:hover {
	opacity:0.5;
	
}

*/