@font-face {
    font-family: Minerva;
    src: url(MinervaBold.woff) format('woff')
}

body {
    max-width: 100vw;
    background-image: url(bg_portrait_ground.jpg);
}

#bg-voodoo {
    background-repeat: no-repeat;
    background-image: url(bg_portrait.jpg);
    background-position: top;
    background-color: transparent;
    background-attachment: inherit;
    background-size: contain
}

.headline-voodoo {
    font-size: 24px;
    white-space: nowrap;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 1), 2px 2px 30px rgba(0, 0, 0, 1), 2px 2px 30px rgba(0, 0, 0, 1)
}

.subline-single {
    margin-bottom: 20px
}

.overflow-container-voodoo {
    height: 100vh;
    display: flex
}

#overflow-indicator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    text-align: center;
    color: #fff
}

.video-container-voodoo {
    justify-content: flex-end;
    align-self: flex-end;
    display: flex;
    width: 100%;
    height: 200px;
    max-width: 90%;
    margin: 0 auto;
    bottom: 20px;
    position: relative;
    right: 0;
    left: 0;
    border: 3px solid #62787e
}

.e-btn.circle.small {
    line-height: 25px;
    width: 25px;
    font-size: .49rem;
    padding: 0
}

.titleline-voodoo {
    font-size: 48px;
    margin-top: 20px;
    text-shadow: none;
}

.subline-voodoo {
    font-size: 20px
}

.minerva {
    font-family: Minerva
}

.accent-red {
    color: #e7c6c6
}

.accent-white {
    color: #fff
}

.headline-container-voodoo {
    text-align: left;
    align-self: flex-start
}

.social-button-voodoo {
    background-color: #e7c6c6;
    color: #000
}

.size-6-voodoo {
    font-size: 1.15rem
}

.enter-button-voodoo {
    line-height: 1;
    font-size: 20px;
    margin-right: .3rem
}

.enter-container-voodoo {
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-top: 20px
}

.lineheight-small {
    line-height: .8
}

.e-nav {
    justify-content: flex-end
}

.face-body.centered {
    align-content: flex-end
}

.face-body {
    flex-wrap: nowrap
}

@media only screen and (min-width:768px) and (max-width:1920px) {
    body {
        background-image: url(bg_landscape_ground.jpg);
    }
    #bg-voodoo {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        height: 100%;
        background-image: url(bg_landscape.jpg)
    }
    .headline-voodoo {
        font-size: 40px;
        text-shadow: none
    }
    .e-btn.circle.small {
        line-height: 45px;
        width: 45px;
        font-size: .8875rem;
        padding: 0
    }
    .enter-container-voodoo {
        float: right;
        text-align: right;
        margin-right: 50px;
        margin-top: 50px
    }
    .enter-button-voodoo {
        line-height: .8;
        font-size: 27px
    }
    .titleline-voodoo {
        font-size: 94px;
        margin-top: 0
    }
    .subline-voodoo {
        font-size: 27px;
        margin-top: 0
    }
    .headline-container-voodoo {
        text-align: left;
        margin-left: 100px;
        margin-bottom: 50px;
        align-self: flex-end
    }
    .video-container-voodoo {
        justify-content: flex-end;
        display: flex;
        width: 450px;
        height: 280px;
        position: absolute;
        right: 50px;
        bottom: 80px;
        left: auto;
        border: 3px solid #62787e
    }
}

@media (min-width:1921px) {
    @media (min-width: 768px) {
        #bg-voodoo {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed;
            height: 100%;
            background-image: url(bg_landscape.jpg)
        }
        .headline-voodoo {
            font-size: 86px;
            text-shadow: none;
        }
        .subline-single {
            margin-bottom: 40px
        }
        .e-btn.circle.small {
            line-height: 65px;
            width: 65px;
            font-size: 1.575rem;
            padding: 0
        }
        .enter-container-voodoo {
            float: right;
            text-align: right;
            margin-right: 100px;
            margin-top: 100px
        }
        .enter-button-voodoo {
            line-height: .8;
            font-size: 80px
        }
        .titleline-voodoo {
            font-size: 200px;
            margin-top: 0
        }
        .subline-voodoo {
            font-size: 80px;
            margin-top: 0
        }
        .headline-container-voodoo {
            text-align: left;
            margin-left: 50px;
            align-self: flex-end;
            margin-bottom: 60px
        }
        .subline-single {
            margin-bottom: 50px
        }
        .face-body {
            max-width: 100rem
        }
        .video-container-voodoo {
            justify-content: flex-end;
            display: flex;
            width: 450px;
            height: 280px;
            position: absolute;
            right: 50px;
            bottom: 80px;
            left: auto;
            border: 3px solid #62787e
        }
    }
}