/* big quote colors */
#riva-health {
    background-color: #7210ff;
    color: #fff;
}

#pinwheel {
    background-color: #061a47;
    color: #fff;
}

#kittyhawk {
    background-color: #373e45;
    color: #8ac1ac;
}

#luxe {
    background-color: #0275d0;
    color: #fff;
}

#sosh {
    background-color: #3b8fcd;
    color: #fff;
}

#zendrive {
    background-color: #399e74;
    color: #fff;
}

#hudzovision {
    background-color: #030303;
    color: #fff;
}

#drumpants {
    background-color: #f5f20c;
    color: #333;
}


/* Navbar */
.navbar {
    position: fixed;
    
    /*	these transform values will get update automatically if
     nav items are added or removed						*/
    -webkit-transform: translate3d(0px, -164px, 5px);
    transform: translate3d(0px, -164px, 5px);
    
    top: 0;
    left: 0;
}

.transition {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.expanded {
    -webkit-transform: translate3d(0px, 0px, 5px);
    transform: translate3d(0px, 0px, 5px);
}

.navbar,
.navbar-spacer {
    display: block;
    width: 100%;
    height: 4rem;
    z-index: 99;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid #eee;
}

.navbar-list {
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.navbar-item {
    position: relative;
    display: block;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.navbar-link {
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2rem;
    text-decoration: none;
    line-height: 4rem;
    color: #222;
}

.navbar-link.active {
    color: #33C3F0;
}

.navbar-menu-button {
    cursor: pointer;
    margin: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 4rem;
    color: #222;
    border-bottom: 1px solid #eee;
}

.navbar-spacer {
    display: block;
}

.main-content {
    position: relative;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.90);
    z-index: 50;
    border-top: 1px solid #eee;
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px);
    margin-top: 60vh;
}

.container {
    max-width: 800px;
}

section {
    display: block;
    position: relative;
    margin-top: 6rem;
    margin-bottom: 6rem;
    border-width: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#hero {
    position: fixed;
    width: 100%;
    background-color: #fffdfd;
    height: 60vh;
    min-height: 20em !important;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

#hero .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 1;
}

#hero img {
    min-width: 15em;
    max-height: 20em;
    text-align: center;
}

section h2 {
    text-align: center;
}

.project-logo {
    display: block;
    margin: 0 0 1.5em 0;
    text-align: center;
}

.project-logo img {
    max-width: 10em;
    box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.25);
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
}

.project-logo img:hover,
.project-logo-grid img:hover {
    box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.325);
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
}

section ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

section li {
    margin-top: 0.65em;
}

/*
 section + section {
	margin-top: 4em;
 }
 */

.bigquote {
    padding-top: 3em;
    padding-bottom: 2em;
    font-family: "tablet-gothic-semi-condensed";
}

.bigquote h4,
.bigquote h6 {
    font-weight: 600;
}

.bigquote h4 {
    font-style: italic;
}

.grid {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: calc(50% - 9.5em);
}

.project-logo-grid {
    margin-right: 1.5em;
}

.project-logo-grid img {
    text-align: center;
    max-width: 8em;
    max-height: 8em;
    box-shadow: 0px 0px 10px rgba(33, 33, 33, 0.25);
}

#additional h2 {
    text-align: center;
}

footer {
    background-color: #222;
    color: #fff;
    padding: 2rem;
    -webkit-transform: translate3d(0px, 0px, 4px);
    transform: translate3d(0px, 0px, 4px);
}

footer h6,
footer h5 {
    font-size: 1.45rem;
    font-weight: 200;
    text-align: center;
    margin: 0.5rem;
}
/* Larger than phone */

@media (min-width: 400px) {
    .header {
        padding-top: 6rem;
        padding-bottom: 9rem;
    }
    .bigquote {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }
    section ul {
        margin-top: -1.5em;
        padding: 0;
    }
    section li {
        margin-top: 0.75em;
    }
}
/* Larger than phablet */

@media (min-width: 550px) {
    .navbar {
        position: fixed;
        -webkit-transform: translate3d(0px, 0px, 5px);
        transform: translate3d(0px, 0px, 5px);
        -webkit-transition: none;
        transition: none;
        top: 0;
        left: 0;
        background: #fff;
        background: rgba(255, 255, 255, 0.90);
    }
    .navbar-menu-button {
        display: none;
    }
    .navbar-link {
        margin-right: 35px;
    }
    .navbar-list {
        max-width: 30em;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        list-style: none;
        margin-bottom: 0;
        background-color: initial;
    }
    section h2 {
        text-align: left;
    }
    .project-logo {
        margin: 0;
        text-align: left;
    }
    .project-logo img {
        max-width: 100%;
    }
    /*
     section + section {
     margin-top: 8em;
     }
     */
    .grid {
        padding-left: calc(50% - 13.5em);
    }
}
/* landscape phablets and smaller devices */

@media only screen and (max-width: 667px) and (max-height: 375px) and (orientation: landscape) {
    .main-content {
        margin-top: 100vh;
    }
    #hero img {
        max-height: 16em;
    }
}
/* Larger than tablet */

@media (min-width: 750px) {
    section h2 {
        margin-bottom: 0.65em;
    }
    .project-logo img {
        max-width: 10em;
    }
}
/*	desktop*/

@media (min-width: 830px) {
    .grid {
        padding-left: calc(50% - 19em);
    }
}

@media (min-width: 880px) {
    section h2 {
        margin-bottom: 1em;
    }
}
