* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: sans-serif;
    font-size: 16px;
}

img {
    display: inline-block;
    width: 50%;
    max-width: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 5px 4px 6px #0000001c;
}

header {
    width: 100%;
    margin: 30px 0px 0px 0px;
}

header,
main,
footer {
    width: 100%;
    max-width: 1440px;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

main {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.c-header-logo a {
    width: 100%;
}

.c-header-logo img {
    width: 600px;
}

.c-header-sub-logo img {
    width: 45%;
    margin-top: 30px;
}

.c-sub-logo {
    text-align: center;
    margin: 30px 0px;
}

.c-sub-logo img {
    width: 65%;
    margin: 30px 0px;
}

.c-multiple-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.c-footer-logo {
    margin: 30px 0px 0px 0px;
}

.c-footer-logo img {
    width: 70%;
}

.c-extra {
    background: #000000;
    width: 290px !important;
}


a {
    display: inline-block;
    width: 450px;
}

footer a {
    width: unset;
    text-decoration: none;
    color: #d1913a;
}

.c-hotel-extra-2 {
    width: 85% !important;
}

@media only screen and (max-width: 1200px) {
    body {
        padding: 15px;
    }

    img,
    a,
    .c-extra {
        width: 80% !important;
        margin: 20px 0px;
    }

    .c-header-logo img {
        transform: scale(1.7);
    }

    .c-header-sub-logo img {
        width: 45% !important;
    }

    .c-sub-logo {
        width: 100%;
        margin: 10px 0px;
    }

    .c-sub-logo img {
        width: 100% !important;
    }

    .c-multiple-logos {
        flex-direction: column;
    }

    .c-footer-logo {
        margin: 10px 0px 0px 0px;
    }

    .c-hotel-extra img {
        width: 50% !important;
    }

    .c-hotel-extra-2 {
        width: 50% !important;
    }


}