:root {
    --green: #a9ca4b;
    --darkgreen: #305031;
    --orange: #df5c1d;
}

* {
    font-family: "DM Sans", sans-serif;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}
html,
body {
    overflow-x: hidden;
}

body {
    background-color: #fff;
}

.alert {
    background-color: var(--orange);
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    padding: 1rem 1rem;
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    border-bottom: 4px solid #be4d18;
    text-align: center;
}

.alert .construction-logo {
    margin: .5rem;
    height: 96px;
    width: 188px;
    background-image: url("./img/tmp/logo-tmp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.alert .construction-message {
 width: fit-content;
 padding: .5rem 0;
}

.alert a {
    color: var(--darkgreen);
    font-weight: 800;
    text-decoration: none;
    transition: .2s all ease;
}

.alert a:hover {
    font-weight: 900;
    color: #a9ca4b;
}
div.tmp {
    max-height: 1080px;
    width: 100vw;
}

img {
    width: 100%;
    object-fit: cover;
}
.mapA {
}

.mapB iframe {
    border-radius: 5px;
    max-width: 100vw;
}
.mapA {
    background-color: var(--green);
}
.mapB {
    background-color: var(--green);
    display: flex;
    justify-content: center;
}

.footer {
    background-color: #f4f4f4;
}
