:root {
    --link-color: #fafafa;
    --link-color-hover: #fff;
    --header-link-color: #789931;
    --accent-first-color: #789931;
    --header-background-color: #fafafa;
    --cc-btn-primary-bg: #000000 !important;
    --cc-btn-primary-text: #f5c3e4 !important;
}
html,
body {
    min-height: 100%;
    overflow: auto;
    letter-spacing: 2px;
}

body {
    background-image: url("../img/water-lily3.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

ul,
p {
    /* list-style: none; */
    margin-left: 0px;
    padding-left: 0px;
    font-weight: normal;
    line-height: 2.0rem;
    font-size: 1.5rem;
    color: var(--link-color);
}

header a {
    color: var(--header-link-color);
}

header .menu_holder {
    padding: 0rem 1.5rem;
    flex: auto;
}

ul {
    list-style-position: inside;
    text-align: left;
    margin-left: 3rem;
}

a {
    color: var(--link-color);
    font-weight: 600;
}

a:hover {
    color: var(--link-color-hover);
    text-decoration: none;
}

header {
    background-color: var(--header-background-color);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}



h1 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--link-color);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--link-color);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--link-color);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

img {
    border-radius: 25px;
    margin: 2rem;
}

a.navbar-brand {
    font-weight: 900;
    font-size: 2rem;
    line-height: 4.5rem;
    color: #789931;
    font-family: monospace;
}

a:hover.navbar-brand {
    color: #789931;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--link-color);
    color: var(--accent-first-color);
}

a.phone-block-header {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 5px 15px;
    border: 2px solid #789931;
    background-color: var(--link-color);
    border-radius: 25px;
    color: #789931;
}

a:hover.phone-block-header {
    background-color: #789931;
    border: 2px solid #789931;
    border: 2px solid var(--link-color);
    color: var(--link-color);
}

a.phone-block-body {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.5rem;
    border: 6px solid #789931;
    border: 6px solid var(--link-color);
    border-radius: 50px;
    padding: 10px 30px;
    color: var(--link-color);
}

a:hover.phone-block-body {
    background-color: #789931;
    border: 6px solid var(--link-color);
    color: var(--link-color);
}


section.main-section {
    min-height: 100%;
    overflow: auto;
    padding-top: 140px;
    margin-bottom: 3rem;
}

.blackback {
    margin: 1.5rem;
    padding: 3rem;
    flex: auto;
    background-color: rgba(0, 0, 0, 0.36);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;

}

/* index.html */
.social-icons {
    display: inline-block;
    margin: 0 10px;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border-radius: 50%;
    color: var(--link-color);
    font-size: 24px;
}
/* hover effect on social icons  */
a:hover .bi-facebook {
    fill: #1877f2;
    transform: scale(1.1);
    transition: all 0.3s ease;
}
/* Instagram icon hover with gradient */
a:hover .bi-instagram {
    /* Instagram gradient colors */
    fill: url(#instagram-gradient);
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Create the gradient */
.bi-instagram {
    transition: all 0.3s ease;
}
p.footer a,
p.footer {
    color: var(--accent-first-color);
    font-weight: 600;   
}

@media (max-width: 768px) {

    .blackback {
        padding: 1.5rem;
     }

    /* You can adjust the breakpoint as needed */
    a.navbar-brand {
        font-size: 1.1rem;
        line-height: 4.5rem;
    }

    a.phone-block-header {
        font-size: 1.1rem;
    }

    a.phone-block-body {
        font-size: 1.1rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    ul,
    p {
        font-size: 1rem;
    }

    /* .blackback{
        padding: 0.5rem;
    } */
    img {
        /*border-radius: 50% !important;*/
        margin: 2rem 0rem;
    }
}

@media (max-width: 1060px) {
    a.navbar-brand {
        font-size: 1.1rem;
        line-height: 4.5rem;
    }

    a.phone-block-header {
        font-size: 1.1rem;
    }

    a.phone-block-body {
        font-size: 1.1rem;
    }
}


/* Cookie settings */
#cookie_settings {
    background-color: rgb(255, 255, 255);
    background-color: #000000;
    color: #f5c3e4;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    right: 100px;
    bottom: 0px;
    font-size: 10pt;
    box-shadow: #f5c3e4 2px 2px 13px 0px;
    border: none;
    padding: 4px 13px;
}

#cookie_settings:hover {
    box-shadow: #161616ad 4px 4px 10px 4px;
    text-shadow: 1px 1px #f5c3e4;
}