body {
    background-color: rgb(255, 210, 168);

}

.navbar {
    background-color: black;
    padding: 0%;
}

.nav-link {
    color: #fc7aca;
    font-weight: bold;
    font-size: larger;
    padding-left: 12%;

}

/*  facebook link : https://web.facebook.com/roxy.s.cake.boutique.2023 */

.nav-link:hover {
    color: white !important;
    font-weight: bold;
    text-decoration: overline 3px;
}

#about {
    padding-top: 3%;
}

.fa {
    color: #fc7aca;
}

#about-card {
    background-color: rgb(255, 210, 168);
    color: #000;
    border-radius: 0;
    border-style: hidden;
}

.mb-3 {
    border: none
}

.col-md-2,
.col-md-10 {
    border-radius: 0%;
}

h6 {
    font-size: large;
    line-height: 1.7;
}

.card-header {
    background-color: #000;
    color: #fc7aca;
    border-radius: 0%;
    font-size: larger;
    font-weight: 600;
    font-family: 'Lucida Handwriting Std', sans-serif;
    letter-spacing: 3;
}

hr {
    color: #ffc0e7;
}

p {
    font-size: large;
    font-weight: 500;
    padding: 0%;
}

#about,
#menu,
#contact {
    padding-bottom: 2%;
}

#menu {
    background-color: #883368;
    padding-top: 3%;
}

#gallery {
    padding-top: 3%;
}

.carousel-indicators {
    /* Adjust this value to move the indicators up or down */

    /* Keep them centered horizontally */
    bottom: 170px;
    z-index: 10;
}


h1 {
    font-family: 'Lucida Handwriting Std', sans-serif;
    text-decoration: underline overline;
    text-underline-offset: .20em;
    font-weight: 600;
    color: black;
    animation: fadeIn 7s;

}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#c1,
#c2,
#c3,
#c4,
#c5,
#c6,
#c7,
#c8,
#c9,
#c10,
#c11,
#c12 {
    box-shadow: 6px 8px 18px -3px #0e0011;
    -webkit-box-shadow: 6px 8px 18px -3px #0e0011;
    -moz-box-shadow: 6px 8px 18px -3px #0e0011;
    border-radius: 0%;
    border: none
}

#menu-1,
#menu-2,
#menu-3,
#menu-4 {
    border-color: #000;
    border-radius: 0%;
    box-shadow: 6px 8px 18px -3px #0e0011;
    -webkit-box-shadow: 6px 8px 18px -3px #0e0011;
    -moz-box-shadow: 6px 8px 18px -3px #0e0011;
}

.card-body {
    background-color: #000;
    color: #ff8bd2;
    font-weight: 500;

}

img {
    border-radius: 0px;
}

h4 {
    font-family: 'Lucida Handwriting Std', sans-serif;
}

#Contact {
    background-color: #883368;
    padding-top: 2%;
}

.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

/****ICON BAR | SOCIAL LINKS****/
.icon-bar a {
    display: block;
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 9px;
    padding-top: 9px;
    transition: all 0.2s ease;
    color: rgb(97, 0, 97);
    font-size: 25px;
}

.icon-bar a:hover {
    background-color: #883368;
    color: #ff8bd2;

}

.fa,
.fa-brands {
    color: #fc7aca;
}

.facebook {
    background: rgb(36, 1, 36);
    line-height: 1;
}

.tiktok {
    background: rgb(68, 0, 68);
    line-height: 1;
}

.whatsapp {
    background: rgb(112, 0, 112);
    line-height: 1;
}


#contact-1,
#contact-2 {
    background-color: #883368;
    border-color: transparent;
    color: antiquewhite;
}

#donate-card {
    background-color: #883368;
}

footer{
    background-color: #883368;
    color: antiquewhite;
    padding: 1%;
    
}