@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

    .youtube-player iframe 
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: transparent;
    }

    .youtube-player img 
    {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }

    .youtube-player img:hover 
    {
        -webkit-filter: brightness(75%);
    }

    .youtube-player .play 
    {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }


@media only screen and (orientation:portrait){

    html
    {
        overflow-x: hidden;
    }
    
    body:before 
    {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(assets/background-mobile.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
        
    }

    body
    {
        margin: 0 0 5vh 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .youtube-player 
    {
        position: relative;
        padding-bottom: 75%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
    }
    
    h1
    {
        font-family: 'Libre Baskerville', serif;
        font-size: 4vh;
        font-weight: 100;
        font-style: italic;
        font-stretch: normal;
        line-height: 0;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        
        animation: fade-in-top 1s;
    }
    
    h2
    {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 6vh;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.5;
        letter-spacing: normal;
        text-align: center;
        color: #434343;
        margin-bottom: 4.5vh;
        
        animation: fade-in 1s;
    }
    
    h3
    {
        font-family: 'Libre Baskerville', serif;
        font-size: 4vh;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-decoration: underline;
        margin-top: 7vh;
        
        animation: fade-in-top 1s;
    }
    
    p
    {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 2.3vh;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin-bottom: 4.5vh;
    }
    
    p a
    {
        color: #ffffff;
        text-decoration: underline;
    }
    
    b
    {
        text-transform: uppercase;
    }
    
    nav
    {
        height: 100vh;
        width: 100vw;
        background-image: url(assets/background-mobile.png);
        background-size: 105%;
        padding: 12vh 20vw;
        position: fixed;
        top: 0;
        display: none;
        margin: 0;
        
        z-index: 10;
        animation: slide-in-right;
    }
    
    nav ul li
    {
        
        font-family: 'Libre Franklin', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.25;
        letter-spacing: normal;
        text-align: right;
        color: #ffffff;
        text-transform: uppercase;
        
        width: 100%;
        display: block;
        margin: 2vh 0;
    }
    
    nav ul li span
    {
        display: block;
        font-family: 'Libre Baskerville', serif;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: right;
        color: #d3d3d3;
        
        text-transform: none;
    }
    
    nav ul li a
    {
        padding: 0;
    }
    
    nav ul .soc-med a
    {
        display: inline;
        font-size: 3.5vh;
        padding: 0;
        margin-left: 10vw;
        color: #e00000;
    }
    
    #menu-open
    {
        color: #fff;
        font-size: 3.5vh;
        position: fixed;
        z-index: 5;
        right: 7vw;
        top: 3vh;
        background-color: rgba(0,0,0,0.5);
        height: 5vh;
        width: 5vh;
        border-radius: 5vh;
        text-align: center;
    }
    
    #menu-close
    {
        color: #fff;
        font-size: 3.5vh;
        position: fixed;
        z-index: 15;
        right: 7vw;
        top: 3vh;
        background-color: rgba(0,0,0,0.5);
        height: 5vh;
        width: 5vh;
        border-radius: 5vh;
        text-align: center;
    }
    
    canvas
    {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
    }
    
    .header
    {
        height: 100vh; 
    }
    
    .header video
    {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -5;
        width: 100vw !important;
        min-height: 100vh;
        object-fit: cover;
    }
    
    .header .header-content
    {
        
    }
    
    .header .header-content #main-title
    {
        margin: 10vh 25vw;
        width: 50vw;
    }
    
    .header .header-content .standfirst
    {
        font-size: 1.85vh;
        padding: 8vh 10vw;
        margin-top: 9vh;
        text-align: center;
        animation: fade-in 3s;
        
    }
    .lang
    {
        position: absolute;
        top: 3.5vh;
        left: 3.5vw;
    }
    
    .lang .small-icon
    {
        width: 6.5vw;
    }
    
    .lang a
    {
        margin: 0.5vw;
    }
    
    .writers p
    {
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        font-weight: 300;
        font-size: 2.1vh;
        text-align: center;
    }
    
    .writers b
    {
        font-family: 'Libre Franklin', sans-serif;
        font-style: normal;
        display: block;
    }
    
    .timeline
    {
        margin-top: 10vh;
        padding: 0 3vw;
    }
    
    .timeline .m4
    {
        padding: 0;
    }
    
    .timeline .m8
    {
        padding-right: 0;
    }
    
    .timeline img
    {
        width: 115%;
        position: relative;
        right: 12vw;
        margin: 0;
        border-radius: 2vw;
    }
    
    .timeline .caption
    {
        margin: 0;
        font-style: italic;
        font-size: 2vh;
        letter-spacing: 0.5px;
        font-family: 'Libre Baskerville', serif;
        color: #d9d9d9;
        margin-top: 1vh;
        margin-bottom: 4vh;
        position: relative;
        left: -12vw;
        width: 115%;
    }
    
    .timeline .caption span
    {
        display: block;
        color: gray;
        font-size: 2.12vh;
    }
    
    .timeline ul
    {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 2.3vh;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
    }
    
    .timeline ul li
    {
        margin-bottom: 4vh;
        font-size: 2.3vh;
        font-weight: 300;
        list-style-type: circle;
        list-style-position: outside;
    }
    
    .story
    {
        padding: 5vh 7vw;
    }
    
    .story .blockquote
    {
        font-family: 'Libre Baskerville', serif;
        font-size: 3.85vh;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: left;
        color: #9b9b9b;
        margin-bottom: 3.5vh;
    }
    
    .story img
    {
        width: 86vw;
        margin: 3vh 0 0 0;
        border-radius: 2vw;
    }
    
    .story .caption
    {
        margin: 0;
        font-style: italic;
        font-size: 2.2vh;
        letter-spacing: 0.5px;
        font-family: 'Libre Baskerville', serif;
        color: #d9d9d9;
        margin-top: 1vh;
        margin-bottom: 3vh;
    }
    
    .story .caption span
    {
        display: block;
        color: gray;
        font-size: 2.12vh;
    }
    
    #cta
    {
        padding: 5vh 5vh;
    }
    
    #cta .col
    {
        padding: 0 1vw;
    }

    #cta .button
    {
        color: #ffffff;
        text-align: center;
        padding: 3vh 2vw;
        margin: 2vh 0;
        border: solid 0.1vh #9b9b9b;
        border-radius: 1vh;
    }
    
    #cta .button i
    {
        color: #e00000;
        display: block;
        font-size: 3.5vh;
    }
    
    #cta .button b
    {
        font-size: 2.5vh;
        line-height: 0;
        
    }
    
    #cta .button p
    {
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        text-align: center;
        margin: 1vh 0;
        color: #d3d3d3;
        
    }
    
    #documentary h3
    {
        text-decoration: none;
    }
    
    
    .share
    {
        text-align: center;
        margin: 8vh;
    }
    
    .share b
    {
        display: block;
        color: #fff;
        margin-bottom: 3vh;
    }

    
    .share a
    {
        margin: 1vh 3.4vw;
        font-size: 3.5vh;
        color: #e00;
    }
    
    
    .legal
    {
        color: #fff;
        font-size: 1.7vh;
        text-align: center;
    }
    
    .legal a
    {
        color: #fff;
        font-size: 1.7vh;
    }
    
    .branding
    {
        margin-top: 1.85vh;
        text-align: center;
    }
    
    .branding img
    {
        width: 17%;
    }
    
    .branding a
    {
        margin-right: 4.5vw;
        font-size: 2.7vh;
        color: #fff;
    }
    
}



/*------------------------Landscape desktop-----------------------------*/



@media only screen and (orientation:landscape){    

    body
    {
        background-image: url(assets/background-desktop.png);
        background-size: 115%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        margin: 0;
        padding: 0 0 5vh 0;
    }
    
    .youtube-player 
    {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
    }
    
    h1
    {
        font-family: 'Libre Baskerville', serif;
        font-size: 2vw;
        font-weight: 100;
        font-style: italic;
        font-stretch: normal;
        line-height: 0;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        
        animation: fade-in-top 1s;
    }
    
    h2
    {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 3vw;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.5;
        letter-spacing: normal;
        text-align: center;
        color: #434343;
        margin-bottom: 4.5vh;
        
        animation: fade-in 1s;
    }
    
    h3
    {
        font-family: 'Libre Baskerville', serif;
        font-size: 2vw;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-decoration: underline;
        margin-bottom: 4.5vh;
        margin-top: 8vh;
    }
    
    p
    {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 1.2vw;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin-bottom: 5vh;
    }
    
    p a
    {
        color: #ffffff;
        text-decoration: underline;
    }
    
    p a:hover
    {
        color: #e00000;
        text-decoration: underline;
        cursor: pointer;
    }
    
    b
    {
        text-transform: uppercase;
    }
    
    nav
    {
        height: 8vh;
        width: 100vw;
        background: transparent;
        
        padding: 0 10vw 0 12.5vw;
        
        z-index: 5;
    }
    
    nav ul li
    {
        
        font-family: 'Libre Franklin', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.25;
        letter-spacing: normal;
        text-align: center;
        color: #5f5f5f;
        text-transform: uppercase;
        margin: 3vh 3vw 0 3vw;
    }
    
    nav ul li span
    {
        display: none;
    }
    
    nav ul .soc-med
    {
        margin-right: 0;
        margin-left: 0;
        margin-top: 2.5vh;
    }
    
    nav ul li a
    {
        padding: 0;
    }
    
    nav ul .soc-med a
    {
       display: inline;
        font-size: 1.13vw;
        padding: 0;
        margin-left: 3vw;
        color: #e00000;
        text-align: left;
    }
    
    canvas
    {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
    }
    
    .header
    {
        height: 100vh; 
    }
    
    .header video
    {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -2;
        
        width: 100%;
    }
    
    .header .header-content
    {
        
    }
    
    .header .header-content #main-title
    {
        margin: 5vh 40vw;
        width: 20vw;
        height: 25vh;
    }
    
    .header .header-content .standfirst
    {
        font-size: 1.79vh;
        padding: 5vh 35vw;
        margin-top: 15.5vh;
        text-align: center;
        animation: fade-in 3s;
    }
    
    .lang
    {
        position: absolute;
        bottom: 4vh;
        right: 3.5vw;
    }
    
    .lang .small-icon
    {
        width: 2vw;
    }
    
    .lang a
    {
        margin: 1.5vh;
    }
    
    
    .writers p
    {
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        font-weight: 300;
        font-size: 1.95vh;
        text-align: center;
    }
    
    .writers b
    {
        font-family: 'Libre Franklin', sans-serif;
        font-style: normal;
        display: block;
    }
    
    .timeline
    {
        margin-top: 10vh;
        padding: 0 25vw;
    }
    
    .timeline img
    {
        width: 100%;
        margin: 3vh 0 1vh 0;
        border-radius: 1vw;
    }
    
    .timeline .caption
    {
        margin: 0;
        font-style: italic;
        font-size: 1.2vw;
        letter-spacing: 0.5px;
        font-family: 'Libre Baskerville', serif;
        color: #bcbcbc;
        margin-bottom: 3vh;
    }
    
    .timeline .caption span
    {
        color: gray;
        font-size: 1.12vw;
    }
    
    .timeline ul
    {
        font-family: 'Libre Franklin', sans-serif;
        font-size: 2vh;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        
    }
    
    .timeline ul li
    {
        margin-bottom: 4vh;
        font-weight: normal;
        list-style-type: circle;
        list-style-position: outside;
    }
    
    .story
    {
        padding: 5vh 25vw;
    }
    
    .story .blockquote
    {
        font-family: 'Libre Baskerville', serif;
        font-size: 3.85vh;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: left;
        color: #9b9b9b;
        padding: 3vh 5vw;
        margin-bottom: 5vh;
    }
    
    .story img
    {
        border-radius: 2vh;
        width: 100%;
    }
    
    .story .caption
    {
        margin: 0;
        font-style: italic;
        font-size: 1.2vw;
        letter-spacing: 0.5px;
        font-family: 'Libre Baskerville', serif;
        color: #bcbcbc;
        margin-bottom: 3vh;
        margin-top: 1vh;
    }
    
    .story .caption span
    {
        display: block;
        color: gray;
        font-size: 1.12vw;
    }
    
    #cta
    {
        padding: 5vh 25vw;
    }
    
    #cta .col
    {
        padding: 0 1vw;
    }

    #cta .button
    {
        color: #ffffff;
        text-align: center;
        padding: 3vh 2vw;
        margin: 2vh 0;
        border: solid 0.1vh #9b9b9b;
        border-radius: 1vh;
        height: 24vh;
    }
    
    #cta .button i
    {
        color: #e00000;
        display: block;
        font-size: 3.5vh;
    }
    
    #cta .button b
    {
        font-size: 2.5vh;
        line-height: 0;
        
    }
    
    #cta .button p
    {
        font-family: 'Libre Baskerville', serif;
        font-style: italic;
        text-align: center;
        margin: 1vh 0;
        color: #d3d3d3;
        
    }
    
    #documentary
    {
        padding: 0 25vw;
    }
    
    #documentary h3
    {
        text-decoration: none;
    }
    
    
    .share
    {
        text-align: center;
        margin: 8vh;
    }
    
    .share b
    {
        display: block;
        color: #fff;
        font-size: 1.45vw;
        margin-bottom: 3vh;
    }

    
    .share a
    {
        margin: 1vh 2.3vw;
        font-size: 3.5vh;
        color: #e00;
    }
    
    
    .legal
    {
        color: #fff;
        font-size: 1.7vh;
        text-align: center;
    }
    
    .legal a
    {
        color: #fff;
        font-size: 1.7vh;
    }
    
    .branding
    {
        margin-top: 1.85vh;
        text-align: center;
    }
    
    .branding a
    {
        margin-right: 4.5vw;
        font-size: 2.5vh;
        color: #fff;
    }

}

