

@font-face {
    font-family: "Sans";
    src: url("https://db.onlinewebfonts.com/t/952bab25f6798d6bb1937d67e9bee4dd.eot");
    src: url("https://db.onlinewebfonts.com/t/952bab25f6798d6bb1937d67e9bee4dd.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/952bab25f6798d6bb1937d67e9bee4dd.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/952bab25f6798d6bb1937d67e9bee4dd.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/952bab25f6798d6bb1937d67e9bee4dd.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/952bab25f6798d6bb1937d67e9bee4dd.svg#Sans")format("svg");
}

html,
body{
    height: 100%;
}

body {
    font-family: "Nunito", sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #23336c;
    background: url('image/backgroundheel.png') no-repeat center center;
    background-size: cover;
    font-weight: lighter;
    font-size: 1.4rem;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    position: relative;
    background-color: #ece9e1;
    background-image: url('image/headerfooter.png');
    background-size: cover;
    padding: 35px 0;
    text-align: center;
}

.title {
    font-family: "Sans";
    font-size: 2.5rem;
    text-align: center;
    margin: 0;
}

.main-content {
    padding: 40px 20px;
}

.info {
    text-align: center;
}

.info-text {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 1.2rem;
}

.cta-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.button {
    display: inline-block;
    padding: 12px 25px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    background-color: #f29100;
    transition: background-color 0.3s ease;
    text-align: center;
    font-size: 1.2rem;
    width: auto;
}

.button:hover {
    background-color: #b57614;
}

.logo {
    display: block;
    margin: 20px auto;
    max-width: 30%;
    height: auto;
}

.contact {
    margin: 10px 0;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
}

.contact a {
    color: #23336c;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

.separator {
    color: #f29100;
    font-weight: bold;
}

.yellow {
    background-color: #f29100;
    padding: 10px 0;
}

.footer-overlay {
    background-color: #23336c;
    background-image: url('image/headerfooter.png');
    background-size: cover;
    padding: 50px 20px;
}

footer{
    margin-top: auto;
}


@media (max-width: 768px) {
    body {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .title {
        font-size: 1.8rem;
        padding: 0px 0;
    }

    .info-text {
        font-size: 1rem;
    }

    .cta-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .button {
        width: 50%;
        text-align: center;
        font-size: 1rem;
        margin: 0 auto;
        display: block;
    }

    .logo {
        max-width: 90%;
    }

    .contact {
        font-size: 1rem;
        line-height: 1.6;
    }

    .footer-overlay {
        padding: 50px;
        background-position: center;
    }
}
