/* CSS RESET */

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: #ffffff;
}

#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: 10px;
    padding-bottom: 10px;
    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-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;
}

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

.col-7-right img {
    float: right;
}

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

.col-6-right {
    float: right;
    width: 50%;
    margin-top: 20px;
}

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

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

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

.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%;
}

/* END COLUMNS */

/* DEVICES */

.iphone img {
    width: 80%;
    max-width: 320px;
    z-index: -100;
    margin: auto;
    float: none;
    text-align: center;
}

.ipad img {
    margin: auto;
    float: none;
    text-align: center;
    margin-left: -50px;
    width: 100%;
    max-width: 800px;
    z-index: -100;
}

.computer img {
    margin: auto;
    float: none;
    text-align: center;
    width: 100%;
    max-width: 1000px;
    z-index: -100;
}


/* END DEVICES */

/* 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 */

/* SECTIONS */
.gopro {
    background-color: #009FDF;
}

.gp h1 {
    color: #009FDF;
}

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

.ali h1 {
    color: #3EB3DD;
}

.revenu {
    background-color: light aquamarine;
}

.rev h1 {
    color: #ff7f52;
}

/*.rev-line {
    border: 2px solid #ff7f52;
}*/

.hennessy {
    background-color: #c4a366;
}

.hen h1 {
    color: #c4a366; 
}

.slope {
    background-color: lightblue;
}

.slo h1 {
    color: #06c4ff;
}

/*
.homeless {
    background-color: darkblue;
}

.emotions {
    background-color: mediumpurple;
}
*/

.hometown {
    background-color: blue;
}

.home h1 {
    color: #02adee;
}

.thrive {
    background-color: red;
}

.thri h1 {
    color: #ee3745;
}

.int h1 {
    color: #1b1437;
}

.about h1 {
    color: #ff7f52;
}


/* END SECTIONS */

/* text boxes */

a .link-box {
    opacity: 1.0;
}

a:hover .link-box {
    opacity: 1.0;
}

.link-box {
    width: 100%;
    text-decoration: none;
}

.link-box p {
    float: left;
    display: inline;
    color: #0a0a0a;
}

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

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

.intro-text {
    height: auto;
    width: 70%;
    margin: auto;
}

.project-text {
    height: 320px;
    width: 100%;
    margin-top: 60px;
}

/* type */

/*h1 {
    font-family: "Avenir Next";
    font-size: 36pt;
    font-weight: 500;
    line-height: 48pt;
    color: #0a0a0a;
}*/

h1 {
/*
    font-family: 'Signika Negative', sans-serif;
    font-family: "Avenir Next";
    font-weight: 600;
*/
    font-family: "Open Sans";
    font-weight: 600;
/*
    font-family: "Aktiv Grotesk";
    font-weight: 500;
*/
    font-size: 40pt;
    line-height: 56pt;
    color: #0a0a0a;
    margin-top: -10px;
    padding-top: 0px;
}

h2 {
    font-family: "Charter", "Georgia", serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 16pt;
    line-height: 32pt;
    color: #0a0a0a;
    padding-top: 10px;
}

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

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    font-weight: 500;
    line-height: 18pt;
    color: #0a0a0a;
    color: #e0e0e2;
    padding-bottom: 10px;
}





/* ************************ END DESKTOP CSS ************************ */






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

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

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

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

    .v-spacer-120px {
        height: 90px;
    }
    
    /* END SPACERS */
    
    /* TABLET COLUMNS */
    
    .col-1-right {
        display: none;
    }
    
    .col-1 {
        display: none;
    }
    
    .col-8 {
        width: 80%;
    }
    
    .col-10 {
        width: 100%;
    }
    
    .col-6-right {
        margin-top: 0;
    }
    
    /* END COLUMNS */
    
    /* TABLET TYPE */
    
    .project-text {
        height: auto;
    }
    
     h1 {
        font-size: 27pt;
        line-height: 27pt;
    }
    
    h2 {
        font-size: 16pt;
        line-height: 21pt
    }
    
    p {
        font-size: 12pt;
        line-height: 16pt;
    }
    
    /* END TYPE */
    
    body {
        /*background-color: orange;*/
    }
}


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

    .col-7-right img {
        float: none;
        margin-top: 0;
        clear: both;
    }
    
    .col-6 img {
        float: none;
        margin-top: 0;
        clear: both;
        width: 80%;
    }

    .col-6-right img {
        float: none;
        margin-top: 0;
        clear: both;
    }
    
    /* END COLS */
    
    /* MOBILE 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 */
    
    body {
        /*background-color: blue;*/
    }
}


@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    
    /*  MOBILE COLS */
    [class*="col-"] {
        width: 100%;
        clear: both;
        float: left;
    }
    
    #logo {
        display: none; 
    }
    
    footer {
        display: none;
    }
    
    li {
    float: none;
    }
    
    .intro-text {
    width: 100%;
    }
    
}



