.display-5 {
    font-size: 2.5rem;
}
.display-6 {
    font-size: 1.5rem;
}

h1 {
    color: midnightblue;
}

header h1  {
    color: midnightblue;
    text-align: center;
}

.display-2, .display-6 {
    margin-bottom: 1px;
}

.navbar-brand {
    color: white;
}

body {
    background-color: #F5F5F5;
}

.list-group a {
    text-decoration: none;
}

.list-group-item:hover {
    background-color: #C9C7C7;
}

.header-links {
    color: midnightblue;
    text-decoration-color: midnightblue;
}

.sidebar-link {
    color: midnightblue;
}

/* .limited-login input {max-width: 25%}
.limited-create-client {max-width: 50%;} */

.list-group-item a {
    color: black;
}

.list-group-item:hover, .list-group-item a:hover {
    background-color: #007BFF;
    color: white;
}

header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom right, white, #56a0d3);
}


.container-fluid {
    padding: 0px;
}

img {
    margin-top: 0px;
}

nav {
    background-color: midnightblue;
}

.nav-item, .dropdown-toggle {
    color: #F5F5F5;
}

.nav-item:hover, .dropdown-toggle:hover {
    color: #56a0d3;    
}

.navbar-nav {
    margin-right: -5px;
}

/* Set the border color */
         
.custom-toggler.navbar-toggler {
    border-color: white;
}
/* Setting the stroke to green using rgb values (0, 128, 0) */
 
.custom-toggler .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, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#home-link {
    padding-left: 0px;
    margin-right:20px;
}

p {
    font-size: 1.1em;
}


