@font-face {
    font-family: 'CottageFarmhouse';
    src: url('/fonts/cottage_and_farmhouse-webfont.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/cottage_and_farmhouse-webfont.woff') format('woff'); /* Older Browsers */
    font-weight: normal;
    font-style: normal;
}

.gravita {
    font-family: "gravita-hum-variable", sans-serif;
    font-variation-settings: "wght" 400;
}

body {
    font-optical-sizing: auto;
    scroll-behavior: smooth;
    color: white;
    background-color: #dc9caf;
    font-family: "gravita-hum-variable", sans-serif;
}

strong {
    font-weight: 700;
}

.bg-body-tertiary {
    
}

img {
    max-width: 100%;
    height: auto;
}

nav {
    font-family: 'CottageFarmhouse';
}

a, a:visited, .nav-link {
    color: white;
}

    .nav-link:hover, header a:hover, .nav-link:focus {
        color: white;
        text-decoration: underline;
    }

    nav .nav-item {
        text-transform: uppercase;
        font-size: 1.9em;
    }

.dropdown-menu {
    background-color: #dc9caf;
    color: white;
    border:1px solid white;
}

.dropdown-item {
    color: white;
    font-size: 1.2em;
}

hr.whiteline {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: 15px solid;
    opacity: 1;
}

main p {
    font-weight: 300;
}

main h1 {
    font-family: 'CottageFarmhouse';
    margin-bottom: 40px;
}

main h2 {
    font-family: 'CottageFarmhouse';
    margin-bottom: 20px;
}

.circular_image {
    width: 320px;
    height: 320px;
    float: left;
    border-radius: 50%;
    border: 12px solid white;
    shape-outside: circle(50%);
    margin: 15px;
    margin-left: 0;
    position: relative;
}

.whitebg {
    width: 100%;
    background-color: white;
    color: #dc9caf;
}

.whitebg a {
    color: #dc9caf;
    font-weight: bold;
    text-decoration: none;
}

    .whitebg a:hover {
        text-decoration: underline;
    }

.servicelink {
    font-size: 1.2em;
}

.servicelink a {
    text-decoration: none;
}

    .servicelink a:hover {
        text-decoration: underline;
    }

.border-box {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.75);
    border-width: 1px;
    padding: 25px 40px;
    text-align: center;
    margin-bottom: 25px;
}

.border-box h3 {
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.form-control, .form-control:focus {
    color: black;
    background-color: #ffffff;
    border: 0;
}

    .form-control::placeholder {
        color: #808080;
    }

.dropdown-item, .dropdown-item:visited {
    color: #dc9caf;
}

.dropdown-item.active, .dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: #dc9caf;
}

hr.dashed {
/*    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
*/  border: none; /* Removes the default 3D border effect */
    border-top: 2px dashed rgba(255, 255, 255, 0.75); /* Thicker, dark gray dashed line */
    width: 100%; /* Optional: set a custom width */
    margin: 20px auto; /* Optional: center the line with margin */
}

ul li p {
    margin: 0;
}

h2.footerlink {
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
    font-family: 'CottageFarmhouse';
    font-size: 2.8em;
    margin-bottom: 0;
}

h2.footerlink a {
    text-decoration: none;
}

    h2.footerlink a:hover {
        text-decoration: underline;
    }

.nav-link.active, .dropdown-item.active {
    text-decoration: underline;
}

.btn-pink {
    background-color: white;
    color: #dc9caf;
}

.card {
    border: 0;
    margin-bottom: 60px
}

.card-header {
    color: white;
    background-color: #dc9caf;
}

.list-group .list-group-item {
    background-color: white;
    color: #dc9caf;
    font-size: 1.2em;
    border-color: #dc9caf;
}

.offcanvas {
    background-color: white;
    color: #dc9caf;
}

    .offcanvas .nav-link, .offcanvas .nav-link.active, .offcanvas a, .offcanvas a:visited {
        color: #dc9caf;
    }

    .offcanvas .dropdown-item {
        font-size: 1.5em;
    }

.specialicon {
    max-width: 75%;
}

.navbar-collapse .dropdown-menu {
    background-color: white;
    color: #dc9caf;
    border: 1px solid white;
}

