html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar.navbar-inverse {
/*    style ="display: inline; padding-top: 0px; padding-bottom: 0px;"
*/
  display: inline;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*NSHE ID Popup*/
div#pop-up {
    display: none;
    position: absolute;
    width: 280px;
    padding: 10px;
    background: #eeeeee;
    color: #000000;
    /* border: 1px solid red;*/
    font-size: 90%;
}

a#trigger {
    font-weight: normal;
    color: #333;
}

#trigger:hover {
    text-decoration: none; /* Remove underline on hover */
}

a:focus-visible, #menu-button:focus-visible {
    text-decoration: none;
    border: solid 2px #fff !important;
    outline: solid 2px #b10202 !important;
    outline-offset: 1px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.website-title h1 a:focus-visible {
    padding: 14px 0;
}

#menu-button:focus-visible {
    outline-offset: -4px !important;
}

.labelBlockTitle {
    font-weight: bold;
    display: inline-block;
    font-size: 1.5em;
    margin: 5px 5px;
    /* background-color: rgba(72,77,81,.94); */
}