﻿
.nav-link-selected {
    color: darkblue !important;
    background: white;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
}

.nav-link {
    color: white !important;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    margin-left: 3px;
}

    .nav-link:visited {
        color: white !important;
        font-size: 15px;
        padding: 10px;
        text-decoration: none;
        font-weight: 400;
    }

    .nav-link:hover {
        color: darkblue !important;
        background: white;
    }

.dropdown-item:hover {
    color: white;
    background: #3f51b5;
}

/* Style buttons */
.btn {
    background-color: RoyalBlue; /* Blue background */
    border: 1px solid white; /* Remove borders */
    color: white; /* White text */
    cursor: pointer; /* Mouse pointer on hover */
    transition: 0.3s;
}

    /* Darker background on mouse-over */
    .btn:hover {
        background-color: cornflowerblue;
    }


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: rgb(255,102,203);
}
