/* reset browser styles */
*, ::before, ::after { box-sizing: border-box; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} 
ol { 
    padding-left: 1.4em;
    list-style: decimal;
}
ul {
    padding-left: 1.4em;
    list-style: square;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
}
/* end reset */




/* layout */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}
body {
    /*background-color: #1b5a7a;*/
    background-size: cover;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Lato', sans-serif;
}
header {
    /*background-color: #1b5a7a;*/
    background-size: cover;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    height: 58px;
    right: 0;
    left: 0;
    color: white;
    z-index: 1;
}
header .media-nav {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 50px;
}
.wrapper {
    position: relative;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.wrapper .aside-spacer {
    float: left;
    width: 12%;
}
.wrapper main {
    padding-left: 12%;
    padding-right: 10%;
}
aside {
    position: absolute;
    top: 50px;
    margin-right: 0px;
    padding-left: 12%;
    z-index: 2;
}

/* end layout */




/* header contents */
.logo {
    z-index: 2;
}
header .logo {
    position: absolute;
    width: 100%;
    right: 0px;
    text-align: left;
    float: left;
    padding-left: 12.3%;
    padding-top: 25px;
}
.logo a {
    text-decoration: none;
    /*color: #f3ffb9;*/
    font-size: 2em;
    font-weight: 900;
}
.email {
    position: absolute;
    display: inline-block;
    left: 240px;
    text-align: right;
    float: left;
    padding-left: 13%;
    padding-top: 43px;
    /*color: #a6ed8e;*/
    font-size: .8em;
    font-weight: 300;
}
.media-nav {
    line-height: 2;
    left: 25px;
    padding-right: 10%;
    padding-top: 54px;
}
.media-nav ul {
    float: right;
    list-style: none;
    text-align: left;
    font-size: .75em;
}
.media-nav li {
    display: block;
    padding-left: 10px;
    padding-right: 0px;
}
.media-nav li a {
    text-decoration: none;
    /*color: #a6ed8e;*/
    font-weight: 400;
    opacity: .8;
}
.mobile-button {
    /*color: #f3ffb9;*/
    font-size: 1.3rem;
}
/* end header contents */




/* sidebar navigation */
.artist-nav {
    height: 100%;
    width: 12%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding-top: 54px;
    text-align: right;
    line-height: 1.5;
}
.artist-nav ul {
    padding-left: 0px;
    padding-right: 2px;
    list-style: none;
    text-align: right;
}
.artist-nav ul a {
    color: #a6ed8e;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 400;
    opacity: .8;
}

/* end sidebar navigation */


/* grid */
section {
    padding-bottom: 50px;
}
.text-thumb {
    background: rgba(255,255,255,.4);
    font-size: .8em;
    height: wrap;
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 1;
}
.text-thumb:hover {
    background: rgba(255,255,255,.3);
    cursor: default;
}
.link a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.link {
    display: inline-block;
    padding-top: 13px;
}
.link:hover {
    opacity: .7;
}
.play {
    position: absolute;
    display: inline-block;
    width: 100%;
    top: -55%;
    height: 100%;
    padding-top: 0%;
    padding-right: 0%;
    color: yellow;
    font-size: 18vw;
    text-align: center;
    pointer-events: none;
    opacity: .9;
}
.multi {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: -1%;
    padding-top: 3%;
    padding-right: 5%;
    color: indianred;
    font-size: 3vw;
    text-align: right;
    pointer-events: none;
    opacity: .9;
}

/*.vimeo-video:hover span {
    display: none;
}

.vimeo-video img:last-child {
    display:none
}
.vimeo-video:hover img:first-child {
    display:none
}
.vimeo-video:hover img:last-child {
    display:inline-block
}*/


/* rando-colorizian */
.theme_1 {
    background-color: #cbf078;
    color: #e46161;
}
html.theme_1 a {
    color: #e46161;
}

.theme_2 {
    background-color: #919190;
    color: #fcf3ca;
}
html.theme_2 a {
    color: #fcf3ca;
}

.theme_3 {
    background-color: #005585;
    color: #ffa96a;
}
html.theme_3 a {
    color: #ffa96a;
}

.theme_4 {
    background-color: #6fe7dd;
    color: #521262;
}
html.theme_4 a {
    color: #521262;
}

.theme_5 {
    background-color: #0278ae;
    color: #e8ffc1;
}
html.theme_5 a {
    color: #e8ffc1;
}

.theme_6 {
    background-color: #1b5a7a;
    color: #f3ffb9;
}
html.theme_6 a {
    color: #f3ffb9;
}

.theme_7 {
    background-color: #36d1c4;
    color: #fff2be;
}
html.theme_7 a {
    color: #fff2be;
}

.theme_8 {
    background-color: #2e383f;
    color: #f9a828;
}
html.theme_8 a {
    color: #f9a828;
}

.theme_9 {
    background-color: #fefaec;
    color: #f38181;
}
html.theme_9 a {
    color: #f38181;
}


/* big embedded video */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    padding-left: 2px;
    padding-right: 2px;
}
/* end big embedded video */




