
/* DEFAULT - Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	height: 100%;
	width: 100%;
	overflow: y-scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	height: 100%;
	font-family: Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	background: #37667a;
}

h1,h2,h3,h4,p,blockquote,figure,ol,ul {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

::-moz-selection, ::selection {
	background: #f2f6f9;
	text-shadow: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



/* DEFAULT - Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1, h2, h3, h4 {
	font-size: inherit;
	font-weight:normal;
}

p {
	margin-bottom: 0.5em;
}

h2 {
	font-size: 18px;
	margin-bottom: 0.5em;
}

a {
	color: #99aaaa;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration: none;
}
a:active, a:hover {
	color: #ff5477;
}

ul {
	font-size: 14px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    padding-left: 5%;
    margin-bottom: 40px;
    text-align: right;
}

li {
	margin-bottom: 5px;
}




/* CUSTOM - Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.wrapper {
	max-width: 920px;
	margin: 0 auto;
}

#header {
	margin: 50px 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#header h1 { 
	display: inline-block;
	font-size: 68px;
	white-space: nowrap;
}
#header > span { 
	display: inline-block;
	white-space: nowrap;
}