html {
    color: #000;
    font-size: 62.5%;
    line-height: 1.3;
    border-width: 10px;
    border-style: solid;
    border-image: 
      linear-gradient(
        to bottom, 
        #ff0059, 
        #ff8a23,
        #ccff00
      ) 1 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/**
 * BOX HACKING
 */

html{
    touch-action: manipulation;
    position: relative;
}
body,html {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}


/**
 * CONTENT WRAPPER
 */

 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    color:#000;
    text-decoration:none;
    cursor:pointer;
}
a:hover{
    text-decoration:none;  
    cursor:pointer;
}
button, .label{
    width: auto;
    padding:0;
    margin: auto;
    border: 0 none;
}

img {
  max-width: 100%;
  vertical-align: bottom; 
  overflow-clip-margin: content-box;
  overflow: clip;  
}

@keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% { 
      transform: translateX(-100%);  
    }
}

body {
    min-height: 100vh;
    margin: 0; 
    padding: 0;
    background: #ddd; 
    -webkit-text-size-adjust: none;    
    color: #000; 
    font-family: neue-haas-grotesk-display, sans-serif; 
    font-style: normal;
}
.main_container{
    min-height: 100vh;
    width: 100%;
    overflow: visible;
}
header{
    height:9vw;
    width:100%;
    position:relative;
    margin-bottom: 1vh; 
    margin-top: 1vh;
}
header h1{
    line-height: 1.1em;
    width: 100%;
    text-align: center;
    letter-spacing: -0.3vw;
    position: fixed;
    font-size: 6vw;
    padding: 0;
    text-overflow: clip;
    font-weight: 500; 
    margin: 0;
}

header h1 span{   
    font-family: 'Cinzel Decorative', cursive;
    -webkit-text-stroke: #000 2px;
    letter-spacing: -0.75vw;
    font-size: 6.2vw;
}
header h1 span:last-child{   
    letter-spacing: -10px !important;
}
header button{
    position:absolute;
}
header button a{
    display: block;
    background: rgba(54, 255, 0, 1);
    -webkit-animation-name: animate1;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: animate1;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    position: relative;
    white-space: nowrap;
    line-height: 1.4vw;
    padding: 1.7px 3.4px 1px 3.4px;
    -webkit-text-stroke: 0.8px;
    font-weight: 500;
    font-size: 1.4vw;
    border-radius: 1px;
    letter-spacing: 0.4px;
    overflow: visible !important;
}
header button a:hover{
    -webkit-text-stroke: 0; 
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}
header button:hover{
    background:#000;
    padding:0;
}
header button.one{ 
    left: 35.8%;
    top: 31%;
}
header button.two{
    left: 44%; 
    top: 67%;    
}
header button.three{
    left: 57.8%; 
    top: 35.4%;
}
header button.four{
    left: 49.4%;
    top: 20.4%;
}
.folio hr{
    border-top: 2px solid #000;
    padding-left: 8rem;
    padding-right: 8rem;
    margin: auto;
    display: block;
    margin-bottom: 3rem;
}

