@charset "utf-8";
/* CSS Document */

/*-------------------------
	Simple reset
--------------------------*/
*{
	margin:0;
	padding:0;
}
/*-------------------------
	General Styles
--------------------------*/
html{
	background: #b9b9b9;
	position:relative;
}

@media screen and (min-width: 768px){
	html{
		background:url('') no-repeat center top #b9b9b9;
		/*background-size: cover;*/
	}
}

@media screen and (max-width: 767px){
	html{
		background:url('') no-repeat center top #b9b9b9;
	}
}

body{
	min-height: 600px;
    padding: 200px 0 0;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}
/*----------------------------
	Main Section
-----------------------------*/

.note,h1 {
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	font-weight:600;
}
h1{ font-size: 42px; margin-top: 30px; font-weight: 400 }
