/* EliDream CSS /*
/* author: http://123it.si */

@font-face {
    font-family: AnoRegular;
    src: url(ano_regular.woff);
}
@font-face {
    font-family: AnoRegularItalic;
    src: url(ano_italic.woff);
}

*{
	padding:0;
	margin:0;

}
body{
	background: url(elidreambg.jpg) center top fixed no-repeat;
	background-size: cover;
	height:100%;
	margin:0;
}

.header{
	height:60vh;
	width: 100%;
	background: url(logo.png) center center no-repeat;
	background-size: 50%;
	display:block;
}

.center{
	height:20vh;
	width:100%;
	display:block;
}

.kontakt{
	height:20vh;
	color: #CCCABB;
	display: block;
	position: absolute;
	font-family: AnoRegular,Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 14px;
	text-align: center;
	width:100%;
}

.kontakt span.reg{
	display:block;
	min-width:210px;
}

@media only screen and (min-width: 768px) {
	.header{
		background-size: auto;		
	}
	.center{
		height: 350px;	
	}
	.kontakt{
		position: absolute;
		bottom:10%;
		font-size: 16px;
		height:auto;
	}

	.kontakt span.reg{
		display:inline;
		min-width:auto;
		margin-left:30px;
	}

}
@media only screen and (min-width: 768px and max-width: 1300px){
	body{
		background: url(elidreambg1.jpg) center top fixed no-repeat;	
	}
}
@media only screen and (min-width: 1301px and max-width: 1900px){
	body{
		background: url(elidreambg2.jpg) center top fixed no-repeat;	
	}
	.kontakt{
		bottom:10%;
	}
}
@media only screen and (min-width: 1901px){
	body{
		background: url(elidreambg2.jpg) center top cover no-repeat;	
	}
}