/* Fontok */
@font-face {
    font-family: LatoRegular;
    src: url(LatoLatin-Regular.ttf);
}
@font-face {
    font-family: LatoLight;
    src: url(LatoLatinLight-Regular.ttf);
}
@font-face {
    font-family: LatoBold;
    src: url(LatoLatinSemBd-Regular.ttf);
}
body {
	background-image: url('background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 20px;
	font-family: LatoLight, Verdana, Arial;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
    background-attachment: fixed;
}
a {
	color: #000000;
	text-decoration: none;
	outline: none;
}
/* Fehér doboz */
div#wrapper {
	background: rgba(255, 255, 255, 0.6);
	text-align: center;
	margin-top: -40px;
	margin-left: -320px;
	padding: 40px 20px;
	border: 1px solid white;
	width: 600px;
	height: 10px;
	border-radius: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 150%;
	opacity: 0;
}
/* Komlós Boldizsár */
h1 {
	font-family: LatoBold;
	font-size: 40px;
	margin: 5px 5px 25px 5px;
	padding: 0;
	opacity: 0;
	display: none;
}
/* E-mail, stb. */
div#personal {
	margin-bottom: 30px;
	opacity: 0;
	display: none;
}
/* Referenciák */
.site {
	width: 100%;
	text-align: justify;
	font-size: 14px;
	line-height: 100%;
	clear: both;
	margin: 20px 0;
	opacity: 0;
	display: none;
}
.site a {
	font-size: 20px;
	font-family: LatoBold;
	display: block;
	margin-bottom: 10px;
}
.site img {
	width: 160px;
	margin-right: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
}
/* Valid */
#validinfo {
	display: none;
	opacity: 0;
	position: absolute;
	bottom: 2px;
	right: 5px;
	font-size: 10px;
	padding: 0;
	margin-bottom: -8px;
}