.content, .content_container, .pinned, .grid {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 100%;
}
.content img {
    float: none;
    margin-bottom: 0;
    outline-offset: -1px;
    vertical-align: bottom;
}
.content_container.folio{
    margin-top:5rem;
    margin-bottom:10rem;
}
.container_width{
    width: 100%;
}
.container{
    margin-left: auto /*!content_center*/;
    margin-right: auto /*!content_center*/;
    text-align: center /*!text_center*/;
    align-items: flex-start;
    -webkit-align-items: flex-start; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    overflow: visible;
}
.page{
    position:relative;
    z-index: 2;
    word-wrap:break-word;
}
.content_padding, .grid{
    padding: 2vw 6vw 1vw;
}
.folio .content_padding{
    padding: 0 8rem; 
}
.page_container {
    position: relative;
    overflow: visible;
    width: 100%;   
}
.folio .page.two a.gallery_card{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative; 
    width: 100%;
    height: 100%;
    padding: 0 3rem 3rem 3rem;
}
.folio .page.three a.gallery_card{
    flex: 0 0 33%;
    max-width: 33%;
}
.image_gallery{
    position: relative;
    height: 0;
    align-items: flex-start;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display:block;
    padding-bottom: calc(180% + 100px);
} 
.folio .image_gallery{
    height:auto;
    padding-bottom:0;
}
.folio .page{
    margin-top:3rem;
}
.thumbnail_sizer{
    height: 0;
    width: 100%;
    position: relative; 
    padding-bottom: 100%;
    pointer-events: none;

}
.folio .thumbnail_sizer{
    display: flex;
    flex-wrap: wrap;
    height:auto;
    padding-bottom:0;
}
.image_gallery .gallery_card{
    transform-origin:center;
}
.image_gallery .gallery_card_image{
    width: 100%;
    position: relative;
}
.image_gallery .gallery_card img { 
    display: block;
    width: 100%;
    height: auto; 
}
a.gallery_card{
    display: block; 
    border: none; 
    position: absolute; 
    pointer-events: auto; 
    transform: scale(1);
    transition: all .2s;
}
a.gallery_card:hover{
    transform: scale(1.025);
}
a.gallery_card:hover .caption button span {
    color: rgba(54, 255, 0, 1);
    -webkit-animation-name: animate2;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-name: animate2;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}

.folio a.gallery_card{
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;  
    width: 100%;
    height: 100%;
    padding: 0rem 3rem 3rem 3rem; 
}
.caption{
    display: block;
    z-index: 100; 
}   
.caption button{ 
    background: #000;
    display: block;
    color: #ddd;
    text-align: left;
    margin: 7px 0px 3px;
}
.caption button span{
    display: block;
    position: relative;
    white-space: nowrap;
    line-height: 1.4vw;
    padding: 1.4px 4px 1px 4px;
    -webkit-text-stroke: 0.7px;
    font-weight: 500;
    font-size: 1.3vw;
    letter-spacing: 0.6px;
    overflow: visible !important;
}
.caption button:last-child{
    background: none;
    color: #000;
    margin: 0;
    margin-left: -1px;
}  
.caption p{
    white-space: nowrap;
    display: block;
    line-height: 1.4vw;
    padding: 1.7px 3.4px 1px 3.4px;
    -webkit-text-stroke: 0.9px;
    font-weight: 500;
    font-size: 1.25vw;
    margin: 0 0 0px -1px;
    letter-spacing: 0.6px;
    text-align:left;
    overflow: visible !important;
}
.folio .caption button:last-child{
    background:#000;
    color:#ddd;
    margin: 0.8rem 0 0.6rem;    
}

.caption.right button{
    float:right;  
    margin-top:0.6rem;
}

.page_container .p_info{  
    padding: 0 11rem; 
}

.page_container .p_info h1{
    display: block;
    position: relative;
    white-space: nowrap;
    line-height: 1.3vw;
    -webkit-text-stroke: 1.1px;
    font-weight: 500;
    font-size: 1.35vw;
    letter-spacing: 0.6px;
    margin: 0 0 0.1rem 0;
}
.page_container .p_info h2{ 
    font-weight: 500;
    font-size: 1.3vw;
    color: #000;
    line-height: 1.8vw;
    margin: 0;
}
.page_container .p_info h2 span{ 
    font-style: italic; 
    line-height: 1vw;
    margin-left:0.5rem;
}
.page_container .p_info h3{
    font-style: italic;
    margin: 0;
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 1.3vw;
    line-height: 1.2vw;
}
.page_container .p_info p{
    font-size: 1.2vw;
    margin: 0.3rem 0 0 0;
    line-height: 1.6vh;
    font-weight: 500;
}
.page_container .p_info p strong{
    -webkit-text-stroke:1px #000; 
    font-weight: 500;
}
footer{
    position:absolute;
    width:100%;
    bottom:0;
}
footer p{
    text-align:center;
    font-size:1vw;
}

