@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.prompt-thin {
    font-family: "Prompt", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.prompt-extralight {
    font-family: "Prompt", sans-serif;
    font-weight: 200 !important;
    font-style: normal;
}

.prompt-light {
    font-family: "Prompt", sans-serif;
    font-weight: 300 !important;
    font-style: normal;
}

.prompt-regular {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.prompt-medium {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.prompt-semibold {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.prompt-bold {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.prompt-extrabold {
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.prompt-black {
    font-family: "Prompt", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.prompt-thin-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.prompt-extralight-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.prompt-light-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.prompt-regular-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.prompt-medium-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.prompt-semibold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.prompt-bold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.prompt-extrabold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.prompt-black-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 900;
    font-style: italic;
}

html,
body {
    font-family: "Prompt", sans-serif;
    font-weight: 200 !important;
    font-style: normal;
}

.fw-bold {
    font-weight: 400 !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.btn {
    font-weight: 400;
}
.text-gold {
    color: #b2976c;
}
.text-facebook {
    color: #2594f7;
}
.text-line {
    color: #00c300;
}
.text-secondary-alt {
    color: #60bdba;
}
.text-xs {
    font-size: 12px;
}
.text-sm {
    font-size: 14px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #b2976c;
}
@media (min-width: 992px) {
    .navbar-expand-lg.navbar-light
        .dropdown:not(.dropdown-submenu)
        > .dropdown-toggle:after {
        color: var(--bs-light);
    }
}
.pagination {
    --bs-pagination-color: #f8f8f8;
    --bs-pagination-bg: #b2976c;
}

.text-custom-dark {
    color: #074b4e;
}
.text-custom-light {
    color: #f8f8f8;
}
.bg-custom-dark {
    background-color: #074b4e;
}
.bg-custom-light {
    background-color: #f8f8f8;
}

.link-dark-alt {
    color: #60bdba;
}

.jumtron-custom {
    width: 600px;
    height: 370px;
}

.jumptron-h1 {
    font-size: 40px;
    color: white;
    max-height: 124px;
    overflow: hidden;
}

.jumptron-h2 {
    font-size: 24px;
    color: #b2976c;
    max-height: 85px;
    overflow: hidden;
}

.btn-custom-light {
    background-color: #f8f8f8;
    color: #b2976c;
    padding: 5px 20px;
    font-size: 24px;
}

.btn-custom-light:hover {
    background-color: #f8f8f8;
    color: #b2976c;
    padding: 5px 20px;
    font-size: 24px;
}

.btn-custom-light-alt {
    background-color: #b2976c;
    color: #f8f8f8;
    padding: 5px 20px;
    /* font-size: 24px; */
}

.btn-custom-light-alt:hover {
    background-color: #b2976c;
    color: #f8f8f8;
    padding: 5px 20px;
    /* font-size: 24px; */
}

.btn-custom-dark {
    background-color: #074b4e;
    color: #f8f8f8;
    padding: 5px 20px;
    font-size: 16px;
}

.btn-custom-dark:hover {
    background-color: #074b4e;
    color: #f8f8f8;
    padding: 5px 20px;
    font-size: 16px;
}

.btn-custom-dark-outline-alt {
    background-color: #074b4e;
    color: #f8f8f8;
    border: #009591 solid 2px;
    padding: 10px 40px;
    font-size: 16px;
}

.btn-custom-dark-outline-alt:hover {
    background-color: #074b4e;
    color: #f8f8f8;
    border: #009591 solid 2px;
    padding: 10px 40px;
    font-size: 16px;
}

.btn-custom-dark-outline {
    background-color: #f8f8f8;
    color: #074b4e;
    border: #074b4e solid 2px;
    padding: 5px 20px;
    font-size: 16px;
}

.btn-custom-dark-outline:hover {
    background-color: #f8f8f8;
    color: #074b4e;
    border: #074b4e solid 2px;
    padding: 5px 20px;
    font-size: 16px;
}

.card-custom {
    background-color: #b2976c;
}

.screen-width-custom {
    width: 80%;
}

.service-title {
    color: #b2976c;
    font-size: 24px;
    font-weight: 400;
}
.service-description {
    color: #f8f8f8;
    font-size: 30px;
    font-weight: 400;
}
.blog-date {
    background-color: #009591;
    color: #f8f8f8;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .jumtron-custom {
        padding: 0 20px;
        height: 370px;
    }

    .jumptron-h1 {
        font-size: 30px;
        color: white;
        max-height: 124px;
        overflow: hidden;
    }

    .jumptron-h2 {
        font-size: 20px;
        color: #b2976c;
        max-height: 85px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .screen-width-custom {
        width: 100%;
    }

    .footer h3 {
        color: #f8f8f8 !important;
    }

    .footer p {
        color: #009591 !important;
    }
}
