
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300&subset=latin-ext');

html, body {
	height: 100vh;
	margin: 0;
    overflow: hidden;
    background-color: #DDDECE;
}
body {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */

	background-image: url("hatter.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: white;
	font-size: 40px;
	font-family: 'Work Sans', sans-serif;
}

nav, footer {
	min-height: 40px;
	/* background-color: blue; */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
	font-family: arial;

}

logos {
	height: 550px;
	    /* background-color: blue; */
    background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: end;
	font-size: 16px;
	text-align: center;
	font-family: arial;

}

.kozepre {
	justify-content: center;
}

.container {
	/* background-color: blue; */
	color: white;
    margin-top: 10px; 
	/* flex: 1; */
	flex-grow: 1;
	flex-direction: column;

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}
video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%
	z-index: -100;

}
a {
	color: #8A1110;
	text-decoration: none;
}

a.hover {
	color: grey;
	text-decoration: none;
}

.nyitolap {
	margin: 0px; 
	float: center; 
	padding: 0px; 
	border: 0pt none;
}
.nyitszoveg {
	font-size: 14px;
	text-align: center; 
	margin: 10px 0pt 0pt;
	color: #8A1110;
}
.menupont {
	margin-left: 15px;
	margin-right; 15px;
}
.piroskeret {
	border: 1px solid red;
}
.gombnav {
	font-size: 16px;
	/* font color="grey";*/
	font-family: arial;
	display: flex;
	/*background-color: rgba(50, 140, 80, 0.5);
	border: 1px solid rgba(50, 140, 80, 0.5);*/
	padding: 3px 10px;
	width: 120px;
	display: inline-block;
}
.gombnav:hover {
	background-color: rgba(70, 200, 220, 0.8);
	/*border: 1px solid red;*/
	color: black;
}
.gomb {
	font-size: 16px;
	font-family: arial;
	color: #8A1110;
	display: inline-block;
	border: 1px solid #DDDECE;
}
.gomb:hover {
	color: red;	
	opacity: .8;
	border: 1px solid WHITE; 
}
@media (max-width: 767px) {
	.gomb {
		background-color: rgba(0, 0, 0, 0.5)
		}
@media (max-height: 450px) {
	footer {
		display: none;
		}
}