﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

 Provide sufficient contrast against white background 
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

body {
    padding-bottom: 20px;
}

.navbar {
    margin-bottom: 20px;
    background-color: #336699;
}

.navbar-toggler:hover {
    border-color: black;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}

.navbar-brand {
    color: #E0E0E0;
}

.navbar-brand:hover {
    color: #FFFFFF;
}

.nav-link {
    color: #E0E0E0;
}

.nav-link:hover {
    color: #FFFFFF;
}

.nav-link:focus {
    color: #FFFFFF;
}

.dropdown-item {
    background-color: #FFFFFF;
    color: #000000;
}

.dropdown-item:hover {
    background-color: #336699;
    color: #FFFFFF;
}
