html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    color: #1d2526;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {font-family: latoLight;src: url(../img/latoLight.ttf);}
@font-face {font-family: lato;src: url(../img/lato.ttf);}
@font-face {font-family: latoBlack;src: url(../img/latoBlack.ttf);}

/*********** MAIN STYLES ***********/
#skrollr-body {
    width: 1024px; 
    margin: auto;
}

section, header {
    height:728px;
    width:1024px;
    position: relative;
} header {height: 720px;}

.transition {
    height:350px;
    width:1024px;
    background-color: #e5e5e5;
}

h1{
    font: 28px latoBlack;
    letter-spacing: 0.015em;
    color: #11a5da;
    text-transform: uppercase;
    position: absolute; top: 57px; left: 50px;
}
h2 {
    font: 18.75px latoBlack;
    letter-spacing: 0.015em;
    color: #b1b1b1;
    text-transform: uppercase;
    position: absolute; top: 37px; left: 50px;
}
h3 {
    font: 16.67px lato;
    letter-spacing: 0.02em;
    color: #11a5da;
    text-transform: uppercase;
    margin-bottom: 6px;
}

p{
    color: black;
    font: 13px latoLight;
    line-height: 1.67; 
    letter-spacing: 0.05em;
}

/****************HEADER******************/
/****************************************/
header {overflow: hidden;}
header h1 {
    color:#11a5da;
    text-transform: uppercase;
    font: 4em latoLight;
    line-height: 80px;
    position: absolute;
    top:40px;
    left:46px;
}
header h1 span{
    color: #11a5da;
    font: 4.3em latoBlack;
    font-size: .806em;
    display: block;
    margin-top:-15px;
    position: relative;
}
#header-accent{
    width: 75px;
    height: 8px;
    background-color: #11a5da;
    position: absolute;
    top:170px;left: 51px;
}

#bio {
    width: 320px;
    position: absolute;
    top:375px;
    left:55px;
}
#bio h3 {color: #1d2526; margin-top:88px;}
#headshot{
    display: block;
}

header #poppin-bar{
    height: 110px;
    width: 100%;
    background: #11a5da;
    position: absolute;
    bottom: 0;
}
header img {position: absolute;}
#poppin-logo {top:38px; left:330px;}
#header-image{
    background: url(../img/header-image.png) no-repeat;
    height: 768px;
    width: 605px;
    position: absolute;
    top: -48px;
    right: 0;
    z-index: 99;
}
/*************END HEADER*****************/

/**********PROJECT STATMENT**************/
/****************************************/
#statement img{position: absolute;}
#statements{
    width: 944px;
    height: 310px;
    position: absolute;
    bottom: 0;
    padding-left: 80px;
    text-align: center;
    background-image:
    linear-gradient(
      to top right, 
      #11a5da, #19c2ff
    );
} #statements h3, #statements p {color: white;} #statements p {font-size:14px; text-align: justify;}

#statement img:nth-of-type(1) {left:294px; top:100px;}
#statement img:nth-of-type(2) {left:500px; top:62px;}

#context, #problem, #solution {width: 233px; float: left; margin-right:80px; margin-top:35px;}

#statements .img {margin: auto; margin-bottom: 17px;}
#statements #problem .img {margin-bottom: 23px;}
#statements #solution .img {margin-bottom: 15px;}
#statements h3 {margin-bottom: 30px;}
#context .img {
    background: url(../img/context.png) no-repeat;
    width: 50px;
    height: 54px;
}

#problem .img {
    background: url(../img/problem.png) no-repeat;
    width: 46px;
    height: 48px;
}

#solution .img {
    background: url(../img/solution.png) no-repeat;
    width: 37px;
    height: 56px;
}

#context .num {
    background: url(../img/1.png) no-repeat center center;
    width: 233px;
    height: 224px;
    position: relative; top: -80px; left:10px;
}

#problem .num {
    background: url(../img/2.png) no-repeat center center;
    width: 233px;
    height: 224px;
    position: relative; top: -100px;
}

#solution .num {
    background: url(../img/3.png) no-repeat center center;
    width: 233px;
    height: 224px;
    position: relative; top: -100px;
}
/*************END PROJECT STATEMENT*****************/

/*****************SKETCHES***************/
/****************************************/
#sketches p{text-align: justify;}
#sketches img {transition: .3s all ease-in-out;}
#final-concept, #first-concept, #second-concept {
    height: 100%;
    width: 240px;
    position: absolute;
}
#final-concept img, #first-concept img, #second-concept img{
    position: absolute;
    z-index: 9;
    top:-10px;
    left: 25px;
}
#final-concept{top: 241px;left: 50px;}
#first-concept{top: 80px;left: 720px;}
#first-concept img{top:25px; left: 55px;}
#second-concept{top: 410px;left: 720px;}
#second-concept img{top:20px; left: 40px;}

#sketch-main {
    background: url(../img/sketch-center.png) no-repeat center center;
    width: 315px;
    height: 450px;
    position: fixed;
/*    left: 354.5px;*/
    left: calc(50% - 160px);
    top: 159px;
}
/*************END SKETCHES*****************/

