@charset "utf-8";

/* CSS Document */
/*  

       ⋮⋮⫸  RESET

*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, i, ol, ul, li, form, label, input, button, blockquote, fieldset, textarea, article, aside, footer, header, menu, nav, section, figure, iframe
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, footer, header, nav, section
{
	display: block;
}

html
{
	font-size: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after
{
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
    text-rendering:optimizeLegibility;
}

a:focus,
:focus
{
	outline: 0;
}

body
{
    background-color: #30C1F7;
    font: 500 1em/1.667em 'Raleway', Helvetica, Arial, sans-serif;
    color: #fff;
	-webkit-font-smoothing:antialiased;
	   -moz-font-smoothing:antialiased;
	     -o-font-smoothing:antialiased;
            font-smoothing:antialiased; 
}  

h1,
h2,
h3,
h4,
h5,
h6
{
	padding-bottom: 1.5rem;
	line-height: 1.5em;
	font-weight: 700;
}

h1
{
	font-size: 3em;
}

h2
{
	font-size: 2.25em;
}

h3
{
	font-size: 1.875em;
}

h4
{
	font-size: 1.5em;
}

h5
{
	font-size: 1.125em
}

h6
{
	font-size: 1em
}

p
{
	padding: 0 0 1.5rem 0;
}

ol,
ul
{
	padding: 0 0 1.5rem 0;
}

li
{
	padding: 0 0 0.75rem 0;
	margin-left: 1.5rem;
}

strong,
b
{
	font-weight: 700;
}

em,
i
{
	font-style: italic
}

img
{
	margin-bottom: 0.75rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:link,
a:visited
{
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

a:hover,
a:active
{
	color: #021c51;
	text-decoration: none;
}

input,
textarea,
select
{
	vertical-align: middle;
	outline: none;
	box-shadow: none;
}

textarea
{
	overflow: auto;
}

nav ul
{
	list-style: none;
	padding: 0;
	margin: 0
}

nav ul li
{
	margin-left: 0;
	padding-bottom: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

button
{
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: 0;
}
/*  

       ⋮⋮⫸  end RESET

*/
