@charset "utf-8";
/* CSS Document */
html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

header {
	padding: 20px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 0px 10px 10px 10px 
	
}

.style-nav ul {
	list-style-type: none;
	
}

.style-nav ul li a {
	text-decoration: none;
	color: #464646;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif" ;
}

img {
	width: 100%
}

h1 {
	color: #464646;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: center;
	text-transform: uppercase;
	position: absolute;
  	top: 47%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	width: 500px;
  	height: 60px;
  	line-height: 50px;
  	margin-left: -250px;
  	margin-top: 0px;
}

h3 {
	color: #464646;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-align: center;
	text-transform: uppercase;
	position: absolute;
  	top: 52%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	width: 500px;
  	height: 60px;
  	line-height: 50px;
  	margin-left: -250px;
  	margin-top: 0px;
}





@media (min-width: 768px){
	.style-nav ul {
		text-align: center;
	}
	
	.style-nav ul li {
		display:inline-block;
	}
}



@media (min-width: 1024px){
	.style-logo{
		float: left;
	}
	.style-nav{
		float: right;
	}
	
}