/***************PROTOTYPES***************/
/****************************************/
#prototypes p{text-align: justify;}
#prototypes img {transition: .3s all ease-in-out;}
#final-iteration, #first-iteration, #second-iteration {
    height: 100%;
    width: 240px;
    position: absolute;
}
#final-iteration img, #first-iteration img, #second-iteration img{
    position: absolute;
    z-index: 9;
    top:20px;
    left: 25px;
}
#final-iteration{top: 255px;left: 50px;}
#first-iteration{top: 90px;left: 720px;}
#first-iteration img{top:0px; left: 60px;}
#second-iteration{top: 410px;left: 720px;}
#second-iteration img{top:30px; left: 40px;}

#prototype-main {
    background: url(../img/prototype-center1.png) no-repeat center center;
    width: 315px;
    height: 450px;
    position: fixed;
/*    left: 354.5px;*/
    left: calc(50% - 160px);
    top: 152px;
}
#prototype-main2 {
    background: url(../img/prototype-center2.png) no-repeat center center;
    width: 138px;
    height: 61px;
    position: fixed;
/*    left: 387px;*/
    left: calc(50% - 127px);
    top: 200px;
}
/***********END PROTOTYPES***************/

/*****************FEATURES***************/
/****************************************/
#feature-container {
    position: absolute;
    top: 180px;
    left: 50px;
}
.feature{
    width: 270px;
    margin-bottom: 87px;
}
#feature-image {
    background: url(../img/features.jpg) no-repeat;
    width: 659px;
    height: 422px;
    position: absolute;
    top: 200px;
    right: 73px;
    z-index: -1;
}
#feature1, #feature2, #feature3{position: absolute;}
#feature1{
    background: url(../img/feature1.png) no-repeat;
    width: 42px; height: 42px;
    top: 272px; right: 149px;
}
#feature2{
    background: url(../img/feature2.png) no-repeat;
    width: 42px; height: 42px;
    top: 374px; left: 327px;
}
#feature3{
    background: url(../img/feature3.png) no-repeat;
    width: 42px; height: 42px;
    top: 267px; right: 415px;
}
#feature1-line{
    position: absolute; top: 189px; left: 123px;
    width: 731px; height: 88px;
    border-top: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(0,0,0,0.5);
}
#feature2-line{
    position: absolute; top: 363px; left: 129px;
    width: 218px; height: 16px;
    border-top: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(0,0,0,0.5);
}
#feature3-line{
    position: absolute; bottom: 191px; left: 151px;
    width: 437px; height: 235px;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-right: 1px solid rgba(0,0,0,0.5);
}
/*************END FEATURES***************/

/********************360*****************/
/****************************************/
#arrow {
    background: url(../img/arrow360.png);
    position: absolute;
    width: 745px;
    height: 153px;
    left: 140px;
    top: 450px;
    pointer-events: none;
    z-index: 999;
}

footer{
    position: absolute; bottom: 0;
    width:100%;
    height: 60px;
    text-align: center;
}
footer p, footer p span {color: #11a5da; font-family: lato; letter-spacing: 0.05em;}
footer .bold {text-transform: uppercase; font-family: latoBlack;}
footer p.one {font-size: 16.6px;}
footer p.two {font-size: 12.5px;}
footer p.two span {margin-right: 10px;}

/********* END MAIN STYLES *********/
#hash-marks{
    width: 315px;
    height: 450px;
    position: fixed;
/*    left: 354.5px;*/
    left: 50%;
    transform: translateX(-50%);
    top: 159px;
    z-index: 999;
}
#hash-marks div{width: 25px; height: 25px; position: absolute;}
#hash-marks .one{
    
}
#hash-marks .two {-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    right: 0;
}
#hash-marks .three {-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    right:0;
    bottom: 0;
}
#hash-marks .four {-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    bottom: 0;
}

.circle {
    border-radius: 50%;
	width: 150px;
	height: 150px;
    margin-left: 45px;
    margin-bottom: 26px;
    background-color: #11a5da;
}

#trans1{
    background: url(../img/trans1.jpg) no-repeat 0 -150px;
}
#trans2{
    background: url(../img/trans2.jpg) no-repeat 0 -30px;
}
#trans3{
    background: url(../img/trans3.jpg) no-repeat 0 -340px;
}
#trans4{
    background: url(../img/trans4.jpg) no-repeat 0 -30px;
}

nav {
    position: fixed;
    right: 15px;
    top: 350px;
    z-index: 9999;
}
nav a{
    background: #f37b21;
    border-radius: 50%;
    display: block;
	width: 40px;
	height: 40px;
    margin-bottom: 20px;
}
nav a.home {background: #f37b21 url(../img/home.png) no-repeat center center;}
nav a.up {background: #f37b21 url(../img/up.png) no-repeat center center;}
nav a.down {background: #f37b21 url(../img/down.png) no-repeat center center;}

#one .home, #one .up{background: #959595; pointer-events: none;}
#two .home{background: #959595; pointer-events: none;}
#six .down{background: #959595; pointer-events: none;}

@media only screen and (min-width: 1034px) {
    #skrollr-body{
        border: 5px solid #e7e7e7; 
        -webkit-box-shadow: 0px 0px 70px 0px #e7e7e7;
        box-shadow: 0px 0px 70px 0px #e7e7e7;
    }
}