font-family: 'Roboto Slab', serif;
font-family: 'Montserrat', sans-serif;

body {
	margin: 0;
	padding: 0;
}

.header {
	height: 450px;
	text-align: center;
	background: url(_img/header-bg-nologo.jpg);
	background-size: cover;
	background-position: center top;
}

img {
	width: 60%;
	margin-bottom: 60px;
}

p {
	text-align: center;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #666666;	
	margin: 10px 20px;
}

.large {
	font-size: 1.2em;
	color: #000000;	
	font-weight: 700;	
}

.szlogen {
	font-family: 'Montserrat', serif;
	font-size: 40px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 4px 2px 4px #000000;	
}

a {
	font-weight: 700;	
	color: #fed136;
	text-decoration: none;	
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;	
}
a:hover {
	color: #67309A;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;	
}

a.gomb {
	font-family: 'Montserrat', serif;
	font-weight: 700;	
	color: #FFFFFF;
	background-color: #fed136;		
	font-size: 1.2em;
	text-decoration: none;	
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 6px 12px;		
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;	
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
a.gomb:hover {
	background-color: #67309A;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

@media screen and (max-width: 560px){ 

.header {
	height: 200px;
	text-align: center;
	background: url(_img/header-bg-nologo.jpg);
	background-size: cover;
	background-position: center top;
}

img {
	width: 90%;
	margin-bottom: 40px;
}

.szlogen {
	font-family: 'Montserrat', serif;
	font-size: 25px;
	font-weight: 700;
	color: #FFFFFF;
	text-shadow: 4px 2px 4px #000000;	
}

}