/* @import url('https://fonts.googleapis.com/css2?family=Anton&family=Geist:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Monsieur+La+Doulaise&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Geist:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

:root {
    /* --hero-bg: #e4b296; */
    /* --body-bg: #DEE2E6; */
    /* --body-fg: #111111; */
    --hero-fg: #6C757D;
    --body-fg: #6C757D;
    --heading-fg: #000;
    --button-bg: #6C757D;
    --light-border: #efefef;

    --color-muted: #4D5863;
    --color-accent: #1A1A1A;
    --color-light: #C7C7CC;
    --color-icons: #007AFF;
}

body {
    font-family: "Geist";
    font-weight: 200;
    font-size: 20px;
    color: var(--body-fg);
}



img,
iframe {
    max-width: 100%;
}

img.rounded {

    /* border: 1px solid  var(--heading-fg); */
    border-radius: 15px;
    filter: drop-shadow(5px 5px 19px #5f42363d);
}

.btn-secondary {
    background-color: #fff;
    border-color: var(--body-fg);
    color: var(--body-fg);
    /* filter: drop-shadow(2px 2px 2px #5f42363d); */

}

.logo {
    width: 100%;
    max-width: 150px;
}


.accordion-button {
    background-color: transparent !important;
}

.page a {
    color: var(--heading-fg);
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px dotted var(--heading-fg);
}

.page video,
.page img {
    border-radius: 15px;
    filter: drop-shadow(5px 5px 19px #5f42363d);

    border: 1px solid var(--light-border);
}

/* styles */

.hero .img {
    height: 40vh;
    max-height: 450px;
}

.hero .address {
    font-size: .8rem;
    color: var(--color-muted);
    font-weight: 300;
}


.page-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--heading-fg);
}

.section-entry {
    /* border-top: 1px solid var(--light-border); */
    padding: 1rem 0;
}

.section-entry .title {
    font-size: 1rem;
    /* font-weight: 300; */
    color: var(--color-accent);
}



.section-entry .action {
    font-size: 1rem;
    color: var(--color-light);
}

.section-entry .icon {
    font-size: 1rem;
    color: var(--color-icons);
    margin-right: .7rem;
}

.section-entry a {
    text-decoration: none;
    color: inherit;
    display: block;
}

h1,
h2,
h3.h4,
h5 {
    color: var(--heading-fg);

}

h1 {
    font-size: 1.2rem;
    margin-top: 5rem;
}

h2 {
    font-size: 1.1rem;
    margin-top: 4rem;
}

h3 {
    font-size: 1rem;
    margin-top: 3rem;
}

h4 {
    font-size: 1rem;
    margin-top: 2rem;
    font-weight: 400;
}

a.back {
    /* color: var(--heading-fg); */
    color: var(--color-icons);
    text-decoration: none;
    border: 0 !important;
}

/* .btn-secondary i {
    color: var(--color-icons);
    border-color: var(--color-icons);
} */
.btn-secondary {
    border-color: var(--heading-fg);
    color: var(--heading-fg);

}

.content {
    font-size: .9rem;
}

strong {
    color: var(--heading-fg);
}

@media (max-width: 600px) {
    .hero .img {
        height: 40vh;
        max-height: 200px;
    }
}

.signature {
    font-family: "Monsieur La Doulaise", cursive;
        font-size: 1.2rem;

}