body {
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
}
html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
}

form .website{ display:none; }

.font-300 {
    font-weight: 300 !important;
}
.font-400 {
    font-weight: 400 !important;
}
.font-500 {
    font-weight: 500 !important;
}
.font-700 {
    font-weight: 700 !important;
}

body .playfair {
    font-family: "Playfair Display", serif;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

a {
    text-decoration: none;
    color: #212529;
    transition: all ease-in-out 0.2s;
}

.section a:not(.btn):hover {
    text-decoration: underline;
}

p {
    line-height: 1.6;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 16px;
    color: #4d4d4d;
}

.top-bar {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
}

.top-bar .container {
    padding: 6px 24px;
    display: flex;
    align-items: center;
}

.top-bar.dark-theme {
    color: white;
    background-color: rgb(19, 36, 0);
}

.top-bar.dark-theme a {
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
}

.top-bar.dark-theme a:hover {
    color: rgba(255, 255, 255, 1);
}

.top-bar.dark-theme svg {
    fill: rgba(255, 255, 255, 1);

}

a.facebook:hover svg {
    fill: #4267B2;
}
a.linkedin:hover svg {
    fill: #0077B5;
}
a.whatsapp:hover svg {
    fill: #25D366;
}

.social a svg {
    display: block;
    transition: fill ease-in-out 0.2s;
}
.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    opacity: 0.8;
    fill: rgb(31, 31, 31);
}

.social a:hover {
    opacity: 1;
}

.top-bar ul li a {
    font-size: 13px;
    font-weight: 500;
}

.top-bar ul {
    margin: 0;
    padding: 0;
    margin-left: auto;
    display: flex;
    gap: 10px;
    list-style: none;
}

a.site-title {
    font-size: 28px;
    padding: 8px 0px 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

a.site-title .title {
    font-size: 16px;
    font-weight: 300;
}

a.site-title img {
    width: 80px;
}

.container {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}
.boxed {
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
}
.section {
    padding-block: 8px;
    padding-inline: 16px;
    scroll-margin-top: 80px;
}
.main-banner {
    background: url("/img/background.jpg");
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 60vh;
    min-height: 440px;
    display: flex;
    flex-direction: column;
}
.banner-content {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.main-banner img {
    width: 240px;
}

.section h2 {
    font-weight: 100;
    font-size: 44px;
    color: #454545;
    margin-bottom: 18px;
}

.main-banner h1 {
    font-size: 72px;
    font-weight: 500;
    max-width: 800px;
    text-align: center;
}

.main-banner h3 {
    font-size: 23px;
    font-weight: 300;
    margin: 0;
}

.main-banner h5 {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    font-weight: 300;
    border-top: 1px solid #ffffff59;
}
.quote {
    font-size: 48px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 300;
    color: #a0b083;
    padding-inline: 24px;
}

.d-none {
    display: none;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea,
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #bdbdbd;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fffffff3;
    background-clip: padding-box;
    border: 1px solid #cccecf;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #ccc;
}

.form-control.error {
    border-color: #aa0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
    border-color: #aa0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.btn {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    height: 45px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    font-size: 0.9em !important;
    border-width: 2px;
    cursor: pointer;
    padding-inline: 1.5rem;
    color: #2d2d2d;
    background-color: transparent;
    background-image: none;
    border-color: #2d2d2d;
    font-weight: 600;
}

.btn:hover {
    background-color: #2d2d2d;
    color: white;
}

.dark-theme .btn {
    border: 1px solid white;
    color: white;
}

.dark-theme .btn:hover {
    background-color: #fff;
    color: #2d2d2d;
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme p {
    color: white;
}

label.error {
    color: #aa0000;
    font-size: 0.8em;
    line-height: 20px;
    margin-top: 0px;
    display: block;
}

.alert {
    margin-bottom: 20px;
}

.contact-form-error.alert-danger {
    color: #aa0000;
}

.contact-form-success.alert-success {
    color: #396400;
}

.form-group {
    margin-bottom: 1rem;
}

form.contact-form {
    max-width: 100%;
    width: 400px;
}

#contact {
    background-color: #efefef;
    margin-top: 20px;
}

.columns {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1 1 300px;
    width: 100%;
}
.h2padding {
    padding-top: 106px;
}
.social {
    display: flex;
    gap: 5px;
}

.top-bar .social {
    margin-left: 10px;
}

#contact .social {
    margin-bottom: 15px;
}

#footer {
    text-align: right;
    color: white;
    background-color: rgb(19, 36, 0);
    padding-block: 25px;
    padding-inline: 15px;
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .main-banner h1 {
        font-size: 52px;
    }
}

@media only screen and (max-width: 460px) {
    .main-banner h1 {
        font-size: 36px;
    }
    .main-banner {
        min-height: auto;
    }
    .top-bar {
        padding: 6px 16px;
    }
    .top-bar .social {
        display: none;
    }
    a.site-title {
        font-size: 22px;
        padding-block: 0;
    }
    a.site-title .title {
        font-size: 13px;
    }
    a.site-title img {
        width: 65px;
    }
    .section h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    p {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .quote {
        font-size: 28px;
        padding-inline: 16px;
    }
    .h2padding {
        padding-top: 0;
    }
    .top-bar .container {
        padding-inline: 0px;
    }
    #contact form .btn {
    width: 100%;

    }
}
