html{
    -webkit-font-smoothing: antialiased;
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-weight: 500;
    background-image: linear-gradient(0deg, #ffffff 0%, #f5f5f5  100%);
    background-position: 0% 0%;
    background-repeat: repeat repeat;
    background-attachment: fixed;
    -webkit-background-size: auto;
    background-size: auto;
    min-height: 100%;
     padding-bottom: 65px;
    position: relative;
   
}

body:after{
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    width: inherit;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/diag.svg);
    background-size: 5px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    opacity: 0.3;
}

.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
  }

#MISTER_PEA {
    float: left;
    font-size: 150%;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    color: #202020;
    text-decoration: none;
    letter-spacing: normal;
    font-style: normal;
    font-family: quicksand;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 0px;
    display: block;
    padding-top: 2px;
}

#text {
    float: right;
    font-size: 160%;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: 500;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    color: #202020;
    text-decoration: none;
    letter-spacing: normal;
    font-style: normal;
    font-family: quicksand;
    border-top-width: thin;
    border-right-width: thin;
    border-left-width: thin;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: block;
    padding-top: 2px;
}

#titleInner {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 23.5595703125em;
    position: relative;
    border-bottom-color: #202020;
    border-bottom-width: thin;
    border-bottom-style: solid;
    padding-bottom: 3px;
    border-top-color: #202020;
    border-top-width: thin;
    border-top-style: solid;
    border-right-width: thin;
    border-left-width: thin;
    padding-top: 3px;
    display: block;
    margin-right: auto;
}

#titleHolder {
    float: none;
    height: auto;
    clear: none;
    width: 100%;
    min-width: 0px;
    display: block;
    padding-top: 22px;
    padding-bottom: 0px;
    opacity: 1;
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

#navHolder {
    float: none;
    height: 20px;
    margin-left: auto;
    margin-top: 6px;
    clear: none;
    width: 376.953125px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: auto;
    
    
}

#navHolder .navBtn{
    padding: 2px;
   display: inline-block;
    position: relative;
    
}

.navBtn{
    width: 100%;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navBtn:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    width: inherit;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/diag.svg);
    background-size: 5px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}

.navBtn:hover:after{
    opacity: 0.8;
}

#text3 {
    float: none;
    font-size: 0.8em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: auto;
    margin-top: 24px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    font-family: quicksand;
    color: #202020;
}

#text4 {
    float: none;
    font-size: 10px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    margin-left: auto;
    margin-top: 9px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    font-family: quicksand;
    color: #202020;
}

#text2 {
    float: none;
    font-size: 22px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    min-height: 17px;
    font-family: quicksand;
    text-transform: uppercase;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #202020;
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
}

.overlay{
    top:0;
    left: 0;
    background-image: url(../img/diag.svg);
    background-size: 5px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;  
}

.projectHolder:hover .overlay{
    opacity:0.8;
}

#Home {
    float: left;
    font-size: 1em;
    width: 50%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: quicksand;
    color: #202020;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#text1 {
    float: right;
    font-size: 1em;
    width: 50%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: quicksand;
    color: #202020;
    margin-right: 0%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
}

.sectionTitle {
    float: none;
    font-size: 20px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    margin-left: auto;
    margin-top: 25px;
    padding-bottom: 10px;
    clear: none;
    min-height: 0px;
    font-family: quicksand;
    color: #202020;
    margin-right: auto;
}

 #sectLower{
        margin-top: 50px;
    }

.projectHolder {
    display: block;
    position: relative;
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 50.524214%;
    margin-right: auto;
    border-top-color: #202020;
    border-top-width: 1px;
    border-top-style: solid;
    margin-bottom: 0px;
}

.projectImage {
    padding: 5px 50px 0;
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s;
    transition: .5s;
    filter: grayscale(0%);
}

.projectHolder:hover .projectImage {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s;
  transition: .5s;
  filter: grayscale(100%);
} 

.launchText {
    float: none;
    font-size: 12px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: #202020;
    font-family: quicksand;
    padding-top: 5px;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 0%;
}

.launchHolder {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
}

.videoProj{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 16%;
    height: 0;
    width: 28%;
    margin-bottom: 5px;
   
  }

.videoProjBump{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 16%;
    height: 0;
    width: 24.25%;
    margin-bottom: 5px;
   
  }

.videoProjPortrait{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 20%;
    height: 0;
    width: 11.5%;
    margin-bottom: 5px;
   
  }

.videoText{
    color: #202020;
    text-decoration: none;
    letter-spacing: .5px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    padding: 0 0 1%;
}

