body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    font: 400 19px 'Cinzel', 'Georgia', serif;
    line-height: 1.5em;
    color: #fff;
    background-color: #1c1d79;
    overflow-x: hidden;
}

body {
    opacity: 1;
    transition: opacity 2.5s;
    transition-delay: 0.5s;
    position: relative;
}

body.hide {
    transition-delay: 3s;
    opacity: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

::selection {
	background:#aa7418;
    color: #000;
	text-shadow:none;
}
::-webkit-selection {
    background: #aa7418;
    color: #000;
	text-shadow:none;
}
::-moz-selection {
    background: #aa7418;
    color: #000;
	text-shadow:none;
}


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sub {
    font-size: 0.6em;
    line-height: 1em;
}


svg {
    width: 100%;
    height: 100%;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 8px 4px;
}

a:hover {
    color: #fff;
    background-color: #aa7418;
}

button {
    padding: 0;
    color: inherit;
    font: inherit;
    border: none;
    outline: none;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow 0.4s, background-color 0.4s, color 0.4s;
    transition-delay: 0;
}
button:focus {
    transition-delay: 0.1s;
    box-shadow: 0 10px #aa7418, 0 -10px #aa7418;
}

a {
    transition: background-color 0.4s, color 0.4s;
}

h1 {
    font-size: 5.5rem;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin-right: -0.25em;
    padding: 30px 0;
}

h2 {
    font-size: 3rem;
    position: relative;
    line-height: 100%;
    display: inline-block;
    text-transform: lowercase;
    letter-spacing: 0.25em;
    margin-right: -0.25em;
    padding-bottom: 30px;
}


header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.inner {
    margin: 0 auto;
    width: 90vw;
    max-width: 1400px;
    padding: 30px 0;
}



main {
    counter-reset: project;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.thumb-gallery {
    /*position: absolute;
    bottom: 30px;
    left: 0;*/
    width: 100%;
    height: 44vh;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.thumb-wrap {
    display: block;
    width: 25%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-thumb {
    width: 100%;
    height: auto;
    min-width: 40vh;
}

.bars {
    width: 100%;
    height: 44vh;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.bar {
    display: block;
    width: 24%;
    height: 100%;
    background-color: #b90f29;
}

footer {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    width: 100%;
    padding: 20px 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.4em;
    text-transform: lowercase;
    line-height: 1.2em;
}

.animation {
    width: 80vw;
    max-width: 700px;
    margin: 0 auto;
}

.footer {

    size: 12px;
}

.butterfly-wrap {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100vw; */
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}


#butterfly-gold {
    display: block;
    margin: 15px 0;
    width: 260px;
    transform: scale(1);
    transition: transform 0.4s, box-shadow 0.4s;
    transition-delay: 0s;
    cursor: pointer;
}

#butterfly-gold:hover {
    transform: scale(1.1);
}

#butterfly-gold:focus {
    transition-delay: 0.1s;
}

#butterfly-gold img, #butterfly-buttons img {
    width: 100%;
    height: auto;
    border: none;
}

#butterfly-buttons {
    position: relative;
    width: 95vh;
    max-width: 100vw;
    transform: scale(0.6);
    transition: transform 0.4s;
}
.show #butterfly-buttons {
    transform: scale(1);
}

.vid-button {
    position: absolute;
    border-radius: 50%;
    padding-bottom: 35%;
    height: 0;
    width: 35%;
    cursor: pointer;
}
/*.vid-button:hover {
    box-shadow: 0 10px #aa7418, 0 -10px #aa7418;
}*/

.vid-button-no {
    font-size: 3rem;
    line-height: 100%;
    padding: 10px 15px 5px 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #aa7418;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.4s, transform 0.4s;
}

.vid-button:hover .vid-button-no, .vid-button:focus .vid-button-no {
    opacity: 1;
    transform: translateX(0);
}

#vid-button-1 {
    top: 0%;
    left: 0;
}
#vid-button-2 {
    bottom: 15%;
    left: 10%;
}
#vid-button-3 {
    top: 10%;
    right: 0;
}
#vid-button-4 {
    bottom: 5%;
    right: 10%;
}


#video-wrap {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}

#video-wrap.show, #butterfly-nav.show {
    opacity: 1;
    visibility: visible;
}

#video-wrap, #butterfly-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1d79;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}
#video-wrap.show {
    transition: opacity 0.6s, visibility 0.6s;
}
#video-wrap {
    transition: none;
}

#video-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: inherit;
    font: inherit;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#butterfly-close {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    color: inherit;
    font: inherit;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#video-close:hover, #butterfly-close:hover {
    color: #fff;
    background-color: #aa7418;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 82%;
    max-width: 170vh;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ticker {
    position: absolute;
    top: 20px;
    left: 0;
    letter-spacing: 0.5em;
}

.ticker-inner {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 26s linear infinite;
}

@keyframes marquee {
 0%   {
    transform: translateX(100vw);
 }
100% {
    transform: translateX(-4000px);
 }
}


#canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;

    opacity: 0;
    visibility: hidden;
}
#canvas.show {
    opacity: 1;
    visibility: visible;
}


nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 3em;
    line-height: 1em;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.4s, visibility 0.4s;
}

nav.show {
    transform: translateX(0);
    visibility: visible;
}




.wvnl {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: mixed;

    font-size: 0.6rem;
    letter-spacing: 0.15em;
    line-height: 1.5em;

    position: absolute;
    right: 30px;
    bottom: 30px;
}
.description{
    font-size: 70%; 
    letter-spacing: 0.3em;
    max-width:90vw;
    margin: 150px auto 0 auto;
}

@media (max-width:1000px) {

    h1 {
        font-size: 4rem;
        font-size: calc(0.1rem + 10vw);
    }
    h2 {
        font-size: 3rem;
        font-size: calc(0.1rem + 6vw);
    }
    .vid-button-no {
        opacity: 1;
    }
    footer {
        font-size: 1.2rem;
        font-size: calc(0.1rem + 2.28vw);
        line-height: 1.2em;
    }
}

@media (max-width:580px) {

    h1 {
        font-size: 4rem;
        font-size: calc(0.1rem + 16vw);
    }
    h2 {
        font-size: 3rem;
        font-size: calc(0.1rem + 6vw);
    }
    #butterfly-gold {
        width: 30vh;
    }
    .ticker {
        top: 5px;
    }
    .embed-container {
        width: 95%;
    }
    footer {
        font-size: 0.8rem;
        line-height: 1.2em;
    }
    .bar {
        width: 23%;
    }
    main {
        justify-content: start;
    }
    .description {
        margin: 10px auto 0 auto;
    }
}
