body {
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-color: #2f649a;
    background-size: cover;
}

#logo {
    position: relative;
    display: block;
    text-align: center;
}

#logo img {
    text-align: center;
    width: 45vw;
}

#webplayer {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 2em;
}

h1 {
    color: white;
    margin-top: 2em;
    font-weight: bold;
    font-family: sans-serif;
    text-align: center;
}

#play {
    background-color: white;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    text-align: center;
}

#play svg {
    color: #bfc85b;
    margin-top: 0.5vw;
}

#play div {
    display: none;
}

audio {
    display: none;
}

.row {
    position: relative;
    max-width: 100%;
}

.row img:nth-child(1) {
    position: absolute;
    left: 0;
    width: 30vw;
}

.row div:nth-child(3) img {
    position: absolute;
    left: 79px;
    width: 30vw;
    top: 1vw;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.row div:nth-child(1) h6 {
    position: absolute;
    left: 8vw;
    top: 5vw;
    font-size: 3vw;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    padding: .2em;
}

.row div:nth-child(3) h6 {
    position: absolute;
    left: 12vw;
    top: 0.7vw;
    font-size: 3vw;
    border-radius: 25px;
    padding: 0.2em;
}

.row a {
    color: white;
}

footer {
    position: relative;
}

#credits {
    position: relative;
    font-size: 12px;
    color: white;
    text-align: center;
    top: 15vw;
}

#credits a {
    color: white;
}

#libertempo {
    background-color: #303940;
    padding: 5px;
}
#libertempo {
    background-color: #303940;
    padding: 5px
}

#libertempo .links {
    padding: 5px 0 0
}

#libertempo .links a {
    color: #fff;
    font-size: 0.9em;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#libertempo .links a:hover {
    color: #6599C0
}

#libertempo .links.left a {
    margin-right: 10px
}

#libertempo .links.right {
    text-align: right
}

#libertempo .links.right a {
    margin-left: 10px
}

#libertempo img {
    width: 9vw !important;
}

@media (max-width: 991px) {
    body {
        background-position: inherit;
        background-size: auto;
    }
    #logo {
        position: relative;
        display: block;
        text-align: center;
        margin-top: 40vw;
    }
    h1 {
        color: white;
        margin-top: 18vw;
        font-weight: bold;
        font-family: sans-serif;
        text-align: center;
    }
    #play {
        margin: 3vw;
    }
    #webplayer {
        position: absolute;
        display: flex;
        justify-content: center;
        top: 74vw;
        left: 23vw;
    }
    #play {
        background-color: white;
        width: 35vw;
        height: 35vw;
        border-radius: 50%;
        text-align: center;
    }
    svg {
        width: 32vw;
        height: 34vw;
    }
    #credits {
        font-size: 12px;
        color: white;
        top: 80vw;
        display: block;
        position: relative;
    }
    .row img:nth-child(1) {
        position: absolute;
        left: 0;
        width: 75vw;
    }
    .row div:nth-child(1) h6 {
        position: absolute;
        left: 20vw;
        top: 12vw;
        font-size: 6vw;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 25px;
        padding: 0.2em;
    }
    .row {
        position: relative;
        max-width: 100%;
        top: 35vw;
    }
    .row div:nth-child(3) img {
        position: absolute;
        left: 31vw;
        width: 72vw;
        top: 30vw;
        border-top-left-radius: 35px;
        border-bottom-left-radius: 35px;
    }
    .row div:nth-child(3) h6 {
        position: absolute;
        left: 50vw;
        top: 31vw;
        font-size: 6vw;
        border-radius: 25px;
        padding: 0.2em;
    }
}