html,body {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	margin: 0; 
	padding: 0;
}

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

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
	background: #EEE;
}

input, textarea {
    margin: 0 0 .2rem 0;
    padding: .2em;
    border: none;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    width: 100%;
    color: #333;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
}

button.blue {
    
    color: #FFF;
    box-shadow: 0 2px 0 #0a7691;
}
button {
    border: none;
    background: #0c94b6;
    font-family: sans-serif;
    font-size: 16px;
    padding: 8px 12px;
    color: #FFF;
    box-shadow: 0 2px 0 #0a7691;
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
}

button:hover, button.active {
    margin-top: -1px;
    margin-bottom: 1px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

main { 
	box-sizing: border-box;
	min-width: 100vw;
	min-height: 100vh;
	position: relative
}

footer {
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: .8em;
}

header { 
	font-family: 'Oswald', sans-serif;
	background: #111;
	color: #E9E9E7; 
	min-height: 50%;
	text-align: center;
	padding: 10em 0;
}

header h1 { 
	margin: 0 0 1em 0;
	font-size: 3em;
}



#contact {
	margin: 2em;
}

.contact-form {
	width: 300px;
	margin: auto;
}


#messagefailed:target, #captchaerror:target, #captchaincorrect:target { display: block; color: red; }
#sentmessage:target { display: block; color: green; }
#sentmessage, #messagefailed, #captchaerror, #captchaincorrect { display: none; }