@font-face {
    font-family: 'blissregular';
    src: url('../font/bliss-webfont.woff2') format('woff2'),
         url('../font/bliss-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	margin: 0;
	 font-family: 'blissregular';
	 background: url(../images/bg-wood.jpg) repeat;
	 position: relative;
}
html,body,.bg-full{
	width:100%;
	height:100%;
}

.footer{
	position: absolute;
	bottom:20px;
	width:100%;
	text-align: center;
	background: url(../images/bg-transparent.png) center repeat-y;
	color:#003063;
}
.footer p{
	margin:8px 0;
	font-size: 1.2em;
}
a{
	color:#003063;
	text-decoration: none
}
.header{
	position: absolute;
	bottom: 17%;
    right: 32%;
    text-align: center
}

.download{
	position: absolute;
    top: 2%;
    left: 22%;
    text-align: center;
	width: 13%;
	
}

.download>img{
    display: block;
    margin-bottom: 5px;
    width: 105%;
}

.download>a>img{
	width: 60%;
	margin-top: 2px;
	clear: both;
}

h1{
	font-size: 7.2em;
	font-style: italic
}
h2{
	font-size: 3.1em;
	margin-top: -15px!important
}
h1,h2{
	color:#fff;
	text-shadow: 5px 5px 20px rgba(0, 0, 0, 1);
	margin:0;
}


@media (max-width:1200px){
	.header {
	    position: absolute;
	    bottom: 60%;
	    right: 12%;
	    text-align: center;
	}
	
	.footer{
		bottom:2%;
	}
	.header{
		bottom:16%;
	}

	.download{
		top: 2%;
		left: 19%;
		width: 200px;
	}
	
	.download>img{
		width: 105%;
		margin: 1px;
	}
	
	.download>a>img{
		width: 50%;
	}

}

@media (orientation: landscape){
	.bg-full{
		background: url(../images/grancarni_1920.png) no-repeat center;
	   	background-size: cover;
		position: relative;
	}
}

@media (orientation: landscape) and (max-width: 1500px){
	.bg-full{
		background: url(../images/grancarni4-3.png) no-repeat center;
	   	background-size: cover;
		position: relative;
	}	
}

@media (orientation: landscape) and (max-width: 1500px){
	h1{
		font-size: 5.2em;
		font-style: italic
	}

	.bg-full{
		background: url(../images/grancarni4-3.png) no-repeat;
	   	background-size: cover;
	   	background-position: 17% 30%;
		position: relative;
	}	
}

@media (orientation: portrait){
	.bg-full{
		background: url(../images/grancarni3-4x2.png) no-repeat center bottom;
		background-size: cover;
	}
}


@media (orientation: portrait) and (max-width: 768px), (orientation: landscape) and (max-width: 768px){
	.hideRow{
		display: none;
	}

	h1{
		font-size: 3.2em;
		font-style: italic;
		margin: 0;
	}

	h2{
		font-size: 2.1em;
	}

	.footer p{
		font-size: 12px;
	}

	.download{
		position: absolute;
		top: 3%;
		left: 2%;
		text-align: center;
	}
	.download>img{
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}
	.download>a>img{
		width: 52%;
		margin-top: 2px;
			}

}

@media (orientation: landscape) and (max-width: 768px){
	.header{
		bottom: 25%;
	}

	.bg-full{
		background: url(../images/grancarni_1920-mob-l.png) no-repeat center;
	   	background-size: cover;
		position: relative;
	}

}



