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

html, body {
  height:100%;
  min-height:100%;
}

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

body {
    font-weight: 500;
     background-image: linear-gradient(0deg, #f5f5f5 0%, #c3c3c3  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: 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-width: thin;
    border-bottom-style: solid;
    padding-bottom: 3px;
    border-top-color: #202020;
    border-top-style: solid;
    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: 22px;
    opacity: 1;
    position: static;
    top: 0px;
    left: 0px;
    margin-top: 2px;
    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;
}

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

#text4 {
    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;
}

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

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

#text1 {
    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;
}

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

#thumbHolder {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    height: auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

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

.thumbs {
    -webkit-filter: grayscale(0%);
    -webkit-transition: .5s;
    transition: .5s;
    filter: grayscale(0%);
    margin: 20px 6px;
    width: 150px;
    height: 150px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    border: thin solid rgba(255,255,255,0.3);
}

#thumbHolder:after {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}


#Footer {
    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;
    }

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

    #titleHolder {
        margin-top: 2px;
        clear: none;
    }

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

    #text1 {
        float: left;
        font-size: 1em;
        height: auto;
        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;
        text-transform: uppercase;
    }

    #text2 {
        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;
    }
}

@media only screen and (max-width: 1920px) {
    .thumbs{
        margin: 12px 7px;
       }
}

@media only screen and (max-width: 1600px) {
   
    #thumbHolder {
        width: 60%;
    }
}

@media only screen and (max-width: 1440px) {
     
    
    .thumbs{
        width:140px;
        height: 140px;
    }
    
    #thumbHolder {
        width: 70%;
    }
}

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

    #MISTER_PEA {
        font-size: 135%;
    }

    #text {
        font-size: 135%;
    }

    #text3 {
        font-size: 20px;
        margin-top: 20px;
    }

    #navHolder {
        width: 333.95px;
    }

    .thumbs{
        width:130px;
        height:130px;
        margin: 10px 3px
    }
    
    #thumbHolder {
        width: 80%;
    }
}

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

    #text2 {
        font-size: 15px;
    }

    #text1 {
        font-size: 15px;
    }

    #navHolder {
        margin-top: 5px;
        width: 34.97%;
    }
}

@media only screen and (max-width: 846px) {
    .lg-prev, .lg-next{
        margin-top: 65% !important;
    }
    
    
    #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;
    }

    #navHolder {
        width: 39.36%;
    }
    
    #thumbHolder{
        width:75%
    }
    
    .thumbs{
        margin-left: 1px;
        margin-right: 1px;
    }
}

@media only screen and (max-width: 768px) {
    .lg-prev, .lg-next{
        margin-top: 65% !important;
    }
    
    #thumbHolder{
        width: 85%;
    }
    
    #text3 {
        font-size: 17px;
    }

    #navHolder {
        width: 44%;
    }
    
    .thumbs{
        width:110px;
        height:110px;
    }
}

@media only screen and (max-width: 550px) {
    .lg-prev, .lg-next{
        margin-top: 70% !important;
    }
    #text {
        font-size: 20px;
    }

    #MISTER_PEA {
        font-size: 20px;
    }

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

    #navHolder {
        width: 70%;
    }

    #titleInner {
        width: 70%;
    }

    #text3 {
        font-size: 15px;
    }
    
    .thumbs{
        margin-bottom: 20px;
    }
    #thumbHolder {
       width: 80%;
    }
}

@media only screen and (max-width: 416px) {
    .lg-prev, .lg-next{
        margin-top: 65% !important;
    }
    
    #MISTER_PEA {
        font-size: 19px;
    }

    #text {
        font-size: 19px;
    }

    #titleHolder {
        padding: 10px 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%;
    }

    #text3 {
        font-size: 13px;
        margin-top: 20px;
        padding-bottom: 2px;
        clear: none;
    }

    #navHolder {
        margin-top: 10px;
        width: 80%;
    }
    
    .thumbs{
        width:140px;
        height:140px;
    }
    #thumbHolder{
        height:auto;
    }
    
}

@media only screen and (max-width: 375px) {
    .lg-prev, .lg-next{
        margin-top: 60% !important;
    }
    #titleInner {
        width: 90%;
    }

    #MISTER_PEA {
        font-size: 19px;
    }

    #text {
        font-size: 19px;
    }

    #text3 {
        font-size: 0.8125em;
    }

    #navHolder {
        width: 90%;
    }
}

@media only screen and (max-width: 360px) {
    .lg-prev, .lg-next{
        margin-top: 60% !important;
    }
    #navHolder {
        width: 90%;
    }
    
    .thumbs{
        width:130px;
        height:130px;
    }
}

@media only screen and (max-width: 320px) {
    .lg-prev, .lg-next{
        margin-top: 70% !important;
    }
    
    #navHolder {
        width: 90%;
    }

    #text4 {
        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;
    }

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

    #text3 {
        margin-top: 20px;
        font-weight: 500;
    }
    
    .thumbs{
        width:130px;
        height:130px;
    }
    
    #thumbHolder {
        width: 90%;
    }
}

