body {
    background-color: #ffffff;
    color: #000000;
    font-family: sans-serif;
    overflow: hidden;
}

.parallax {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 300px;
    background-color: #0f0f0f;
    color: #ffffff;
}

.parallax-group {
    position: relative;
    height: 100vh;
    transform-style: preserve-3d;
}

.parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax-layer-fore {
    -webkit-transform: translateZ(90px) scale(.7);
    transform: translateZ(90px) scale(.7);
    z-index: 1;
}

.parallax-layer-base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
}

.parallax-layer-back {
    -webkit-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 3;
}

.parallax-layer-deep {
    -webkit-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
}

.title-base {
    color: #000;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #aaa;
    opacity: 0.7;
    border-color: #fff;
    border-style: solid;
    border-width: 4px;
    border-radius: 15px;
    font-size: 24px;
    max-width: 30%;
    transition: 0.5s;
}
.title-25 {
    left: 25%;
}
.title-50 {
    left: 50%;
}
.title-75 {
    left: 75%;
}

.parallax-image-base {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100%;
}

.parallax-image-right {
    background-position: right;
}

.parallax-image-center {
    background-position: center;
}

.parallax-image-left {
    background-position: left;
}

#title {
    z-index: 0;
}

#image1 {
    z-index: 5;
}

#image1 .parallax-layer-base {
    background-image: url('../images/blogs/seefeste_2013/seefeste_1.jpg');
}

#image2 {
    z-index: 3;
}

#image2 .parallax-layer-back {
    background-image: url('../images/blogs/seefeste_2013/seefeste_2.jpg');
}

#image3 {
    z-index: 4;
}

#image3 .parallax-layer-base {
    background-image: url('../images/blogs/seefeste_2013/seefeste_3.jpg');
}

#image4 {
    z-index: 2;
}

#image4 .parallax-layer-deep {
    background-image: url('../images/blogs/seefeste_2013/seefeste_4.jpg');
}

#image5 {
    z-index: 3;
}

#image5 .parallax-layer-base {
    background-image: url('../images/blogs/seefeste_2013/seefeste_5.jpg');
}

#image6 {
    z-index: 2;
}

#image6 .parallax-layer-back {
    background-image: url('../images/blogs/seefeste_2013/seefeste_6.jpg');
}

#image7 {
    z-index: 4;
}

#image7 .parallax-layer-base {
    background-image: url('../images/blogs/seefeste_2013/seefeste_7.jpg');
}

#image8 {
    z-index: 1;
}

#image8 .parallax-layer-deep {
    background-image: url('../images/blogs/seefeste_2013/seefeste_8.jpg');
}

#image9 {
    z-index: 5;
}

#image9 .parallax-layer-base {
    background-image: url('../images/blogs/seefeste_2013/seefeste_9.jpg');
}

#image10 {
    z-index: 3;
}

#image10 .parallax-layer-back {
    background-image: url('../images/blogs/seefeste_2013/seefeste_10.jpg');
}

#image11 {
    z-index: 4;
}

#image11 .parallax-layer-base {
    background-image: url('../images/blogs/seefeste_2013/seefeste_11.jpg');
}

#image12 {
    z-index: 0;
}

#image12 .parallax-layer-deep {
    background-image: url('../images/blogs/seefeste_2013/seefeste_12.jpg');
}

#image13 {
    z-index: 5;
}

#image13 .parallax-layer-base {
    background-image: url('../images/blogs/seefeste_2013/seefeste_13.jpg');
}

@media(max-width:900px) {
    .title-base {
        font-size: 20px;
        max-width: 40%;
    }
}

@media(max-width:700px) {
    .title-base {
        font-size: 16px;
        max-width: 60%;
    }
}

@media(max-width:500px) {
    .title-base {
        font-size: 12px;
        max-width: 80%;
        border-width: 2px;
        border-radius: 10px;
    }
}

@media(max-width:300px) {
    .title-base {
        font-size: 8px;
        max-width: 100%;
        border-width: 2px;
        border-radius: 10px;
    }
}
