@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,400italic,700,700italic,600,600italic);

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Source Sans Pro', Helvetica, Sans-serif;
	height: 100%;
	background: #FFFFFF;
}

h1 {
	font-size: 150px;
	letter-spacing: -14.66px;
	color: #EFEFEF;
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
}

h2 {
	font-size: 72px;
	letter-spacing: -3.6px;
	color: #46dfce;
	font-weight: 700;
	text-align: center;
}

h3 {
	font-size : 28px;
	color : #46dfce;
	font-weight: 700;
	margin: 20px 0 20px 0;
}

h4 {
	font-size: 36px;
	letter-spacing: -1.8px;
	color: #58595B;
	font-weight: 200;
}

h5 {
	font-family: Helvetica;
	font-weight: 700;
	font-size: 200px;
	letter-spacing: -16.2px;
 	color: #F1F2F2;
}

h6 {
	font-size: 21px;
	line-height: 24px;
	color: #58595B;
	text-align: center;
	font-weight: 400;
	margin-left: 20px;
}

p {
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

a:hover {
	color: #46dfce;
}

/* Header */
.header{
	padding: 10px 10px 0 10px;
}

div.subtext {
	position: relative;
	width: 100%;
	height: 200px;
}

div.title {
	position: absolute;
	top: 50px;
    right: 0;
    width: 100%;
    height: 100px;
}

/* Navigation */

.dropdown {
    position: fixed;
    top: 25px;
    right: 25px;
    display: block;
    z-index: 1;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color: #FFFFFF;
    padding: 12px 16px;
    z-index: 2;
    list-style: none;
    text-decoration: none;
    text-align: right;
    color: #46dfce;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown li {
	text-align: left;
	margin: 10px;
}

.dropdown li a {
	text-decoration: none;
	color: #46dfce;
	opacity: 1;
	text-transform: uppercase;
}

.dropdown li a:hover {
	opacity: 0.8;
}

.dropdown li a:visited {
	color: #46dfce;
}
	
/* Homepage */

.homepage {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100vh;
	width: 100%;
	background-image: url("assets/cover.jpg");
}

.intro {
	height: 100%;
	width: 100%;
}

/* About */
.container {
	padding: 50px 0 0 0;
}

.section {
	width: 100%;
	height: 550px;
	position: relative;
}

.section img {
	margin-bottom: 15px;
}

.left {
	float: left;
	width: 35%;
}

.left p img,
.right p img {
	display: inline-block;
	margin: 0;
}

.right {
	float: right;
	width: 35%;
}

#poppin h3, 
#rit h3, 
#metaproject h3 {
	margin-top: 30px;
}

#poppin .left, 
#metaproject .left {
	margin-left: 70px;
}

#rit .right {
	margin-right: 70px;
}

#poppin .bottom-img {
	top: 0;
	right: 0;
	position: absolute;
}

#poppin .top-img {
	top: 220px;
	right: 170px;
	position: absolute;
}

#rit .bottom-img {
	top: 0;
	left: 0;
	position: absolute;
}

#rit .top-img {
	top: 220px;
	left: 300px;
	position: absolute;
}

#metaproject .bottom-img {
	top: 0;
	right: 0;
	position: absolute;
}

#metaproject .top-img {
	top: 220px;
	right: 170px;
	position: absolute;
}

/* Process */ 

.heading-left {
	padding: 10px 10px 0 10px;
	float: left;
	width: 35%;
	margin-left: 70px;
}

.heading-left .number {
	position: relative;
	width: 100%;
	height: 200px;
}

.heading-left .label {
	position: absolute;
	top: 140px;
	left: 150px;
    width: 100%;
    height: 100px;
}

.heading-right {
	padding: 10px 10px 0 10px;
	float: right;
	width: 35%;
	margin-right: 70px;
	text-align: right;
}

.heading-right .number {
	position: relative;
	width: 100%;
	height: 200px;
}

.heading-right .label {
	position: absolute;
	top: 140px;
	right: 150px;
    width: 100%;
    height: 100px;
}

/* Inspiration */
#inspiration {
	width: 100%;
	height: 720px;
	position: relative;
}

#inspiration h3 {
	float: right;
	width: 39%;
	top: 70px;
	right: 60px;
	position: absolute;
}

#inspiration .large {
	top: 350px;
	left: 70px;
	position: absolute;
}

#inspiration .med {
	top: 240px;
	right: 70px;
	position: absolute;
}

#inspiration .small {
	top: 590px;
	right: 153px;
	position: absolute;
}

#inspiration p {
	width: 30%;
	top: 480px;
	right: 120px;
	position: absolute;
	margin-left: 20px;
}

/* Sketches */
#sketches {
	width: 100%;
	height: 600px;
	position: relative;
}

#sketches p {
	width: 30%;
	top: 400px;
	right: 70px;
	position: absolute;
}

#sketches h3 {
	width: 30%;
	top: 250px;
	right: 70px;
	position: absolute;
}

#sketches .bottom-img {
	top: 120px;
	left: 0;
	position: absolute;
	border: 1px solid #58595B;
}

#sketches .top-img {
	top: 310px;
	left: 150px;
	position: absolute;
	border: 1px solid #58595B;
}

/* Prototypes */
#prototypes {
	width: 100%;
	height: 700px;
	background-image: url("assets/kyle_prototypes.jpg");
}

#prototypes .description {
	float: right;
	width: 45%;
	margin-right: 50px;
	margin-top: 100px;
}

/* Style */
#style {
	width: 100%;
	height: 700px;
	position: relative;
}

#style h3 {
	top: 70px;
	left: 70px;
	width: 45%;
	position: absolute;
}

#style p {
	top: 410px;
	left: 410px;
	width: 25%;
	position: absolute;
}

#style .back-img {
	top: 280px;
	left: 70px;
	position: absolute;
}

/* View Final Design */
#view-final {
	width: 100%;
	height: 100px;
	position: relative;
}

#view-final a {
	text-align: center;
	font-size: 44px;
	line-height: 24px;
	color: #EFEFEF;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	left: 280px;
	position: absolute;
}

#view-final a:hover {
	color: #F1F2F2;
}

/* Product */ 

#hero {
    height: 452px;
    width: 657px;
    z-index: 0;
    position: relative;
}

.view {
    height: 113px;
    width: 107px;
    z-index: 1;
    position: inline-block;
    bottom: 0;
}

.gallery {
    float: left;
    width: 670px;
    height: 552px;
    position: relative;
}

#thumbnails {
    height: 92px;
    position: absolute;
    bottom: 0;
    background-color: #FFFFFF;
}

#thumbnails img {
	width: 128px;
	height: 92px;
}

.description {
    float: right;
    width: 30%;
    text-align: left;
    line-height: 31px;
    margin: auto;
}

.description p {
	margin-top: 20px;
	width: 90%;
}

.colors {    
    margin: 40px auto auto auto;
    width: 70%;
    float: left; 
}

/* Profile */ 

.profile {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 105vh;
	padding-bottom: 40px;
	width: 100%;
	background-image: url("assets/kyle_laidlaw.jpg");
}

.bio {
	float: left;
	width: 50%;
	margin-left: 100px;
}

.bio ul {
	list-style-type: none;
}

.bio h3 {
	margin-top: 0;
}

.bio p {
	margin-bottom: 5px;
	width: 85%;
}

.contact img {
	margin-right: 10px;
}

.contact li a {
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	font-weight: 400;
	text-decoration: none;
}

.contact li a:visited {
	color: #808080;
}

.contact li a:hover {
	cursor: pointer; 
}
