body {
    background: black;
    color: white;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.2em;
    -webkit-overflow-scrolling: touch;
}

p {
	overflow: auto;
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url("/img/0.jpg") url("/img/1.jpg") url("/img/2.jpg") url("/img/3.jpg") url("/img/4.jpg") url("/img/5.jpg") url("/img/6.jpg");
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0;
}

#main-content {
    width: 100%;
}

#logo {
    width: 100%;
    right: 0;
    background-image: url("/img/logonew.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    position: fixed;

    height: 100vh;
}

#background-parallax {
    position: fixed;
    z-index: -11;
}

.parallax-image {
    /* Set up positioning */
    position: fixed;

    /* Align horizontally */
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax-image.bottom {
    transition: opacity 600ms, visibility 600ms;
    opacity: 0;
    background-image: url("/img/0.jpg");
    visibility: hidden;
}

.parallax-image.top {
    opacity: 1;
    background-image: url("/img/0.jpg");
    visibility: visible;
    transition: opacity 600ms, visibility 600ms;
}

.full-height {
    height: 140vh;
}

.section {
    display: block;
    overflow: auto;
    padding: 1px 0;
}

.section .section-title {
    font-size: 4em;
    font-weight: 700;
    height: 2em;
    display: table;
    padding-left: 1em;
    padding-right: 1em;
}

.section .section-content {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.7);
}

.frame {
    margin: 2em;
    overflow:auto;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

.goto-music {
    cursor: pointer;
    cursor: hand;
}

@media only screen and (max-width: 500px) {
    #logo {
        width: 100%;
        right: 0;
        background-image: url("/img/logonew.png");
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center;
        margin: 0;
        position: fixed;

        height: 100vh;
    }

    .section .section-content {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);

    }

    .parallax-image:first-child {
        mix-blend-mode: multiply;
        opacity: 0.5;
    }

    .left {
        float: none;
    }

    .right {
        float: none;
    }

    .frame {
        margin: 1em;
    }

}
