address strong,
p strong {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: white;
    opacity: 1;
    border-bottom: 1px solid transparent;
}

a:hover {
    color: white;
    opacity: .8;
    border-bottom: 1px solid white;
    text-decoration: none;
}

body,
html {
    min-height: 100vh !important;
    height: auto !important;
}

body {
    position: relative;
    background-image: url("../img/majestic_maaseik_placeholder_bkg_mobile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    &::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        content: '';
    }
}

@media (min-width: 992px){
    body {
        background-image: url("../img/majestic_maaseik_placeholder_bkg.jpg");
    }
}



.main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh !important;
    height: auto !important;
    padding: 10px 0 10px 0;
    text-align: center;
    color: white;
    width: 100%;
}

.main__content {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

.logo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin-bottom: 50px;
    border: none !important;
}

@media (min-width: 992px) {
    .logo {
        max-width: 260px;
    }
}

.logo:hover {
    border: none !important;
    opacity: 1;

}

.container {
    display: flex;
    align-items: center;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;

    background: pink;

}

.content__inner {
    max-width: 100%;
}

.content-p {
    max-width: 800px;
}

.content-p.-first {
    margin-bottom: 20px;
}

table {
    margin-bottom: 50px;
}

table td {
    padding: 0 10px;
}

table td:first-of-type {
    text-align: left;
}

table td:last-of-type {
    text-align: right;
}

tr:nth-child(n+3) td:last-of-type {
    font-family: "Roboto Mono", serif;
    font-size: 16px;
}

address {
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 992px) {
    address {
        font-size: 20px;
        line-height: 28px;
    }
}

span.number {
    font-family: "Roboto Mono", serif;
}