/* collapsible mobile menu */
#mobile-menu {
    display: none;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #1aa59a;*/
    min-width: 80px;
    margin-left: 1px;
    margin-top: 3px;
    padding-bottom: 10px;
    padding-left: 7px;
    z-index: 2;
}
.dropdown-show {
    display: block;
    padding-top: 10px;
}
.dropdown-content a {
    /*color: #a6ed8e;*/
    font-size: 1.3em;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: block;
}
/* end collapsible aside menu */




@media(max-width: 675px) { /* phone */
    .column {
        width: 50% !important;
    }
    .wrapper {
        top: 42px;
    }
    aside {
        display: none;
    }
    .wrapper .aside-spacer {
        width: 0;
        height: 0;
    }
    .wrapper main {
        float: none;
        width: 100%;
        height: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo a {
        float: left;
        text-align: left;
        font-size: 1.3em;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        width: 100px;
    }
    .logo {
        position: absolute;
        left: 0px;
        display: inline-block;
        padding-left: 40px;
        padding-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }
    header {
        height: 50px;
        }
    header .logo{
        padding-top: 5px;
        line-height: 0.9;
        padding-left: 40px;
    }
    #mobile-menu {
        position: absolute;
        display: inline-block;
        float: left;
        margin-top: 0px;
        padding-top: 3px;
        z-index: 3;
    }
    .mobile-button {
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 12px;
        font-size: 2.3em;
    }
    header .email {
        margin-top: 0px;
        margin-left: 0px;
        padding-top: 5px;
        padding-left: 0px;
    }
    .email {
        position: absolute;
        /*display: inline-block;*/
        opacity: 0;
        float: left;
        margin-top: 0px;
        padding-top: 0px;
    }
    header .media-nav {
        position: relative;
        padding-right: 14px;
        height: 50px;
        width: 190px;
        z-index: 2;
    }
    .media-nav {
        float: right;
        left: 0px;
        margin-top: 0px;
        padding-top: 13px;
    }
    .media-nav li {
        display: inline-block;
    }
    .play {
        font-size: 44vw;
    }
    
    button.mfp-arrow {
        opacity: 0;
    }
    .mfp-arrow:focus {
        opacity: 0;
    }
    .mfp-arrow:hover {
        opacity: 0;
    }
    .mfp-arrow:before {
        opacity: 0;
    }
    .mfp-arrow:after {
        opacity: 0;
    }
}
/* end media queries */




/************************************************************
* ShuffleJS CodePen: https://codepen.io/pen?template=qrjOpX
************************************************************/
/* quick grid */
.gallery-container {
    position: relative;
    width: 100%;
    margin: auto;
}

/* Bootstrap-style columns */
.column {
    position: relative;
    float: left;
    min-height: 2px;
    width: 25%;width: 25%;
    padding-left: 4px;
    padding-right: 4px;

    /* Space between tiles */
    margin-top: 8px;
}

.column--0 {
    position: relative;
    float: left;
    min-height: 0px;
    width: 0%;width: 0%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
}

.col-span {
    width: 50%;
}

.my-sizer-element {
    width: 8.33333%;
}

/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
    position: relative;
    overflow: hidden;
}

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.aspect__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.aspect--16x9 {
    padding-bottom: 56.25%;
}

.aspect--9x80 {
    padding-bottom: calc(112.5% + 70px);
}

.aspect--32x9 {
    padding-bottom: calc(28.125% - 3px);
}

.aspect--0 {
    position: relative;
    width: 0px;
    height: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}

img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
}
/* End codepen */