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;
}
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;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #e0dfd5;
}

/* structure */

.fullscreen {
    width: 100vw;
    height: 100vh;
}
.work {
    position: relative;
    z-index: 10;
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.align {
    display: flex;
    align-items: center;
    align-content: center;
}
.neat75 { 
    position: relative;
    max-width: 75%;
    margin: 0 auto;
}
#about p {
    margin: 10% 0;
}
#about p:first-child {
    margin-top: 0;
}
#about p:last-child {
    margin-bottom: 0;
}
.arrow {
    display: block;
    width: 40px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
}
/*
.ctabutton { 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,.2);
    color: #ffffff;
    border: 2px solid #000;
    padding: 20px 100px;
    margin-bottom: 5%;
}
*/
.work .neat75 {
    padding: 100px 0;
}
.neat75 img {
    max-width:100%;
/*    margin-bottom: 5%;*/
}
.role {
    margin: 40px auto;
}
.canvas {
    height:600px;
}
.threeup {
    width: 30%;
    margin-right: 5%;
    float: left;
}
.threeup:last-child {
    margin-right: 0;
}
/*
.work img {
    margin-bottom: 5%;
}
*/
/*
.work img:last-child {
    margin-bottom: 0px;
}
*/

/*
.mockups img {
    margin-bottom: 10%;
}
.mockups img:last-child {
    margin-bottom: 5%;
}
*/

.horizontal-menu {
    text-align: center;
}
.horizontal-menu li {
    display: inline-block;
    margin: 5% 20px;
	font-weight: normal;
	font-size: 20px;
    letter-spacing: 1px;
	color: #222222;
	font-family: 'Abril Fatface', cursive;
}
.horizontal-menu li a:hover {
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

/* navigation */

.fixedleft {
   display: block;
   position: fixed;
   z-index: 10000;
   left: 50px; 
   bottom: 50px;
   padding: 10px;
}
.fixedright {
   display: block;
   position: fixed;
   z-index: 10000;
   right: 50px; 
   bottom: 50px;
   padding: 10px;
}

/* typography */

h1 {
	font-weight: normal;
	font-size: 180px;
    letter-spacing: 4px;
	color: #ffffff;
	font-family: 'Abril Fatface', cursive;
	text-align: center;
}
h2 {
	font-weight: normal;
	font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
	color: #222222;
	font-family: 'Abril Fatface', cursive;
	text-align: center;
}
h3 {
    font-weight: normal;
	font-size: 25px;
    line-height: 35px;
    letter-spacing: .5px;
	color: #222222;
	font-family: 'Abril Fatface', cursive;
	text-align: center;
}
h4 {
    font-weight: normal;
	font-size: 20px;
    line-height: 30px;
    letter-spacing: .5px;
	color: #222222;
	font-family: 'Abril Fatface', cursive;
	text-align: center;
}
h5 {    
    font-weight: normal;
	font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 30px;
	color: #222222;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}
h6 {
	font-weight: normal;
	font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
	color: #222222;
	font-family: 'Source Sans Pro', sans-serif;
}
p {
    font-weight: normal;
	font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 30px;
	color: #222222;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}
a:link {
	text-decoration: none;
    color: #222222;
}
a:visited {
	text-decoration: none;
    color: #222222;
}
a:hover, a:active {
	text-decoration: none;
}

/* video */

.wrapper         {width:95%;height:100%;margin:0 auto;background:#beb9b3}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}


/* CLEARFIX */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* iOS Specific */

.ios .work {
    background-attachment: scroll;
}


/* Media Queries */


/* Smartphones (portrait) ----------- */
@media only screen    
and (max-width : 680px) {
/* Styles */
     
    .canvas {
    height: 300px;
    }
    
    .horizontal-menu li {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin: 10%;
    }
    
    .horizontal-menu li a:hover {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    }
    
    .horizontal-menu {
    padding-top: 0;
    }
    
    .arrow {
    padding-bottom: 10%;
    }
    
    h1 {
	font-weight: normal;
	font-size: 100px;
    letter-spacing: 4px;
	color: #ffffff;
	font-family: 'Abril Fatface', cursive;
	text-align: center;
    }
     
    .neat75 { 
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    }
    
    .work .neat75 {
    padding: 50px 0;
    }
    
    .neat75 h5 {
    margin: 40px auto;
    }
    
    .neat75 h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto;
    }
    
    #top {
    display: none;
    }
    
}
