

/* ==========================================================================
   Warszawska Orkiestra Sentymentalna
   Template proudly designed by Ale Zaręba & produced by Jan Mirecki
   Version 1.0
   ========================================================================== */

.navbar-brand {
    height: auto;
}

body {
    background-color: #EFEADF;
    height: 100vh;
    font-family:'Warsaw_59';
}
body:before, body::after {
    content: "";
    height: 100%;
    position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .45;
}

body::before {
    background-image: url('../img/left_top.png');
    background-position: right top;
    top: 0;
    width: 50%;
}
body::after {
    background-image: url('../img/right_top.png');
    background-position: left bottom;
    right: 0;
    bottom: 0;
    width: 54%;
    z-index: -1;
}

.btn-wos {
    text-transform: uppercase;
    background-color: #AE9561;
    color: #FFF;
    font-size: 2em;
    font-weight: 100;
    padding-top: 10px;
    border-radius: 0;
    transform: skew(-38deg)
}
.btn-wos span {
    transform: skew(38deg);
    display: block;
}
#WOS_cover {
    width: 200%;
    max-width: 1400px;
    position: relative;
    left:-50%;
    margin-top:5%;
}
.svg-container {
    overflow: hidden;
}

#WOS_cover .st0 {
    transform: scale(.8);
    transform-origin: 50%;
    transition: all .3s ease-out;
}
.albumname {
    transform: translate3d(-150px, 90px, 0);
    transition: all .5s ease-out;
}
@media (min-width: 768px){
    #WOS_cover {
        width: 100%;
        position: static;
        margin-top: 0;
    }
    #WOS_cover .st0 {
        transform: scale(1);
    }
    #WOS_cover .st7{
        font-size:34px;
    }
    .albumname {
        transform: translate3d(90px, 60px, 0);
    }
}
