html, body {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.htmlWrap, .bodyWrap {
    background-image: url(img/Burning-Man-Geodesic-Dome-Kraked.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 100%;
    
}

h1, h2, h3 {
    font-family: 'Patua One', sans-serif;
}
/*Intro, Quote, Image*/

.hero {
    height: 100%;
    position: relative;
}

.hero img {
    bottom: 0;
    position: absolute;
    height: 60%;
    float: left;
    margin-right: 4em;
}

.quote {
    bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4em;
    text-align: right;
    color: white;
    padding-top: 20px;
}

.quote h1 {
    font-size: 4vw;
    margin-left: 33vw;
    margin-bottom: 10px;
    margin-top: 10px;
    float: right;
    
}

.quote h3 {
    font-size: 2vw;
    margin-bottom: 5px;
    float: right;
    
    /*Video, Featured Links */
    
}
.socialProof {
    width: 100%;
}


.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0 auto;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 80%;
    z-index: 100;
    background: transparent;
    top: 10%;
    left: 10%;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 80%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    opacity: .7;
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/img/play.png") no-repeat;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    opacity: .4;
}

.youtube-player .play:hover {
    opacity: 1;
}

.featured {
    background-color: cornsilk;
    text-align: left;
    padding: .5em;
}

.featured a {
    text-decoration: none;
    font-family: 'Patua One', sans-serif;
}


/*Navigation Links */

.now, .work, .then, .store, .privacy, .portfolio {
    width: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    display: inline-block;
    color: white;
    font-size: 3em;
    margin: 0;
    height: 100%;
}

.navigation a {
    text-decoration: none;
    font-family: 'Patua One', sans-serif;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.now {
    
    background: rgba(77, 240, 222, 1);
}

.now:hover {
     background: rgba(77, 240, 222, 0.9);
}

.work {
    background: rgba(0, 0, 0, 1);
}
.work:hover {
     background: rgba(0, 0, 0, 0.8);
}

.then {
    background: rgba(250, 171, 57, 1);
}
.then:hover {
     background: rgba(250, 171, 57, 0.9);
}

.store {
    
    background: rgba(236, 74, 71, 1);
}

.store:hover {
    background: rgba(236, 74, 71, .9);}

.privacy { 
    
    background: rgba(242, 94, 241, 1);
}

.privacy:hover { 
    
    background: rgba(242, 94, 241, .9);
}

.portfolio {
    
    background: rgba(182, 244, 66, 1);
}

.portfolio:hover {
    
    background: rgba(182, 244, 66, .9);
}

/*Individual Pages*/

.contentContainer {
    
    width: 80%;
    background: rgb(249, 254, 255);
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    margin-bottom: 20px;
}

.content {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 20px;
    height: 100%;
    
}

.content img {
    max-width: 100%;
}

.content h1,h2,h3 {
    margin-top: 15px;
}

.content p {
    
    text-indent: 5px;
    line-height: 1.6;
    font-family: sans-serif;
}

.content li {
    font-family: sans-serif;
    line-height: 1.6;
}

.content h1 {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 2em;
    
}

.content h2 {
    padding-bottom: 20px;
}

.content h3 {
    padding-bottom: 20px;
}


.agencyLogo {
    background-image: url(img/stars.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.contactPage {
    
    background: rgb(230, 255, 147);
    margin: 0;
    
}

form {
    background-color: floralwhite;
    border-radius: 2px;
}

 input, #form02-message {
    text-align: left;
    width: 50%;
}

.inner {
    padding: 5px;
}

.field {
    padding: 10px;
}

.linkPage {
    
    background: rgba(130, 215, 255, 1);
    margin: 0;
}



.nowPage {
    background: rgba(77, 240, 222, 1);
    margin: 0;
}

.portfolioPage {
    background: rgba(182, 244, 66, 1);
    margin: 0;
}

.portfolioGallery {
    border: 1px solid #ccc;
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

.portfolioGallery:hover {
    border: 1px solid #777;
}

.portfolioGallery img {
    width: 100%;
    height: auto;
}

.galleryDescription {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.workPage {
    background: rgb(0 , 0, 0);
    margin: 0;
}

.thenPage {
    background: rgba(250, 171, 57, 1);
    margin: 0;
}

.storePage {
    
    background: rgba(236, 74, 71, 1);
    margin: 0;
}

.privacyPage { 
    
    background: rgba(242, 94, 241, 1);
    margin: 0;
}

.navigationSingle {
    width: 100%;
}

.navigationSingle ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.navigationSingle ul li {
    
    list-style: none;
    text-align: center;
    flex-grow: 1;
}

.navigationSingle li a {
    text-decoration: none;
    font-family: 'Patua One', sans-serif;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 2.9vw;
    margin-bottom: 20px;
    display: block;
    
}

.nowSingle {
    
    background: rgba(77, 240, 222, 1);
}

.nowSingle:hover {
     background: rgba(77, 240, 222, 0.2);
}

.workSingle {
    background: rgba(0, 0, 0, 1);
}
.workSingle:hover {
     background: rgba(0, 0, 0, 0.2);
}

.thenSingle {
    background: rgba(250, 171, 57, 1);
}
.thenSingle:hover {
     background: rgba(250, 171, 57, 0.2);
}

.storeSingle {
    
    background: rgba(236, 74, 71, 1);
}

.portfolioSingle {
    
    background: rgba(182, 244, 66, 1);
}

.portfolioSingle:hover {
    
    background: rgba(182, 244, 66, 0.2);
}

.storeSingle:hover {
    background: rgba(236, 74, 71, .2);
}

.privacySingle { 
    
    background: rgba(242, 94, 241, 1);
}

.privacySingle:hover { 
    
    background: rgba(242, 94, 241, .2);
}

.notFound {
    background: rgb(116, 52, 211);
    color: white;
    position: relative;
}

.notFound img {
    margin-bottom: -3px;
    margin-left: 10px;
    margin-top: 0;
}
.notQuote h1 {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 0px;
    font-size: 2em;
    
}
/*Footer, Social Links, Net */

.socialFooter {
    background-color: whitesmoke;
    font-family: sans-serif;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
    margin: 0 auto;
    line-height: 2em;
}

.socialLinksLeft a {
    text-decoration: none;
    font-size: 2em;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    float: left;
}

.socialLinksMiddle {
    font-size: 13px;
    color: black;
    display: inline;
}

.socialLinksMiddle a {
    text-decoration: none;
    white-space: nowrap;
    
}

.socialLinksMiddle img {
    width: 20px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0;
}

.secret {
    opacity: .2;
    color: gainsboro;
    float: right;
    margin: 0;
    padding-right: 10px;
    text-decoration: none;
    
}
    
/*Mobile*/



@media(max-width: 768px) {
.now, .work, .then, .store, .privacy, .portfolio {
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
    color: white;
    font-size: 3em;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.socialFooter {
    background-color: whitesmoke;
    font-family: sans-serif;
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: 2em;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.socialLinksLeft a {
    text-decoration: none;
    font-size: 2em;
    float: none;
}

.socialLinksMiddle {
    color: black;
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
    margin-right: 0;
    padding-left: 0;
}

.socialLinksMiddle a {
    text-decoration: none;
}
.secret {
    opacity: .2;
    color: gainsboro;
    padding-right: 15px;
    text-decoration: none;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    float: right;
}
.featured {
    background-color: cornsilk;
    text-align: center;
    padding: .5em;
}
    
  .youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
    margin: 0 auto;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("/img/play.png") no-repeat;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    opacity: .4;
}

.youtube-player .play:hover {
    opacity: 1;
}

.contentContainer {
    
    width: 95%;
    background: rgb(249, 254, 255);
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    margin-bottom: 20px;
}
    
    
.navigationSingle {
    width: 100%;
}

.navigationSingle ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    
}

.navigationSingle ul li {
    
    list-style: none;
    text-align: center;
    flex-grow: 1;
    min-width: 0;
    
}

.navigationSingle li a {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 1em;
    margin-bottom: 20px;
    display: block;
}
    
.portfolioGallery {
        width: 100%;
        margin: 6px 0;
    }
    
    .hero {
        height: 100%;
    }
    
    .hero img {
    bottom: 0;
    height: 47%;
    }
    
    .quote {
    margin-right: 2em;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: right;
    margin-top: 0;
    }

.quote h1 {
    font-size: 4vh;
    margin-left: 6vw;
    margin-bottom: 10px;
}

.quote h3 {
    font-size: 3vh;
    
}