html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
    font-family: "Open Sans";
    max-width: 100vw;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background-color: white;
}

.container {
    padding: 0;
    margin: auto;
    width: 90%;
    max-width: 1400px;
}

/* NAV & FOOTER */

nav {
    padding-top: 20px;
    margin: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    /*border-bottom: 1px solid #f0f0f0;*/
}

#nav-container {
    margin: auto;
    width: 90%;
    max-width: 1400px;
    background-color: transparent;
    padding-top: 20px;
}

#logo {
    float: left;
    display: inline; 
}

#logo img {
    width: 60px;
    height: 60px;
}

ul li {
	list-style: none;
  	/*text-transform: lowercase;*/
  	text-decoration: none;
  	opacity: 1.0;
  	color: black;
    padding-top: 17px;
    padding-left: 50px;
    font-size: 11pt;
}

li {
    padding: 0;
    display: inline;
    float: right;
}

a {
    padding: 0;
    text-decoration: none;
}

footer {
    padding-top: 0;
    margin: 0;
    width: 100%;
    height: 75px;
    background-color: white;
    border-top: 1px solid #f0f0f0;
    clear: both;
}

#footer-container {
    margin: auto;
    width: 90%;
    max-width: 1400px;
    background-color: transparent;
    padding-top: 25px;
}

#footer-container a {
    color: black;
    text-decoration: underline;
}

#footer-container p {
    font-family: "Avenir Next";
    font-size: 12pt;
    font-weight: 400;
    line-height: 18pt;
    color: #0a0a0a;
    padding-bottom: 10px;
}

/* END NAV & FOOTER */

/* COLUMNS */

.row {
    float: left;
    width: 100%;
    height: auto;
}

section {
    float: left;
    width: 100%;
    height: auto;
}

.col-12 {
    float: left;
    width: 100%;
    height: auto;
}

.col-12 img {
    width: 100%;
    max-width: 1080px;
    margin:auto;
}

.col-11 {
    float: left;
    width: 91.666%;
    height: auto;
}

.col-11-right {
    float: right;
    width: 91.666%;
}

.col-10 {
    float: left;
    width: 83.333%;
    height: auto;
}

.col-10-right {
    float: right;
    width: 83.333%;
}

.col-9 {
    float: left;
    width: 75%;
    height: auto;
}

.col-8-right {
    float: right;
    width: 75%;
}

.col-8 {
    float: left;
    width: 66.666%;
    height: auto;
}

.col-8-right {
    float: right;
    width: 66.666%;
}

.col-7 {
    float: left;
    width: 58.33%;
    height: auto;
}

.col-7 img {
    float: left;
    width: 100%;
}

.col-7-right {
    float: right;
    width: 58.33%;
}

.col-7-right img {
    float: right;
    width: 100%;
}

.col-6 {
    float: left;
    width: 50%;
    height: auto;
}

.col-6-right {
    float: right;
    width: 50%;
}

.col-5 {
    float: left;
    width: 41.66%;
    height: auto;
}

.col-5 img {
    margin: auto;
    width: 100%;
}

.col-5-right {
    float: right;
    width: 41.66%;
}

.col-5-right img {
    margin: auto;
    width: 100%;
}

.col-4 {
    float: left;
    width: 33.3333%;
    height: auto;
}

.col-4 img {
    margin: auto;
    width: 100%;
}

.col-4-right {
    float: right;
    width: 33.3333%;
}

.col-3 {
    float: left;
    width: 25%;
    height: auto;
}

.col-3-right {
    float: right;
    width: 25%;
}

.col-2 {
    float: left;
    width: 16.666%;
    height: auto;
}

.col-2-right {
    float: right;
    width: 16.666%;
}

.col-1 {
    float: left;
    width: 8.33%;
    height: auto;
}

.col-1-right {
    float: right;
    width: 8.33%;
}

/*.row::after {
    content: "";
    clear: both;
    display: block;
}*/

/* END COLUMNS */

/* DESKTOP SPACERS */

