@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeueProBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, a, img, ol, ul, li {
    margin: 0;~
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Page styles */
body {
    min-height: 100vh;
    background-color: #e94f35;
    /*display: flex;*/
    /*flex-direction: column;*/
    font-family: "BebasNeue", Arial, Helvetica, sans-serif;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url("../img/curacao-visual-1536x806.jpeg");
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    padding: 1em;
    box-sizing: border-box;
}
header img {
    width: 34vw;
}
.letshave {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 16%;
}
.cocktails {
    align-self: flex-end;
    margin-bottom: -25px;
    width: 29vw;
}
.enterBtn {
    background-color: white;
    color: #e94f35;
    border: 2px solid #e94f35;
    padding: 5px 20px;
    font-size: 1.4em;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: -62px;
    text-align: center;
    position: absolute;
    display: block;
    text-decoration: none;
    left: 50%;
    transform: translateX(-50%);
}
.banner {
    background-image: url(../img/DK-Coloured-Stripes.png);
    background-repeat: repeat-x;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.banner h1 {
    font-size: 2em;
    color: white;
    text-align: center;
}
section#main-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    align-items: center;
    justify-content: space-evenly;
    background: #efefef;
}
.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px 24px;
}
.additionalContent {
    display: flex;
    justify-content: center;
}
.additionalImage {
    max-width: 80%;
}
.importantInfo {
    font-size: small;
    color: #333333;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto 10px;
    text-align: center;
}
footer {
    height: 60px;
    width: 100%;
    color: #FFFFFF;
    background-color: #b51946;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
}
.footerText {
    font-size: 12px;
}
.footerText a:link, .footerText a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.footerText a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
    header img {
        width: 42vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    header {
        height: 360px;
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    header {
        height: 300px;
        min-height: auto;
        justify-content: center;
    }
    .enterBtn {
        padding: 5px 20px;
        left: 1em;
        transform: none;
        font-size: 1.2em;
        margin-top: -52px;
    }
    header img.winMessage {
        width: 50vw;
        justify-self: center;
    }
    .letshave {
        width: 20%;
    }
    .cocktails {
        display: none;
    }
    #app-wrapper {
        width: 100%;
    }
}
