*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    font-size: 20px;
}

body {
    margin: 0;
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.dkp-bg {
    background-color: #ffffff;
    transform: scale(1, 1);
    overflow: hidden;
    width: 100%;
    opacity: 1.0;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
}

.dkp-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    top: -42.89332675%;
    left: 0%;
    width: 120.58180625%;
    background-image: url(assets/bg-beer.jpg);
    background-position: center;
    position: relative;
    opacity: 1.0;
    height: 185.78665349%;
}

.dkp-shadow {
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.dkp-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.dkp-shadow-layout {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    z-index: 3;
}

.dkp-info-container {
    display: flex;
    align-items: center;
}

.dkp-logo {
    width: 160px;
    height: 160px;
    background-image: url(assets/logo-drakkarpub.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.dkp-info {
    text-align: center;
}

.dkp-info div:first-child {
    font-size: 3em;
}

.dkp-info div:last-child {
    font-size: 1.5em;
}

.dkp-shadow-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 580px;
    text-align: center;
    font-size: 2vw;
}

.instagram-link {
    display: flex;
    text-decoration: none;
    color: white;
    padding: 20px 0;
}

.svg-instagram-logo {
    width: 3vw;
    height: auto;
    padding: 0.3vw;
    margin: 0 0.6vw;
}

.svg-instagram {
    width: 10vw;
    height: auto;
    padding: .6vw .5vw 0;
}

.svg-heart {
    width: 23px;
    height: auto;
    margin-left: 5px;
}

@media (max-width: 1200px) {
    .dkp-info-container {
        flex-direction: column;
    }

    .dkp-info div:first-child {
        font-size: 2em;
    }

    .dkp-info div:last-child {
        font-size: 1em;
    }

    .dkp-shadow-content {
        font-size: 1.5em;
        max-width: 480px;
    }

    .svg-instagram {
        width: 125px;
        padding: 6px 8px 0;
    }

    .svg-instagram-logo {
        width: 34px;
        padding: 0;
        margin: 0 10px;
    }
}

@media (min-width: 840px) {
    .dkp-shadow {
        max-width: 60vw;
    }
}

@media (min-width: 1080px) {
    .dkp-shadow:before {
        transform: skewX(-9deg);
        transform-origin: top right;
    }
}

@media (min-width: 1200px) {
    .dkp-info-container {
        flex-direction: row;
    }

    .dkp-info {
        margin-left: 25px;
    }

    .dkp-info div:first-child {
        font-size: 2.5em;
    }

    .dkp-info div:last-child {
        font-size: 1.3em;
    }

    .dkp-shadow-content {
        font-size: 2em;
        max-width: 540px;
    }

    .svg-instagram {
        width: 155px;
        padding: 10px 8px 0;
    }

    .svg-instagram-logo {
        width: 40px;
        padding: 0;
        margin: 0 10px;
    }

}