@font-face {
	font-family: "Futura";
	src: url("../fonts/FuturaBT-Light.eot");
	src: local("☺"), url("../fonts/FuturaBT-Light.woff") format("woff"), url("../fonts/FuturaBT-Light.ttf") format("truetype"), url("../fonts/FuturaBT-Light.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Futura";
	src: url("../fonts/FuturaBT-LightItalic.eot");
	src: local("☺"), url("../fonts/FuturaBT-LightItalic.woff") format("woff"), url("../fonts/FuturaBT-LightItalic.ttf") format("truetype"), url("../fonts/FuturaBT-LightItalic.svg") format("svg");
	font-weight: normal;
	font-style: italic;
}

/* ************************************************** */

html,
body {
	height: 100%;
}

body {
	font-family: Futura, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	line-height: 20px;
	letter-spacing: 2px;
	color: #111;
	background-color: #fcf1e3;
}

* {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none !important;
}

::selection {
	color: #fcf1e3;
	background-color: #111;
}

::-moz-selection {
	color: #fcf1e3;
	background-color: #111;
}

a:link, a:hover, a:active, a:visited {
	color: #111;
	text-decoration: none;
	transition: opacity .25s;
}

a:hover {
	opacity: .4;
}

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	max-width: 100%;
}

/* ************************************************** */

#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #111;
	z-index: 999;
}

/* ************************************************** */

#header {
	font-size: 22px;
	background-color: cyan;
}

#header #logo {
	position: absolute;
	width: 200px;
	height: 70px;
	left: 80px;
	top: 90px;
	background-image: url("../images/logo.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#header #nav {
	position: absolute;
	right: 80px;
	top: 135px;
}

#header #nav p {
	display: inline-block;
}

/* ************************************************** */

#projects {
	width: 100%;
	padding: 500px 0 0 0;
}

#projects .project img {
	border: 20px solid #fff;
}

#projects .project p {
	margin: 40px 0 0 0;
}

#projects .project:nth-child(1) {
	margin: 0 0 0 50%;
}

#projects .project:nth-child(2) {
	margin: -7% 0 0 7%;
}

#projects .project:nth-child(3) {
	margin: -25% 2% 7% 0;
	float: right;
}

#projects .project:nth-child(4) {
	margin: 7% 0 0 22.5%;
}

#projects .project:nth-child(5) {
	margin: 10% 0 0 10%;
}

#projects .project:nth-child(6) {
	margin: -10% 0 0 52.5%;
}

#projects .project:nth-child(7) {
	margin: 10% 0 0 15%;
}

#projects .project:nth-child(8) {
	margin: 10% 2% 10% 0;
	float: right;
}

#projects .project:nth-child(9) {
	margin: 10% 0 0 10%;
}

#projects .project:nth-child(10) {
	margin: 10% 0 0 60%;
}

#projects .project:nth-child(11) {
	margin: -10% 0 0 15%;
}

#projects .project:nth-child(12) {
	margin: 10% 2% 10% 0;
	float: right;
}

#projects .project:nth-child(13) {
	margin: 10% 0 0 25%;
}

#projects .project:nth-child(14) {
	margin: 10% 0 0 65%;
}

/* ************************************************** */

#footer {
	width: 100%;
	text-align: center;
	padding: 200px 0 60px 0;
}
