@import url("https://gov.content.powerapps.us/resource/powerappsportal/fonts/open-sans/v34/400.css");
@import url("https://gov.content.powerapps.us/resource/powerappsportal/fonts/open-sans/v34/400-italic.css");
@import url("https://gov.content.powerapps.us/resource/powerappsportal/fonts/open-sans/v34/700.css");
@import url("https://gov.content.powerapps.us/resource/powerappsportal/fonts/open-sans/v34/700-italic.css");
@import url("https://gov.content.powerapps.us/resource/powerappsportal/fonts/open-sans/v34/600.css");
@import url("https://gov.content.powerapps.us/resource/powerappsportal/fonts/open-sans/v34/600-italic.css");

body {
  font-family: 'Open Sans';
  font-size: 20px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-size: 15px !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: rgb(231, 238, 236);
    text-decoration: none; 
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(42, 44, 46);
    text-decoration: none; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #277493;
  color: rgb(231, 238, 236);
  text-decoration: Underline; }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #277493;
  color: rgb(231, 238, 236);
  text-decoration: Underline; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #277493;
  color: rgb(231, 238, 236);
  text-decoration: Underline; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
  background-color: #277493;
  color: rgb(231, 238, 236);
  text-decoration: Underline; }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  background-color: #277493;
  color: rgb(231, 238, 236);
  text-decoration: Underline; }

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: rgb(231, 238, 236);
  color: rgb(42, 44, 46);
  text-decoration: Underline; }
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: rgb(231, 238, 236);
  color: rgb(42, 44, 46);
  text-decoration: Underline; }

.navbar-inverse .navbar-nav > .open > a {
  color: rgb(42, 44, 46);
  background-color: rgb(231, 238, 236);
  text-decoration: Underline; }
.navbar-inverse .navbar-nav > .open > a:hover {
  color: rgb(42, 44, 46);
  background-color: rgb(231, 238, 236);
  text-decoration: Underline; }
.navbar-inverse .navbar-nav > .open > a:focus {
  color: rgb(42, 44, 46);
  background-color: rgb(231, 238, 236);
  text-decoration: Underline; }

/*.btn-primary:hover {
  color: #2A2C2E !important;
  background-color: #E58700 !important;
  border-color: #E58700 !important;
}*/




