/* Prevent iOS text size adjust after orientation change, without disabling user zoom */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;} 
	
/* Reset HTML5 Elements to Block */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;}
	
body {
	line-height: 1;}
	
ol, ul {
	list-style: none;}
	
blockquote, q {
	quotes: none;}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;}

/* Reset End */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	font: normal 100% 'Ubuntu', sans-serif;
	background-color:#002b5c;}

#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	margin: auto;}

#main {
	height:100%;
	width: 100%;
	position: relative;
	margin: auto;}

#indicator {
	height: 100%;
	width: 60px;
	position: relative;
	margin: 40px auto 200px auto;}



/* Logo Style */

#main-logo {
	height: 200px;
	width: 400px;
	position: relative;
	padding: 300px 0px 300px 0px;
	margin: auto;}


/* Text Styles */

#main-text {
	font: normal 100% 'Ubuntu', sans-serif;
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.5em;
	color: #FFF;
	width: 500px;
	position: relative;
	margin: auto;}

#main-text span {
	color: #009fee;}

#cta {
	width: 200px;
	background-color: #009fee;
	position: relative;
	margin: 100px auto 100px auto;
	padding: 20px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	
	font: normal 100% 'Ubuntu', sans-serif;
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	color: #FFF;}

#cta a {
	color: #FFF;
	text-decoration: none;
    display: inline-block;}

#cta a:hover {
	color: #002b5c;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}

/* Image Styles */

img {
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */}

#water {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: -10;
	top: 0;
	margin: auto;
	padding: 0px;}

.hidden-mobile {
	display:inline;}
	
.visible-mobile {
	display:none;}
