body{
	background-color: #202020;
	color: white;
	font-family: Ubuntu, Roboto,"Segoe UI", sans-serif;
	margin: 0 0 0 0;
}

a:link{
	color: purple;
	text-decoration: none;
}
a:hover{
	color: #4ebcff;
	text-decoration: underline;
}
a:visited{
	color: orange;
	text-decoration: none;
}
input{
	height: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}
input#url{
	max-width: calc(100% - 80px);
	width: 90%;
	height: 40px;
	float: left;
	background-color: #ea6e00;
	padding: 0 0 0 1%;
}
input#submit{
	height: 43px;
	float: right;
	min-width: 65px;
}
.centrum{
	width: calc(40% + 100px);
	height: 40px;
}
.vid{
	float: left;
	position: fixed;
	left: 8px;
	border: solid 2px;
	border-radius: 10px;
	overflow: hidden;
}
.right{
	position: absolute;
	left: 760px;
}
.nav{
	position: fixed;
	height: 85px;
	z-index: 10000;
	width: 100%;
	background-color: white;
}
.logo{
	position: fixed;
	height: 85px;
	left: calc(30% - 260px);
	padding-top: 5px;
}
.centrum{
	margin-top: 23px;
}
.content{
	padding-top: 80px;
}
.back{
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: #404040;
	border-bottom: 2px solid white;
}