@media only screen and (max-width: 760px) and (max-width: 759px){     
    header{
        height:18vw;    
    }
    header h1{
        line-height: 1.1em;
        letter-spacing: -0.3vw;
        font-size: 13vw;
        font-weight: 500;
        margin: 0;
    }
    header h1 span.mono{
        -webkit-text-stroke: #000 1.5px;
        letter-spacing: -1.35vw;
        font-size: 14vw;
    }
    header button{ 
        font-size: 4vw; 
        line-height: 3.4vw;
        padding-top: 1.5px;  
        padding-left: 1px;    
        padding-bottom:0.6px;       
        letter-spacing: -0.3px;
        -webkit-text-stroke: 0.2px #000;
    }
    header button.one {  
        left: 15.5%;
        top: 33.2%;
    } 
    header button.two {
        left: 34%;
        top: 73%;
    }
    header button.three {
        left: 68%;
        top: 35.8%;
    }
    header button.four { 
        left: 47.9%;
        top: 18.1%;
    }
    .folio .page{
        margin:0;
    }
    .caption button{
        font-size: 4vw;
        line-height: 3.8vw;
        letter-spacing: -0.3px;
        padding-left: 1.5px;
        margin: 0.6rem 0 0.3rem;
        padding-top:0.6px;     
        white-space: normal;
    }
    .folio .page_container{
    }
    .image_gallery{
        height:auto;  
        padding-bottom:24%;
    }
    .content_padding, .folio .content_padding{
        padding:1rem;
    }
    .thumbnail_sizer{
        display: flex;  
        flex-wrap: wrap;
        height:auto; 
        padding-bottom:0;
    }
    a.gallery_card, .folio a.gallery_card{ 
        flex: 0 0 50%;
        max-width: 50%;
        position: relative; 
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        padding:1rem !important;  
    }
    .folio hr{
        margin-bottom: 2rem;
    }
    .image_gallery .gallery_card_image{   
        height:auto !important; 
    }
    .page_container .p_info{
        padding:0 2rem;
    }
    .page_container .p_info h1 {
        font-size: 4vw;  
        line-height: 3.6vw;
        font-weight:500;
    }
    .page_container .p_info h2{
        font-size: 3.7vw;
        line-height: 4.4vw;
    }
    .page_container .p_info h3{
        font-size: 3.4vw;
        line-height: 2.9vw; 
        margin-top: 0.6rem;
    }
    .page_container .p_info p{
        font-size: 3.8vw;
        line-height: 3.6vw;
        margin-top:0.4rem;
    }
}


/* Chrome, Safari, Opera */
@-webkit-keyframes animate1 {
    0%   {background-color: #ff0059;}
    25%  {background-color: #ff8a23;}
    50% {background-color: #ccff00;}
    75%  {background-color: #ff8a23;}
    100%   {background-color: #ff0059;}    
}

/* Standard syntax */
@keyframes animate1 {
    0%   {background-color: #ff0059;}
    25%  {background-color: #ff8a23;}
    50% {background-color: #ccff00;}
    75%  {background-color: #ff8a23;}
    100%   {background-color: #ff0059;}    
}

@-webkit-keyframes animate2 {
    0%   {color: #ff0059;}
    25%  {color: #ff8a23;}
    50% {color: #ccff00;}
    75%  {color: #ff8a23;}
    100%   {color: #ff0059;}   
}

/* Standard syntax */
@keyframes animate2 {
    0%   {color: #ff0059;}
    25%  {color: #ff8a23;}
    50% {color: #ccff00;}
    75%  {color: #ff8a23;}
    100%   {color: #ff0059;}  
}
@-webkit-keyframes fade{
    0%   {opacity:0;}   
    100%   {opacity:1}
}
@keyframes grow {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.05);
    }
  }

/* Standard syntax */
@keyframes fade {
    0%   {opacity:0;}
    100%   {opacity:1}
}

@keyframes rotate {
    to {
      --angle: 360deg;
    }
  }
  