/* ============================================================================================== */
/* PRIMARY CSS / affects all viewports 920px or wider =========================================== */
/* ============================================================================================== */


/* HTML5 DISPLAY DEFINITIONS ==================================================================== */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
	}

div, figure {
	margin: 0;
	padding: 0;
	}

audio,
canvas,
video {
	display: inline-block;
	}

audio:not([controls]) {
	display: none;
	height: 0;
	}

[hidden] {
	display: none;
	}


/* BASIC PAGE SETUP ============================================================================= */


html {
	font-size: 1em;
	-webkit-text-size-adjust: 1em;
	-ms-text-size-adjust: 1em;
	line-height: 1.5em;
	}

html,
button,
input,
select,
textarea {
	font-family: helvetica, arial, sans-serif; 
	}

body {
	background: #ffffff;
	color: #000000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif; 
	text-align: left;
	}


/* FLOATS & CLEAR FIX --------------------------------------------------------------------------- */


.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clearfix:after {
	content: "";
	display: table;
	clear: both;
	}


/* LINKS ======================================================================================== */


a { 
	color: #000000;
	text-decoration: underline;
	}

a:focus { 
	outline: thin dotted; 
	color: rgb(15,57,99);
	}

a:hover,
a:active {
	outline: 0;
	color: #000000;
	text-decoration: none;
	}

a:visited { 
	color: #000000;
	}


/* TYPOGRAPHY =================================================================================== */


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: helvetica, arial, sans-serif; 
	font-size: 3em;
	line-height: 1.5em;
	margin: 0;
	}

abbr[title] {
	border-bottom: 1px dotted;
	}

b,
strong {
	font-weight: bold;
	font-style: normal;
	}

i,
em {
	font-weight: normal;
	font-style: italic;
	}

b i, b em, strong i, strong em, i b, i strong, em b, em strong {
	font-family: helvetica, arial, sans-serif; 
	font-weight: bold;
	font-style: italic;
	}

dfn {
	font-family: helvetica, arial, sans-serif; 
	font-weight: normal;
	font-style: normal;
	}

mark {
	background: #000000;
	color: #ffffff;
	}

p,
pre {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	}

p.footnote {
	font-size: 0.825em;
	}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1.125em;
	}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	}

q {
	quotes: none;
	}

q:before,
q:after {
	content: '';
	content: none;
	}

small {
	font-size: 75%;
	}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

sup {
	top: -0.5em;
	}

sub {
	bottom: -0.25em;
	}


/* LISTS ======================================================================================== */

dl,
menu,
ol,
ul {
	margin: 0 0 1.5em 0;
	padding: 0;
	}

menu,
ol,
ul {
	padding: 0 0 0 1.5em;
	}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
	}


/* IMAGES & EMBEDDED CONTENT ==================================================================== */


img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	}

svg:not(:root) {
	overflow: hidden;
	}



/* OUTER WRAPPERS =============================================================================== */


.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	}


/* LOGO ========================================================================================= */


#logo {
	display: block;
	width: 50%;
	height: 100vh;
	padding: 0;
	margin: 0;
	float: left;
	background-color: #000000;
	}

#logo h1 {
	background: transparent url(../images/logo.svg) 0 0 no-repeat;
	display: block;
	width: 150px;
	height: 150px;
	text-indent: -99999px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}


/* CONTENT ====================================================================================== */


#intro {
	display: block;
	width: 50%;
	height: 100vh;
	padding: 0;
	margin: 0;
	float: left;
	background-color: #ffffff;
	}

#introText {
	background: transparent;
	display: block;
	width: 60%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

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

ul#social li {
	list-style: none;
	margin-right: 1em;
	float: left;
	background-color: blue;
	}

ul#social li:last-child {
	margin-right: 0;
	}

a#email,
a#instagram {
	display: block;
	width: 65px;
	height: 65px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -99999px;
	}

a#email { 
	background-image: url(../images/icon_email.svg); 
	background-size: 65px 65px;
	background-color: #999999;
	}

a#instagram { 
	background-image: url(../images/icon_instagram.svg); 
	background-size: 65px 65px;
	background-color: #999999;
	}

a#email:hover, 
a#instagram:hover {
	background-color: #000000;
	}

