html {
    min-width: 320px;
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

body {
    background-color: #E671AB;
}

.blue {
    color: #8ECDD9;
}

.pink {
    color: #E671AB;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #f2f3f5 !important;
}

h1 {
    font-family: funkydori, sans-serif;
    font-size: 1.3rem;
}

h2 {
    font-family: funkydori, sans-serif;
    color: #8ECDD9;
    padding-top: 1rem;
    margin-bottom: 0rem;
}

h3 {
    font-family: funkydori, sans-serif;
    color: #fff !important;
    padding-top: 1rem;
    font-size: 2.5rem;
    margin-bottom: 0rem;
}


p {
    font-family: caraque-solid, sans-serif;
    margin-bottom: 10px;
    line-height: 2rem;
    font-size: 1rem
}

a {
    font-family: caraque-solid, sans-serif;
    margin-bottom: 10px;
    line-height: 2rem;
    text-decoration: none;
    color: black;
}

a:hover {
    color: #8ECDD9;
}

ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}

.btn {
    background-color: #fff;
    color: #E671AB;
    font-family: caraque-solid, sans-serif;
    border: none;
    text-transform: uppercase;

}

.btn:hover {
    color: #fff;
    background-color: #8ECDD9;
}

.top-phone {
    background-color:#8ECDD9;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 5px;
}

.top-phone a {
    color: #fff;
    text-decoration: dotted;
}

.top-phone a:hover {
    color: #E671AB;
}

.top-phone p {
    margin-bottom: 0px;
}

.navigation-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.navigation-column {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    padding-bottom: 1rem;
}

.about-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.about-col {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

li {
    font-family: espiritu-condensed, sans-serif;
    font-size: 1rem;
}

span {
    font-family: espiritu-dingbats, sans-serif;
}

.py-4 {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
}

.row-services {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.services-col {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    text-align: center !important;
}

.services-col li {
    padding: 5px 0px;
}

#mainNav {
    background-color: #8ECDD9;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 0.75rem;
    font-family: espiritu, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: caraque-solid, sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: white;
}

#mainNav .navbar-brand {
    color: #8ECDD9;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

.navbar {
    position: static !important;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: #8ECDD9;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.nav-link {
    display: block;
    padding: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-around;
}


header.masthead {
    padding-top: 1rem;
    padding-bottom: 0rem;
    text-align: center;
    color: white;
}

header.masthead .masthead-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 1.2px;
    padding: 1rem;
    font-family: espiritu-condensed, sans-serif;
}

.container-logo {
    padding-bottom: 1rem;
}

.page-section {
    padding: 1rem;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-bottom: 0rem;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 1rem;
}

.carousel-control-prev-icon {
    margin-left: -40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    margin-right: -40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.social-icon {
    text-align: center;
}

.carousel-inner-pictures {
    position: sticky;
    max-height: 500px;
    max-width: 100%;
    overflow: hidden;
    align-items: stretch;
}

.carousel-control-prev,
.carousel-control-next {
    transition: opacity 0.15s linear;
}

#testimonials .carousel-control-next {
    right: 0;
    padding-top: 300px;
}

#testimonials .carousel-control-prev {
    left: 0;
    padding-top: 300px;
}

section#contact .section-heading {
    color: #8ECDD9;
}

.review {
    padding-top: 20px;
}

footer p {
    line-height: 0.75rem;
    font-size: 1rem;
    padding:10px 0px;
    text-align: center;
    color: #fff;
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    background: #fff;
}

/* Slides */
.mySlides {
    display: none;
    padding: 10px 30px;
    text-align: center;
    background-color: #E671AB;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;

}

.prev {
    scale: 2;
}

/* Position the "next button" to the right */
.next {
    position: absolute;
    scale: 2;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    color: #8ECDD9;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 10px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active,
.dot:hover {
    background-color: #8ECDD9;
}

/* Add an italic font style to all quotes */
q {
    font-style: italic;
}

/* Add a blue color to the author */
.author {
    color: #fff
}

@media (min-width: 768px) {
    p {
        font-size: 1.15rem;
    }

    a {
        font-size: 1.25rem;
    }

    #mainNav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    header.masthead {
        padding-top: 3rem;
        padding-bottom: 0rem;
    }

    header.masthead .masthead-heading {
        margin-bottom: 0rem;
    }

    .page-section {
        padding: 30px px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    .about-col img {
        width: 500px;
        height: 400px;
    }

    .row-services {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .services-col {
        display: block;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        align-self: center;
        order: 0;
        width: 100%;
    }

    .services-col li {
        padding: 5px 0px;
    }

    .carousel-inner-testimonials {
        position: relative;
        overflow: hidden;
        align-items: center;
    }

    #testimonials .carousel-control-next {
        right: 0;
        padding-left: 100px;
        padding-top: 0px;
    }

    #testimonials .carousel-control-prev {
        left: 0;
        padding-right: 100px;
        padding-top: 0px;
    }

    .carousel {
        position: relative;
        width: fit-content;
    }

    .btn-social {
        height: 1.75rem;
        width: 1.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 100%;
    }
}

@media (min-width: 992px) {
    p {
        font-size: 1.25rem
    }

    li {
        font-size: 1.25rem;
    }

    #mainNav .navbar-brand {
        padding-left: 10px;
    }

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    header.masthead .masthead-heading {
        font-size: 3rem;
        font-weight: 700;
        line-height: 3.2rem;
    }

    .btn-social {
        height: 1.75rem;
        width: 1.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 100%;
    }

    .about-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .about-col {
        display: block;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: auto;
        align-self: auto;
        order: 0;
        width: 50%;
        padding: 5px;
    }

    .ms-auto {
        margin-left: 0;
    }

    img .one-choice {
        max-width: 400px;
    }

}