@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-reg-webfont.eot');
    src: url('fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-reg-webfont.woff') format('woff'),
         url('fonts/lato-reg-webfont.ttf') format('truetype'),
         url('fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bol-webfont.eot');
    src: url('fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bol-webfont.woff') format('woff'),
         url('fonts/lato-bol-webfont.ttf') format('truetype'),
         url('fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-bla-webfont.eot');
    src: url('fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bla-webfont.woff') format('woff'),
         url('fonts/lato-bla-webfont.ttf') format('truetype'),
         url('fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

body 
{
	font-family: 'latoregular', Arial, Verdana;
	border: 0;
	color: #ffffff;
	line-height: 15px;
	padding: 0;
	margin: 0;
	cursor: default;
    overflow: hidden;
	background: url('img/bg.jpg') center center no-repeat #ffffff;
	background-attachment: fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

body, html 
{
	height:100%;
}

#art-content
{
	position:absolute;
	margin:0px;
	top: 32%;
	padding-left: 180px;
}

#art-icon
{
	position:relative;
	margin-top: 80px;
}

#art-icon a
{
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

#art-icon img
{
    float: left;
    width: 70px;
}

.cleared
{
	display:block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	height:0;
	overflow:hidden;
}

#art-text
{
	position:relative;
}

#art-text h1
{
	font-family: 'latoblack', Arial, Verdana;
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0px;
    padding: 0px;
}

#art-text p
{
    font-size: 38px;
    line-height: 38px;
    margin: 0px;
    padding-top: 15px;
}

#art-text strong
{
	font-size: 38px;
    line-height: 38px;
    margin: 0px;
	font-weight: normal;
}

@media (max-width:1024px)
{
	#art-content
	{
		top: 25%;
		padding-left: 30px;
		padding-right: 30px;
	}	
	#art-text h1
	{
		font-size: 50px;
		line-height: 50px;
	}
	#art-icon a
	{
		font-size: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	#art-icon img
	{
		width: 40px;
	}
	#art-text p
	{
		font-size: 30px;
		line-height: 30px;
	}
	#art-text strong
	{
		font-size: 30px;
		line-height: 30px;
	}
}
