


* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;	
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "sofia-pro", "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 170%;
	color: #fff;
	background-color: #0094c6;
}
a {
	color: #fff;
	text-decoration: none;
}
a:link, a:visited, a:active {
    text-decoration: none;
    transition: all .2s ease-in-out;
	color: #fff;
}
a:hover {
	color: #eee;
	text-decoration: none;
}

h1 {
	font-size: 150%;
	font-weight: 200;
	color: #FFF;
	display: inline-block;
	margin-top: 12px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height: 130%;
	transition: all 0.4s ease-in-out;
}
h1 a:hover {
	transform: translateX(2px);
	padding: 10px 10px;
	opacity: .9;	
}
h2 {
	font-size: 360%;
	font-weight: 100;
	color: #fff;
	padding-bottom: 0px;
	margin-top: 15px;
	line-height: 130%;
}

#intro {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 700px;
	margin: -330px 0 0 -50%;
	overflow: hidden;
	z-index: 999;
}

.res-button01 {
	background-color: #FFF;
	color: #333;
	cursor: pointer;
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	margin: 0 0 1% 0;
	font-size: 14px;
	font-weight: 00;
	border: 1px solid #CCC;
	border-radius:2px;
	transition: all 0.4s ease-in-out;
}
.res-button01 a{
	color: #333;
}
.res-button01:hover  {
	color: #666;
	transform: translateX(2px);
	padding: 8px 20px;
	opacity: .9;
}



/* Smartphone */
@media only screen and (max-width: 767px) {
body {
	font-size: 13px;
}
#intro {
	position: static;
	left: auto;
	top: auto;
	width: 90%;
	height: auto;
	margin: 0;
	overflow: auto;
	z-index: auto;
	padding: 0 5%;
	padding-left: 15%;
}
h2 {
	font-size: 226%;
}
h1 {
    font-size: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;

}
}

#brand{
	max-width: 600px;
	max-height: 400px;
	margin-right: auto;
	margin-left: auto;
}

#brand img{
	width: 100%;
	height:auto;
}

#text{
	max-width: 600px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.claim{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007ba4;	
	
}

.credits {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
	color: #333;
	margin-top: 10px;
}
.credits a {
	text-decoration: none;
	color: #333;
}
.credits a:hover {
}

