p {
    color:black;
    background-color:white;    
}
a:link {
    color: #808b45;
    text-decoration:none;
}

a:visited {
    color: #502c25;
    text-decoration:none;
}

a:hover {
    color: #502c25;
    text-decoration:underline;
}

a:active {
    color: #502c25;
    text-decoration:underline;
}
body {
    font-family: Arial,sans-serif;
   } 
.custom-font-Mr-Dafoe {
    font-family: 'Mr Dafoe', cursive;
}
.custom-dark-green {
    color:#808b45;
}
.custom-bg-dark-green {
    background-color:#808b45;
}
.custom-dark-brown {
    color:#502c25;
}
.custom-bg-bisque {
    background-color:#FFFFFF;
}
.custom-menu {
    color: #502c25;
    text-decoration:none;
}

.custom-menu:hover {
    color: #502c25;
    text-decoration:underline;
}

.custom-menu:focus {
    color: #502c25;
    text-decoration:none;
}

.custom-menu:active {
    color: #502c25;
    text-decoration:underline;
}

.custom-menu.active {
    text-decoration:underline;
    font-size: 2 rem;
}
}
.custom-btn-yellow {
    color:#EFDD9C
}
.custom-btn-yellow {
    color: #EFDD9C;
    background-color: #EFDD9C;
    border-color: #EFDD9C;
}

.custom-btn-yellow:hover {
    color: #EFDD9C;
    background-color: #E181AC;
    border-color: #EFDD9C;
}

.custom-btn-yellow:focus {
    color: #EFDD9C;
    background-color: #EFDD9C;
    box-shadow: 0 0 0 0.2rem #EFDD9C;
}
.custom-font-size-double {
    font-size: 2.5rem !important;
}

.custom-font-size-medium-2 {
    font-size: 1.1rem;
    !important!
}
.custom-font-size-medium {
    font-size: 1rem;
}
}
.custom-btn-pink {
    color:#EFDD9C
}
.custom-btn-pink {
    color: #c99a5b;
    background-color: #e9bc8b;
    border-color: #502c25;
}

.custom-btn-pink:hover {
    color: #c99a5b;
    background-color: #f4be69;
    border-color: #EFDD9C;
}

.custom-btn-pink:focus {
    color: #f4be69;
    background-color: #f4be69;
    box-shadow: 0 0 0 0.2rem #f4be69;
}
.custom-pink {
    color:#e9bc8b;
}
.custom-border-dotted {
    border-style:dotted;
    border-color: #E181AC;
}
custom-border-large {
    border-width:9px;
}
.custom-shadow-down {
    box-shadow: 3px 3px 3px 3px #fadfb5;
    
}
.custom-border-pink {
    border-color: #e9bc8b;
}
.custom-font-Playfair-Display{
    font-family: 'Playfair Display', serif;}
