html{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px
}

body{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0px auto;
}

a{
	color: #fff;
    text-decoration: none;
}

a:hover{
	color: #000;
}

h1{
	font-family: 'Playfair Display', serif;
	font-size: 1.6em;
	line-height: 1em;
}

h2{
	margin: 0;
	padding: 0
}

nav{
	position: fixed;
	top: 0;
	left: 0;
	height: 75px;
	width: 100%;
	background: rgb(42,42,42);
	z-index: 100
}

nav.mobile{
	display: none;
}

nav ul {
	padding: 0;
	margin: 17px auto;
	width: 100%;
	max-width: 900px;
}

nav ul li:first-child{
	font-family: 'Playfair Display', serif;
	margin-top: 0px;
}

nav.desktop ul li:first-child{
	display: none;
}

nav ul li{
	list-style: none;
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 10px;
}

nav ul li .normal{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 12px
}

nav ul li a{
	color: #fff;
	font-size: 21px;
	text-decoration: none
}

nav ul li a:hover{
	color: rgb(142,142,142);
}

.mobile .menu{
	background: transparent url('img/menu.png') center no-repeat;
	background-size: contain;
	width: 30px !important;
	height: 30px !important;
	float: right;
	margin-right: 2%;
	cursor: pointer;
}

ul.mobile-menu{
	display: none;
	background: rgb(42,42,42);
	height: 280px;
}

.mobile-menu li:first-child{
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 75px;
}

.mobile-menu li{
	float: none;
	width: 100% !important;
}

.corvinus-mobile{
	width: 170px !important;
}

article{
	min-height: 95vh;
	height: auto;
	width: auto;
	padding: 2%;
	clear: both;
}

.separator{
	width: 100%;
	height: 30vh;
	clear: both;
}

#dobok{
	background: transparent url('img/dobok.jpg') center no-repeat;
	background-size: cover;
}

#fooldal{
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 15%, transparent 100%), url('img/bg.jpg');
	background-size: cover
}

#fooldal h1{
	padding-top: 13%;
	color: #fff;
	text-align: center;
	font-size: 1.9em;
	line-height: 2em;
	letter-spacing: 5px;
	font-weight: 300;
}

#fooldal h1 .corvinus{
    font-size: 3.6em;
    line-height: 1em;
}

#fooldal p{
	color: #fff;
	text-align: center
}

#zenekarunkrol{
	max-width: 670px;
	margin: auto;
	text-align: center;
	height: auto;
	min-height: 200px;
}

#tagok{
	padding: 0;
	min-height: 200px;
}

#tagok h1{
	text-align: center	
}

.tag{
	width: 25%;
	height: auto;
	float: left;
}

.tag:hover{
	background: rgb(242,242,242);
}

.tag p{
	text-align: center
}

.tag-photo{
	height: 70%;
	width: 100%;
	background-size: cover;
	padding: 0;
}

#evi{
	background: transparent url('img/evi.jpg') center no-repeat;
}

#lajos{
	background: transparent url('img/lajos.jpg') center no-repeat;
}

#laci{
	background: transparent url('img/laci.jpg') center no-repeat;
}

#dezso{
	background: transparent url('img/dezso.jpg') center no-repeat;
}

#tagok .strong{
	font-family: 'Playfair Display', serif;
}

#galeria{
	padding: 0;
	min-height: 200px;
}

#kapcsolat{
	background: transparent url('img/tagok.png') bottom no-repeat;
	background-size: cover;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	#fooldal h1{
		font-size: 1em;
		padding-top: 23%;
	}
}

@media only screen and (max-width: 600px), screen and (max-height : 460px) {
	.tag{
		width: 100% !important;
	}
	
	.tag-photo {
    	background-position-y: 29% !important;
	}
	
	#kapcsolat{
		/*min-height: 50vh !important;*/
	}
}

@media only screen (max-height : 400px) and (orientation : landscape){
	#kapcsolat {
	    background-size: cover;
	    min-height: 140vh !important;
	}
}

@media only screen and (max-width: 920px) {
	nav.desktop{
		display: none;
	}
	
	nav.mobile{
		display: block;
	}
}

@media only screen and (max-width: 1060px) {
	.tag{
		width: 50%;
	}
	
	#kapcsolat{
		background-size: contain;
		min-height: 70vh;
	}

}