* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #2f2f2f;
    background-color: #eeffeb;
}

h1,
h2,
h3 {
    font-weight: 700;
    line-height: 1.2;
    color: #393939;
    text-align: center;
}

h1 {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
}

h2 {
    font-size: clamp(1.3rem, 3.2vw, 1.7rem);
}

h3 {
    font-size: clamp(.8, 2.6vw, .9);
    font-weight: 600;
}

a,
a:hover {
    text-decoration: none;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
}

a {
    color: #106d10;
}

a:hover {
    color: #a22d11;
}

p + p {
    margin-top: 16px;
}

section {
    padding: 40px 0;
}

.container {
    width: min(1200px, 100% - 40px);
    margin-inline: auto;
}

#headerbar {
    background: #538353;
    font-weight: 700;
    color: white;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    width: 100%;
    padding: 6px 16px;
    z-index: 9;
}

@media (max-width: 550px) {
    #headerbar {
        padding: 6px;
    }
}

#headerbar span {
    float: right
}

#headerbar a {
    color: #fffbcb;
}

#headerbar a:hover {
    color: #faf291;
}

#headerbar .fa {
    color: white;
}


#gallery .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* centers the last line */
    gap: 10px;
}

#gallery .photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    /* prevents stretching */
}

#gallery .photo img {
    height: 180px;
    width: auto;
    object-fit: cover;
    border-radius: 6px;
}

#gallery img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.photo {
    position: relative;
}

.photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
}

#gallery h3 {
    margin-top: 6px;
    font-size: .85em;
}

#header picture img {
    width: 100%;
    height: auto;
    display: block;
}


#contact {
    background: radial-gradient(ellipse, #52306c, #282829);
    color: white;
    text-align: center;
}

#contact h2 {
    color: #0e3107;
}

#contact .fa {
    color: #ffe3e8;
    margin: 6px;
}

#contact a,
#contact a .fa {
    color: #eb68a5;
}

#contact a:hover,
#contact a .fa:hover {
    color: #fca3cc;
}

#contact form {
    margin-top: 12px;
}

#contact input,
#contact textarea {
    display: block;
    font-family: inherit;
    font-size: inherit;
    color: black;
    background: white;
    margin-bottom: 8px;
    padding: 4px 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#contact input[name="zipcode"] {
    display: none;
}

#contact .btn {

    display: block;
    font-size: inherit;
    color: white;
    background-color: #c64782;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 8px 30px;
    margin-left: auto;
    margin-right: auto;
}

#contact .btn:hover {
    background-color: #f488ba;
}

#footerbar {
    text-align: center;
    background: #538353;
    color: white;
    font-size: 14px;
    width: 100%;
    padding: 6px;
}



#footerbar a {
    color: #fffbcb;
    margin-left: 4px;
    margin-right: 4px
}

#footbar a:hover {
    color: #fd94c5;
}

@media (max-width:550px) {
    #footer {
        padding: 4px;
        font-size: 13px;
        letter-spacing: -.4px;
    }
}

.question {
    font-weight: 500;
    font-size: .92em;
    text-align: left;
    color: #444;
    cursor: pointer;
    width: 100%;
    background: #d7f0d3;
    padding: 8px 18px;
    border: 1px solid #93c4d0;
    border-radius: 12px;
    margin-bottom: 0;
    margin-top: 6px;
}

.question.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.question:hover {
    background: #d2ffcc;
}

@media (min-width: 600px) {
    .question:after {
        color: #777;
        float: right;
        content: "";
        border-top: 7px solid #444;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: relative;
        top: 9px;
        right: 0;
    }

    .question.active:after {
        transform: rotate(90deg);
    }
}

.answer {
    font-weight: 400;
    font-size: .9em;
    position: relative;
    top: -1px;
    padding: 16px 32px 16px 16px;
    display: none;
    background: white;
    overflow: hidden;
    border: 1px solid #93c4d0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

#contact {
    color: #17271d;
    background: #ecf5e8;
    text-align: center;
}

#contact em {
    font-weight: 500;
    font-style: italic;
    color: #080808;
}


#contact .phone {
    font-size: 29px;
    font-weight: 600;
}

@media (max-width: 800px) {
    #contact .phone {
        font-size: 25px;
    }
}

#contact form {
    margin-bottom: 18px;
}

#contact .oculto {
    display: none;
}

#contact input,
#contact textarea {
    display: block;
    padding: 4px 6px;
    font-family: inherit;
    font-size: inherit;
    border-radius: 3px;
    border: #2f2f2f solid 1px;
    margin: 6px auto;
    outline: none;
    resize: none;
    width: 100%;
    max-width: 420px;
}

#contact .btn {
    display: inline-block;
    color: white;
    background: green;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 27px;
    margin: 6px auto 0;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
    border-radius: 4px;
}

#contact .btn:hover {
    background: #28a228;
}

/* Load icon font */
@font-face {
    font-family: "icons";
    /* correct name */
    src: url("icons.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

/* Base icon style for BOTH groups */
[class^="icon-"],
[class^="social-"] {
    font-family: "icons";
    /* correct name */
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    color: #faf291;
}

/* Regular icons (1em) */
[class^="icon-"] {
    font-size: 1em;
}

/* Social icons (2em) */
[class^="social-"] {
    font-size: 2em;
    color: darkgreen;
}

/* Icon assignments */

/* Icons */
.icon-bars:before {
    content: "\f010";
}

.icon-check:before {
    content: "\f00c";
}

.icon-clock:before {
    content: "\f00b";
}

.icon-close:before {
    content: "\f00a";
}

.icon-download:before {
    content: "\f008";
}

.icon-heart:before {
    content: "\f006";
}

.icon-home:before {
    content: "\f005";
}


.icon-map-marker:before {
    content: "\f001";
}

.icon-next:before {
    content: "\f000";
}

.icon-phone:before {
    content: "\f019";
}

.icon-prev:before {
    content: "\f016";
}

.icon-send:before {
    content: "\f015";
}

.icon-asteric:before {
    content: "\f01a";
}

.icon-box:before {
    content: "\f00e";
}

.icon-caret:before {
    content: "\f00d";
}

.icon-disk:before {
    content: "\f009";
}

.icon-plus:before {
    content: "\f017";
}

.icon-star:before {
    content: "\f014";
}

/* Social */
.social-mail:before {
    content: "\f002";
}

.social-bluesky:before {
    content: "\f00f";
}

.social-facebook:before {
    content: "\f007";
}

.social-instagram:before {
    content: "\f004";
}

.social-linkedin:before {
    content: "\f003";
}

.social-pinterest:before {
    content: "\f018";
}

.social-whatsapp:before {
    content: "\f013";
}

.social-x:before {
    content: "\f012";
}

.social-youtube:before {
    content: "\f011";
}
