:root {
    --theme-color: #344443; /* 52 68 67 */
    --theme-sub-color: #443834
}

body {
    color: var(--theme-sub-color);
    font-family: 'Work Sans', sans-serif;
}

a {
    color: var(--theme-color);
}

#top-content {
    background-image: url("/img/top-bg.jpg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    aspect-ratio: 1778 / 657;
    position: relative;
    width: 100%;
}

#top-logo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-left: -1px;
}

#top-logo-1 {
    border-top-right-radius: 5px;
    max-width: 12rem;
    max-height: 12rem;
}

#top-logo-2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-width: 12rem;
    max-height: 12rem;
}

#top-text {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    text-align: right;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 1rem;
    padding:  0.6rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#main-content {
    padding: 1rem;
    max-width: 1000px;
    margin: auto;
    text-align: justify;
}

.subtitle {
    color: var(--theme-color);
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.subtitle-line {
    border-top: 0.16rem solid var(--theme-color);
    border-radius: 0.8rem;
}

#contact-footer {
    padding: 0.8rem;
    color: white;
    background-color: var(--theme-color);
    box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, .2);
}

#contact-footer a {
    color: inherit;
    text-decoration: inherit;
}

#contact-footer a:hover {
    text-decoration: underline;
}

.carousel-plan-img {
    width: 80%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#hettange-map-container {
    float: right;
    margin: 2rem;
}

#hettange-map-img {
    max-width: 300px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
    transition: box-shadow .15s, transform .15s;
}

#hettange-map-img:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .2);
    transform: scale(1.05);
}

@media (max-width: 600px) {
    #hettange-map-container {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #hettange-map-img {
        max-width: 80%;
    }
}

#footer-note {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7rem;
    color: grey;
    width: 80%;
    text-align: center;
}