iframe {
   display: block;
   position: absolute;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
}

#Footer {
     transform: scaleX(1);
    -webkit-transform: scaleX(1);
    position:relative;
    right: 0;
    bottom: 0;
    left: 0;
 }

#about {
    font-weight: 600;
    float: none;
    font-size: 13px;
    width: 140px;
    padding: 5px;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: auto;
    margin-top: 24px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    font-family: quicksand;
    color: #202020;
}

#aboutBtn {
    padding:5px;
}

#about:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 2px;
    bottom:13px;
    left: 0;
    right:0;
    width: inherit;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/diag.svg);
    background-size: 5px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}

#about:hover:after{
    opacity: .8;
}

#copyright {
    float: none;
    font-size: 11px;
    width: 50%;
    height: auto;
    text-align: center;
    font-weight: 500;
    line-height: 1em;
    margin-left: auto;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    font-family: quicksand;
    color: #202020;
}


@media only screen and (max-width: 2560px) {
    #Footer {
        clear: none;
    }

    #text2 {
        display: block;
        margin-top: 25px;
        clear: none;
        font-size: 22px;
    }

    #titleHolder {
        margin-top: 0px;
        clear: none;
        padding-bottom: 0px;
    }

    #navHolder {
        margin-top: 8px;
        clear: none;
        margin-left: auto;
        margin-right: auto;
    }

    #Home {
        float: left;
        font-size: 1em;
        height: auto;
        font-weight: normal;
        line-height: 1em;
        clear: none;
        min-height: 0px;
        font-family: quicksand;
        color: #202020;
        padding-right: 10px;
        padding-left: 10px;
        text-transform: uppercase;
    }

    #text1 {
        float: right;
        font-size: 1em;
        height: auto;
        font-weight: normal;
        line-height: 1em;
        clear: none;
        min-height: 0px;
        font-family: quicksand;
        color: #202020;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .sectionTitle {
        float: none;
        font-size: 18px;
        width: auto;
        height: auto;
        text-align: center;
        line-height: 1em;
        margin-left: auto;
        margin-top: 30px;
        clear: none;
        min-height: 0px;
        font-family: quicksand;
        color: #202020;
        margin-right: auto;
    }
    
    .projectHolder {
        float: none;
        height: auto;
        clear: none;
        width: 50.524214%;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-top-color: #202020;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .projectImage {
        float: left;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        color: rgb(0, 0, 0);
        margin-right: 0%;
    }

    .launchText {
        float: none;
        font-size: 12px;
        width: auto;
        height: auto;
        text-align: center;
        font-weight: 600;
        line-height: 1em;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        min-height: 0px;
        color: #202020;
        font-family: quicksand;
        padding-top: 5px;
        position: relative;
        top: 0px;
        left: 0px;
        margin-right: 0%;
    }

    .launchHolder {
        float: left;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: both;
        width: 100%;
    }
    
}

@media only screen and (max-width: 1920px) {
    #Footer {
        clear: none;
    }
}

@media only screen and (max-width: 1680px) {
    .projectHolder {
        width: 850px;
    }
    
    .videoProj{
        padding-bottom: 18%;
        width: 32%;
        margin-bottom: 5px;
   
    }

    .videoProjBump{
        padding-bottom: 16%;
        width: 24.25%;
        margin-bottom: 5px;
    }

    .videoProjPortrait{
        padding-bottom: 25%;
        width: 14%;
        margin-bottom: 5px;
    }

    .videoText{
        color: #202020;
        letter-spacing: .5px;
        font-size: 13px;
        padding: 0 0 1%;
    }
    
     #sectLower{
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 1280px) {
    .sectionTitle {
        margin-top: 25px;
    }

    #text2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #titleInner {
        width: 21em;
    }

    #MISTER_PEA {
        font-size: 135%;
    }

    #text {
        font-size: 135%;
    }

    #text2 {
        font-size: 18px;
        margin-top: 15px;
    }

    #navHolder {
        width: 334.95px;
    }

    .projectHolder {
        width: 800px;
    }

    .launchText {
        font-size: 11px;
    }

    .sectionTitle {
        font-size: 14px;
        margin-top: 20px;
    }
    
    .videoProj{
        padding-bottom: 27%;
        width: 47%;
        margin-bottom: 5px;
   
    }

    .videoProjBump{
        padding-bottom: 23%;
        width: 35%;
        margin-bottom: 5px;
    }

    .videoProjPortrait{
        padding-bottom: 31%;
        width: 18%;
        margin-bottom: 5px;
    }

    .videoText{
        color: #202020;
        letter-spacing: .5px;
        font-size: 13px;
        padding: 0 0 1%;
        margin-bottom: 5px;
    }
    
    #sectLower{
        margin-top: 25px;
    }
}

