@import url('https://fonts.googleapis.com/css?family=Oswald:200,400');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

/*-------------------------
	Simple reset
--------------------------*/

*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	position:relative;
	width: 100%;
	height: 100%;
}

body{
	background:url('../img/bg.jpg') no-repeat center center #FFF;
	background-size: cover;
	min-height: 600px;
    padding: 0;
    color: #444;
    font-family: 'Oswald', sans-serif;
    font-weight: 200; 
	font-size: 18px;
}
article{
	position: absolute;
	top: 50%;
	left: 50%;	
    display: block;
	width: 320px;
	height: 470px;
	margin: -300px 0 0 -160px;
}
h1{
	display: block;
	width: 320px;
	height: 62px;
	margin: 15px auto;
	line-height: 60px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: -3.8px;
    color: #CA1700;
    text-align: center;
}

h3{
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
}
a, a:visited {
	text-decoration:none;
	outline:none;
	color: #444;
}

a:hover{
	text-decoration:underline;
	opacity: 0.7;
}

section, footer{
	display: block;
}

.logo{
	display: block;
	width: 220px;
	height: 220px;
	margin: 0px auto;
	background:url('../img/logo.png') no-repeat center center;
	background-size:100%; 
}
h1.logo-text{
	text-indent: -2000px;
    background:url('../img/logo-text.png') no-repeat bottom center;
	background-size:100%;
	overflow: hidden;
}


/*----------------------------
	Main Section
-----------------------------*/
span.text{
	display: inline-block;
	width: 16px;
	text-align: center;
}
.content{
	display: block;
	width: 176px;
	height: 150px;
	margin: 0 auto;
}
.content p,
.content a{
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #072440;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 30px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
p.fone{
	padding-top: 4px;
}
.content-footer{
	position: relative;
	width: 100%;
}

footer a,
footer h6{
	position: absolute;
	top: 6px;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	font-weight: 200;
}
footer h6{left: 50px;}
footer a{right: 50px;}



@media screen and (max-width: 1366px){
	.logo{
		width: 180px;
		height: 180px;
		margin: 0px auto;
	}
	h1.logo-text{
		width: 280px;
		height: 62px;
	}
}
@media screen and (max-width: 800px){
	article {
	    height: 410px;
    	margin: -240px 0 0 -160px;
	}
}
@media screen and (max-width: 720px){

	footer{
		height: 50px;
	}

	footer a,
	footer h6{
		width: 100%;
		text-align: center;
	}
	footer h6{
		left: 0px;
	}
	footer a{
		top: 28px;
		right: 0px;
	}	
}

@media screen and (max-width: 480px){
	.logo{
		width: 150px;
		height: 150px;
	}
	h1.logo-text{
		width: 220px;
		height: 50px;
	}

}
