.clear-both { clear: both; }
section.stages {
    background-position: center center;
    background-size: cover;
}

    /*section.stages > div.stages-container {
        background-color: rgba(255,255,255,0.3);
    }*/

/*body:not(.mobile) section.stages > div.stages-container {
    padding-top: 1em;
    padding-right: 10%;
    padding-bottom: 1em;
    padding-left: 10%;
}*/

section.stages div.stage {
    position: relative;
    padding-bottom: 29.947916666666666666666666666667%;
    background-color: black;
    /*box-shadow: rgba(0,0,0,0.5) 0 0 2em;*/
}

    section.stages div.stage a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

        section.stages div.stage a.displayed {
            display: block;
        }

section.stages div.stage-buttons {
    /*margin-top: 0.5em;
    padding-bottom: 0.5em;*/
    /*display: flexbox;*/
    position: relative;
    z-index: 100;
    top: -1.75em;
    text-align: center;
    margin-bottom: -1.75em;
}

    section.stages div.stage-buttons a {
        background-color: rgba(100,100,100, 0.5);
        margin-right: 0.5em;
        margin-left: 0.5em;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        max-width: 1em;
        height: 1em;
        border-radius: 0.5em;
        transition: background-color ease 0.2s;
        /*border: 0.07em solid rgba(0,0,0,0.4);*/
        box-shadow: rgba(0,0,0,0.8) 0 0.1em 0.25em;
    }

        section.stages div.stage-buttons a.active {
            background-color: white;
        }

        section.stages div.stage-buttons a:hover {
            background-color: rgba(50,50,50, 1);
        }

        
div.media-buttons {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: -1em;
    margin-right: -1em;
    text-align: center;
}

    div.media-buttons a {
        margin-left: 1em;
        margin-right: 1em;
        display: inline-block;
        width: 200px;
        height: 113px;
    }
    div.media-buttons img {
        box-shadow: rgba(0,0,0,0.8) 0 0.2em 0.5em;
    }

    div.media-buttons img:hover {
        box-shadow: rgba(0,0,0,0.8) 0.4em 0.5em 1.5em;
    }

.section-container
{
    padding: 2% 8%;
}

    
footer
{
    padding: 1em;
    color: black;
    text-align: center;
}

body.mobile footer span {
    display: block;
    text-align: center;
}
    body.mobile footer span.bullet {
        display: none;
    }




body.mobile div#mobile-menu {
    display: block;
    width: 2em;
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    padding: 0.5em;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    z-index: 900;
}

    body.mobile div#mobile-menu span.mobile-menu-line {
        display: block;
        height: 0.25em;
        margin-bottom: 0.4em;
        width: 100%;
        background-color: white;
    }

        body.mobile div#mobile-menu span.mobile-menu-line:last-child {
            margin-bottom: 0;
        }


body.mobile nav#mobile-nav a.mobile {
    display: block;
}

body.mobile nav#mobile-nav a.mobile-nav-cancel {
    position: fixed;
    bottom: 0;
    display: block;
    right: -20em;
    transition: right 0.5s ease;
    cursor: pointer;
}

body.mobile.content header.welcome nav#nav {
    display: none;
}

body:not(.mobile) nav#mobile-nav {
    display: none;
}

body.mobile nav#mobile-nav {
    display: block;
    position: fixed;
    background-color: rgba(0,0,0,0.9);
    right: -20em;
    top: 0;
    width: 80%;
    height: 100%;
    max-width: 20em;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: right 0.5s ease;
}

    body.mobile nav#mobile-nav a {
        display: block;
        background-color: rgba(255,255,255,0.3);
        margin: 1em 1em;
        color: rgb(255,225,191);
        font-size: 0.8em;
        padding: 0.25em 1em;
        transform: background-color 0.2s ease;
    }

        body.mobile nav#mobile-nav a:link, body.mobile nav#mobile-nav a:visited, body.mobile nav#mobile-nav a:active {
            background-color: rgba(74,47,38, 0.9);
            color: #FFE1BF;
            text-decoration: none;
        }

        body.mobile nav#mobile-nav a:hover {
            background-color: rgba(255,255,255,0.5);
        }
body:not(.mobile) #nav a.mobile-nav-cancel
{
    display: none;
}