@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900&display=swap');

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Lato', sans-serif;
    /* background-color: rgb(22, 22, 22); */
}

a {
    color: white;
    text-decoration: none; 
}

/*************************/
/* PANELS */
/*************************/

.panel {
    float: left;
}
.panel.panel-left {
    position: fixed;
    left: 0px;
    width: 38.2vw;
    height: 100vh;
}
.panel.panel-right {
    position: absolute;
    right: 0px;
    width: 61.8vw;
}
.scroll-shader {
    position: fixed;
    bottom: 0px;
    width: 61.8vw;
    height: 61.8px;
    background: linear-gradient(#ffffff00, #ffffff);
    z-index: 999;
    pointer-events: none;
}
.decoration-banner {
    position: fixed;
    left: 0px;
    width: 10px;
    height: 100vh;
    background-color: #f87975;
    transition: 300ms ease-in-out;
    z-index: 1000;
}
/* .decoration-banner:hover {
    width: 500px;
    background: linear-gradient(135deg, #f87975ec 20%, #9198e5);
    transition: 300ms ease-in-out;
} */

/*************************/
/* TITLES */
/*************************/

.titles * {
    margin: 0;
    padding: 0;
}
.titles {
    position: absolute;
    top: 100px;
    right: 0px;
    padding: 50px;
    text-align: right;
}
.titles h1 {
    /* font-family: 'Playfair Display', serif; */
    font-size: 5vw;
    color: rgb(59, 59, 59);
}
/* .titles h1 span {
    color: #f87975;
    background: linear-gradient(135deg, #f87975ec 20%, #9198e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.titles .title-strapline {
    font-size: 100%;
    font-weight: 400;
    /* opacity: 0.4; */
    max-width: 400px;
}
.titles .title-sub {
    font-size: 100%;
    font-weight: 400;
    opacity: 0.4;
    max-width: 400px;
}
.titles .email-signup {
    padding-top: 10px;
}
.titles .email-signup input {
    border: 1px grey solid;
    border-radius: 10px;
    padding: 10px;
}


.social-icons > * {
    display: inline-block;    
}
.social-icons {
    margin: 30px;
    margin-right: 0px;
    float: right;
}
.social-icons img {
    width: 25px;
    padding: 5px;
    margin: 5px;
    border-radius: 100%;
    background-color: #f87975;
}
.social-icons img:hover {
    background: linear-gradient(135deg, #f87975ec 20%, #9198e5);
    transform: scale(1.1);
    transition: 300ms ease-in-out;
}

.stats {
    text-align: center;
    float: right;
}
.stats > * {
    display: inline-block;
    margin: 10px;
}
.stats .stat-value {
    font-size: 200%;
    font-weight: 900;
}

.brand-colour {
    opacity: 1;
    color: #f87975;
    background: linear-gradient(135deg, #f87975ec 20%, #9198e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

/*************************/
/* NAV */
/*************************/

.nav {
    position: sticky;
    top: 0px;
    padding: 20px;
    padding-bottom: 0px;
    background-color: #ffffff;
    text-align: center;
    z-index: 888;
}
.nav p {
    margin: 20px;
    padding: 10px;
    display: inline-block;
    user-select: none;
}
.nav .medium:hover {
    color: grey;
    border-bottom: 1px grey solid;
    cursor: pointer;
}
.nav .medium.selected {
    color: #f87975;
    border-bottom: 1px #f87975 solid
}
.nav .sort {
    background-color: #f87975;
    border: none;
    border-radius: 100px;
    color: white;
}
.nav .sort:hover {
    background-color: black;
}

/*************************/
/* MASONRY */
/*************************/

.masonry-wrapper {
    column-count: 2;
    column-gap: 1em;
    margin: 1.5em auto;
    max-width: 81.8%;
}
.masonry-item {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    background-color: white;
    border-radius: 4px;
    position: relative;
    animation: slide-up 0.4s ease;
}
.masonry-item img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 0 45px 15px rgba(0, 0, 0, 0.151);
}
.masonry-item:hover {
    transform: translateY(-3px);
    /* transform: scale(1.05); */
    transition: 300ms ease-in-out;
    z-index: 1;
}

.masonry-item .poster-on-reveal {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 0.7vw;
    border-radius: 4px;
    background-color: #f87975ec;
    background: linear-gradient(135deg, #f87975ec 20%, #9198e5);
    /* backdrop-filter: blur(10px); */
    width: calc(100% - (0.7vw * 2));
    height: calc(100% - (0.7vw * 2));
    user-select: none;
    -moz-user-select: none;
    transition: 300ms ease-in-out;
}

.masonry-item .poster-details {
    position: sticky;
    top: 110px;
}

.masonry-item h2 {
    margin: 0px;
    font-family: 'Playfair Display', serif;
    /* font-size: 2vw; */
    color: white;
}
.masonry-item p {
    margin-top: 0px;
    /* font-size: 1.1vw; */
    opacity: 0.4;
}
.masonry-item p.poster-views {
    font-weight: 900;
    font-size: 75%;
}
.masonry-item .poster-link {
    margin-top: 0px;
    color: white;
    bottom: 0.7vw;
    right: 0.7vw;
    position: absolute;
    text-align: right;
}
.masonry-item .poster-on-reveal:hover {
     opacity: 1;
    user-select: text;
    -moz-user-select: text;
    box-shadow: 0 0 45px 15px rgba(0, 0, 0, 0.062);
    /* cursor: pointer; */
    transition: 300ms ease-in-out;
}
.no-masonry {
    font-size: 100%;
    font-weight: 400;
    opacity: 0.4;
    text-align: center;
    width: 100%;
}

/*************************/
/* STORE */
/*************************/

.shop {
    position: absolute;
    margin: 0 auto;
    width: 90vw;
    height: 90vh;
    background-color: #f87975bb;
    z-index: 2000;
}

/*************************/
/* ANIMATIONS */
/*************************/

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*************************/
/* BREAKPOINTS */
/*************************/

@media only screen and (min-width: 1500px) {
    .masonry-wrapper  {
        column-count: 3;
    }
}
@media only screen and (max-width: 1499px) and (min-width: 768px) {
    .masonry-wrapper  {
        column-count: 2;
    }
}
@media only screen and (max-width: 767px){
    .masonry-wrapper {
        column-count: 1;
    }
    .panel.panel-left {
        position: initial;
        left: initial;
        width: initial;
        height: initial;
    }
    .panel.panel-right {
        position: initial;
        right: initial;
        width: initial;
    }
    .decoration-banner {
        display: none;
    }
    .titles {
        position: initial;
        bottom: initial;
        right: initial;
        padding: initial;
        text-align: center;
        width: 100vw;
    }
    .titles .title-main {
        width: 100vw;
    }
    .titles .title-sub {
        margin: 20px;
    }
    .titles h1 {
        font-size: 400%;
    }
    .nav p {
        margin: 5px;
        padding: 10px;
        display: inline-block;
        user-select: none;
    }
    .social-icons {
        margin: 30px;
        float: initial;
    }
    .scroll-shader {
        display: none;
    }
}






/* 
.secret {
    opacity: 0;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #f87975ec 20%, #9198e5);
    z-index: 1000;
}
.secret:hover {
    opacity: 1;
    width: 100vw;
    height: 100vh;
    transition: 4000ms
} */