* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

nav {
	display: flex;
	justify-content: space-around;
	min-height: 8vh;
	align-items: center;
	background-color: #222;
}

.logo {
	color: white;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 35px;
}

.nav-links {
	display: flex;
	justify-content: space-around;
	width: 30%;
}

.nav-links a {
	color: white;
	text-decoration: none;
	letter-spacing: 3px;
	float: right;
	font-size: 20px;
}

.nav-links li {
	list-style: none;
	font-family: sans-serif;
}

a:hover {
	color: #AD2525;
}

.eloszo {
	background-color: white;
	padding-top: 170px;
	height: 900px;
	
	background-size: ;
	background-repeat: no-repeat;
	background-position: 40% 10%;
	background-image: url('joci2.jpg');
}

.eloszo

.doboz {
	text-align: center;
	margin-top: 140px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	font-size: 35px;
	border: 10px solid #222;	
	background-color: #222;
	font-family: sans-serif;
}

h4 {
	font-family: sans-serif;
}

.rolamdoboz {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 250px;
	border-radius: 5px;
	background-color: #5A3636;
	text-align: center;
	color: white;
	padding-top: 20px;
	border-radius: 10px;
	font-family: sans-serif;
}

.karrierdoboz {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding-bottom: 250px;
	border-radius: 5px;
	background-color: #5A3636;
	text-align: center;
	color: white;
	padding-top: 20px;
	border-radius: 10px;
	font-family: sans-serif;
}

.tervdoboz {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding-bottom: 250px;
	border-radius: 5px;
	background-color: #5A3636;
	text-align: center;
	color: white;
	padding-top: 20px;
	border-radius: 10px;
	font-family: sans-serif;
	margin-bottom: 80px;
}


body {
	background-color: #222;
}

h2 {
	text-transform: uppercase;
}

.kapcsolat {
	
}

.fa {
	text-decoration: none;	
	position: relative;
	float: left;
	color: #222;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	text-align: center;
	margin-right: 8px;
	background: white;
	padding-top: 12px;
	margin-bottom: 18px;
}

.labjegyzet {
	text-align: center;
	color: white;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-right: 128px;
}

