html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 30px;
}

body a:visited, a:hover, a:focus, a:active{
  text-decoration: none;
  color: inherit;
}

.navbar-nav {
  width: calc(100vw - 32px);
  padding-bottom: 5px;
}

.navbar-brand {
  position: absolute;
  top: calc(0px + 8px);
  padding: 8px;
}

.move-right a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    position: relative;
    top: 0;
  }

  .move-right a {
    display: block;
  }
}

.site-color-dark {
  background-color: #212a31;
}
.site-color-lt-dark {
  background-color: #2e3944;
}

.site-color-bold {
  background-color: #124e66;
  color: white;
}

a.link{color: #ffffff; text-decoration: none;}

.site-color-muted {
  background-color: #748d92;
}
.site-color-neutral {
  background-color: #efefef;
}

.main-body-container
{
  padding-top: 10px;
  padding-left: 15px;
  width: 100vw;
  height: 100vh;
}