@media only screen and (max-width: 960px) {
    #text2 {
        font-size: 18px;
    }

    #text1 {
        font-size: 15px;
    }

    #Home {
        font-size: 15px;
    }

    #navHolder {
        margin-top: 5px;
    }

    .projectHolder {
        width: 85%;
    }
}

@media only screen and (max-width: 846px) {
    #titleHolder {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    body {
        background-image: linear-gradient(0deg, #ffffff 0%, #f5f5f5  100%);
        background-attachment: fixed;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    #MISTER_PEA {
        font-size: 20px;
    }

    #text {
        font-size: 20px;
    }

    #text2 {
        margin-top: 5px;
        font-size: 16px;
    }

    .sectionTitle {
        font-size: 12px;
        margin-top: 20px;
    }

    .launchText {
        font-size: 10px;
        letter-spacing: 0.7px;
    }

    .projectHolder {
       
    }
    
    
}

@media only screen and (max-width: 768px) {
    #text2 {
        font-size: 17px;
    }

    .projectHolder {
        clear: none;
        height: 137.59375px;
        margin-left: auto;
        margin-right: auto;
       
    }
    
    .projectImage{
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .sectionTitle {
        margin-top: 10px;
    }
}



@media only screen and (max-width: 550px) {
    #text {
        font-size: 20px;
    }

    #MISTER_PEA {
        font-size: 20px;
    }

    #titleHolder {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    #navHolder {
        width: 381.95px;
    }

    #titleInner {
        width: 70%;
    }

    #text2 {
        font-size: 15px;
    }

    .projectHolder {
        padding-top: 2px;
        padding-right:0;
        padding-bottom: 2px;
        padding-left: 0;
        width: 90%;
        height: auto;
    }
    
    .projectImage{
        width:100%;
        padding: 3px 0 0;
      
    }
    
    .videoProj{
        padding-bottom: 35%;
        width: 60%;
        margin-bottom: 5px;
   
    }

    .videoProjBump{
        padding-bottom: 35.2%;
        width: 50%;
        margin-bottom: 5px;
    }

    .videoProjPortrait{
        padding-bottom: 50%;
        width: 30%;
        margin-bottom: 5px;
    }

    .videoText{
        color: #202020;
        letter-spacing: .8px;
        font-size: 10px;
        padding: 0 0 1%;
        margin-bottom: 5px;
    }
    
     
}

@media only screen and (max-width: 416px) {
    #MISTER_PEA {
        font-size: 19px;
    }

    #text {
        font-size: 19px;
    }

    #titleHolder {
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    #Footer {
       clear: none;
    }

    body {
        background-image: linear-gradient(0deg, #ffffff 0%, #f5f5f5  100%);
        background-attachment: fixed;
        -webkit-background-size: auto;
        background-size: auto;
        background-position: 0% 0%;
        background-repeat: repeat repeat;
    }

    #titleInner {
        width: 80%;
    }
    
    .sectionTitle{
        font-weight: 600;
    }
    
    #text2 {
        font-size: 13px;
        margin-top: 0px;
        padding-bottom: 2px;
        clear: none;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    #navHolder {
        margin-top: 10px;
        width: 328.95px;
    }

    .projectHolder {
        height: auto;
        width: 95%;
        padding-top: 0;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        margin-bottom: 4px;
    }
    
    .launchText{
        padding-top: 2px;
    }
}

@media only screen and (max-width: 375px) {
    #titleInner {
        width: 90%;
    }

    #MISTER_PEA {
        font-size: 19px;
    }

    #text {
        font-size: 19px;
    }

    #text2 {
        font-size: 0.8125em;
    }

    .projectHolder {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 360px) {
    #text2 {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 320px) {
    #navHolder {
        width: 89.4%;
    }

    #text3 {
        min-width: 0px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        max-width: none;
        position: relative;
        top: 0px;
        left: 0px;
        height: auto;
        min-height: 0px;
        margin-top: 40px;
    }

    #text4 {
        margin-top: 0px;
        clear: none;
    }

    #text2 {
        margin-top: 0px;
        font-weight: 500;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }
    
    .projectHolder{
        padding-bottom: 15px;
    }
    
}