.v-spacer-360px {
    float: left;
    height: 360px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-320px {
    float: left;
    height: 320px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-240px {
    float: left;
    height: 240px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-160px {
    float: left;
    height: 160px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-120px {
    float: left;
    height: 120px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-100px {
    float: left;
    height: 100px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-90px {
    float: left;
    height: 90px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-60px {
    float: left;
    height: 60px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-40px {
    float: left;
    height: 40px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-30px {
    float: left;
    height: 30px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-20px {
    float: left;
    height: 20px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-10px {
    float: left;
    height: 10px;
    width: 100%;
    opacity: 0.5;
}

.v-spacer-1px {
    float: left;
    height: 1px;
    width: 100%;
    opacity: 0.5;
}

/* END SPACERS */


/* PROJECT PAGES */

/* SECTIONS */

.hometown {
    background-color: #02adee;
}

.features p {
    margin-right: 40px;
}

/* END SECTIONS */

.project-intro {
    text-align: center;
}

.project-intro h1 {
    font-family: "Charter";
    font-size: 36pt;
    font-weight: 700;
    line-height: 48pt;
    color: #0a0a0a;
}

.project-line {
    width: 50px;
    height: 2px;
    background-color: black;
    clear: both;
    display: block;
    margin: auto;
}

.project-display img {
    width: 100%;
}

.title-line {
    float: left;
    margin-left: 20px;
    width: 80px;
    height: 2px;
    background-color: #02adee;
    display: none;
}

.image-holder {
    width: 100%;
    height: 600px;
    background-color: #02adee;
    background: url('hometown/lighthouse.jpg') no-repeat;
    background-size: 100%;
}

.pitch {
    width: 640px;
    height: auto;
    float: none;
    margin: auto;
}

iframe {
    width: 640px;
    height: 360px; 
    margin: auto;
    float: none;
}

.full-width {
    width: 100%;
    height: auto;
    background-color: #02adee;
    position: relative;
    clear: both;
    left: 0;
    overflow: auto;
}

.divide {
    width: 100%;
    height: auto;
    background-color: #f7f9fa;
    position: relative;
    clear: both;
    left: 0;
    overflow: auto;
}

.full-width h1 {
    font-family: "Charter";
    font-size: 36pt;
    font-weight: 700;
    line-height: 48pt;
    color: white;
    text-align: center;
    padding-top: 125px;
    padding-bottom: 125px;
    letter-spacing: 0.5px;
    position: relative;
    text-decoration: none;
}


.full-width h2 {
    font-family: "Avenir Next";
    font-size: 24pt;
    font-weight: 500;
    line-height: 36pt;
    color: white;
}

.full-width h5 {
    color: #f5f5f5;
}

.full-width p {
    color: white;
}

.half-left {
    width: 50%;
    float: left;
    height: 300px;
    background-color: #9b59b6;
}

.half-right {
    width: 50%;
    float: right;
    height: 300px;
    background-color: #40db65;
}

a .half-right {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

a:hover .half-right {
    opacity: 1.0;
}

a .half-left {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

a:hover .half-left {
    opacity: 1.0;
}

.half-left h5 {
    text-align: left;
}

.half-left h1 {
    font-family: "Open Sans";
    font-size: 32pt;
    text-align: left;
    float: left;
    margin-top: -90px;
    padding-top: 85px;
}

.half-right h5 {
    text-align: left;
}

.half-right h1 {
    font-family: "Open Sans";
    font-size: 32pt;
    text-align: left;
    float: left;
    margin-top: -90px;
    padding-top: 85px;
}

.row a {
    color: #5d5d5d;
    text-decoration: underline;
}

.row a:hover {
    color: #5d5d5d;
    text-decoration: none;
}


.designs img {
    max-width: 400px;
}

input {
    background-color: white;
    border: 1px solid #5d5d5d;
    border-radius: 6px;
    padding: 10px 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    line-height: 21pt;
    color: #5d5d5d;
    cursor: pointer;
}



/* TYPE */

.link-box {
    width: 250px;
    height: 25px;
    text-decoration: none;
}

.link-box p {
    float: left;
    display: inline;
}

a .link-line {
    height: 2px;
    width: 25px;
    background-color: white;
    display: inline;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
    transition: margin-right 0.3s ease;
    transition: width 0.3s ease;
}

a:hover .link-line {
    margin-right: 30px;
    width: 35px;
}


/*h1 {
    font-family: "Charter";
    font-size: 24pt;
    font-weight: 200;
    line-height: 32pt;
    color: #0a0a0a;
}
*/
h5 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 11pt;
    line-height: 24pt;
    color: #0a0a0a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.designs h5 {
    color: #5d5d5d;
    margin-top: -20px;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: 10pt;
    line-height: 16pt;
    color: #6f6f6f;
}

h7 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 300;
    line-height: 16pt;
    color: #6f6f6f;
    padding-bottom: 10px;
}

h6 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 10pt;
    line-height: 16pt;
    color: #0a0a0a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h1 {
/*
    font-family: 'Signika Negative', sans-serif;
    font-weight: 500;
*/
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 36pt;
    line-height: 48pt;
    color: #0a0a0a;
}

.update {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: 600;
    line-height: 21pt;
    color: #0a0a0a;
}


h2 {
    font-family: "Charter", "Georgia", serif;
    font-size: 24pt;
    font-weight: 200;
    line-height: 32pt;
    color: #0a0a0a;
}

.intro {
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 34pt;
    color: #0a0a0a;
}

/* h3 used for motion studies */
h3 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 24pt;
    font-weight: 300;
    line-height: 32pt;
    color: #0a0a0a;
    margin-top: 30px;
    margin-bottom: 20px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 300;
    line-height: 24pt;
    color: #5d5d5d;
    padding-bottom: 10px;
}

.list {
    line-height: 18pt;
}

.focused {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 600;
    line-height: 21pt;
    color: #0a0a0a;
    padding-bottom: 10px;
}

.focused_titles {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 600;
    line-height: 21pt;
    color: #0a0a0a;
    padding-bottom: 10px;
}

/*p b {
    font-family: "Charter";
    font-size: 14pt;
    font-weight: 100;
    color: #02adee;
    letter-spacing: 1px;
    padding-right: 10px;
}*/

p b {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    line-height: 24pt;
    color: white;
}

.list b {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: 600;
    line-height: 18pt;
}

.about b {
    font-family: "Charter", "Georgia", serif;
    font-size: 14pt;
    font-weight: 100;
    color: #ff7f52;
    letter-spacing: 1px;
    padding-right: 0px;
}

.about h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 27pt;
    font-weight: 500;
    line-height: 36pt;
    color: #0a0a0a;
}

.contact p b {
    font-family: 'Signika Negative', sans-serif;
    font-size: 9pt;
    line-height: 24pt;
    color: #ff7f52;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-right: 10px;
}

/* END TYPE */

/* project links */

.align {
    background-color: #3EB3DD;
}

.ali p b {
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #3EB3DD;
}

.ali {
    color: #3EB3DD;
}

.gopro {
    background-color: #009FDF;
    background-color: #000000;
}

.gp p b {
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #009FDF;
    color: #000000;
}

.gp {
    color: #009FDF;
    color: #000000;
}

.revenu {
    background-color: #ff7f52;
}

.rev p b {
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #ff7f52; 
}

.rev {
    color: #ff7f52;
}



/*.hennessy {
    background-color: #f1c40e;
}

.hen p b {
    color: #f1c40e; 
}*/

.interruptions {
    background-color: #131313;
}

.int p b {
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #131313; 
}

.hennessy {
    background-color: #c4a366;
}

.hen p b {
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #c4a366; 
}

.slope {
    background-color: #06c4ff;
}

.slo p b {
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #06c4ff;
}

.hometown {
    background-color: #02adee;
}

.home p b {
    font-family: "Charter", "Georgia", serif;
    font-size: 14pt;
    font-weight: 100;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #02adee;
}

.thisthat {
    background-color: #9600e9;
    
}

.this p b {
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #9600e9;
}

.thrive {
    background-color: #ee3745;
}

.thri p b {
    font-family: "Charter", "Georgia", serif;
    font-size: 14pt;
    font-weight: 100;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #ee3745;
}

/* end project links */

@media only screen and (max-width: 1024px) {
    /* For tablets: */
    
    
    /* SPACERS */
    
    .v-spacer-360px {
    height: 180px;
}

    .v-spacer-320px {
        height: 60px;
    }

    .v-spacer-240px {
        height: 120px;
    }

    .v-spacer-160px {
        height: 80px;
    }

    .v-spacer-120px {
        height: 60px;
    }
    
    h1 {
        font-size: 18pt;
        line-height: 24pt;
    }
    
    h5 {
        font-size: 10pt;
        line-height: 16pt
    }
    
    p {
        font-size: 12pt;
        line-height: 18pt
    }
    
    p b {
        font-size: 12pt;
        line-height: 18pt
    }
    
    .half-left h1 {
        font-size: 24pt;
        margin-top: -90px;
    }

    .half-right h1 {
        font-size: 24pt;
        margin-top: -90px;
    }
    
    body {
        /*background-color: orange;*/
    }
    
    
}



@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    
    /* COLS */
    [class*="col-"] {
        width: 100%;
        clear: both;
        float: left;
    }
    
    .col-7 img {
        float: left;
        margin-top: 0;
        clear: both;
        padding-bottom: 40px;
    }

    .col-7-right img {
        float: left;
        margin-top: 0;
        clear: both;
        padding-bottom: 40px;
    }
    
    /* END COLS */
    
    /* SPACERS */
    
    .v-spacer-360px {
    height: 180px;
}

    .v-spacer-320px {
        height: 60px;
    }

    .v-spacer-240px {
        height: 120px;
    }

    .v-spacer-160px {
        height: 80px;
    }

    .v-spacer-120px {
        height: 60px;
    }
    
    /* END SPACERS */
    
    /* TYPE */
    
    .project-text {
        height: auto;
    }
    
    h1 {
        font-size: 27pt;
        line-height: 34pt;
    }
    
    h2 {
        font-size: 16pt;
        line-height: 21pt
    }
    
    
    h5 {
        margin-top: 20px;
    }
    
    .focused_titles {
        margin-top: 20px;
    }

    .half-left h1 {
        margin-top: -80px;
        margin-left: 10px;
    }
    
    .half-left h5 {
        margin-left: 10px;
    }

    .half-right h1 {
        margin-top: -80px;
        margin-left: 10px;
    }
    
    .half-right h5 {
        margin-left: 10px;
    }
    
    body {
        /*background-color: blue;*/
    }
    
    .pitch {

    }
    
    .half-left .col-6 {
        margin-left: 20px;
    }
    
    .half-right .col-6 {
        margin-left: 20px;
    }
    
    iframe {
    width: 320px;
    height: 180px; 
    }
    
    #logo {
    display: none; 
    }
    
    footer {
        display: none;
    }
    
    li {
        float: none;
    }
}

