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: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}


.h2-purecontrol {
    color: #404040;
    float: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 3px solid rgba(255,234, 68, 1);
}

.nav-top-vertical {
    padding: 0 0 10px 0;
}

.fancy {
    color: #404040;
    display: inline-block;
    border-bottom: 3px solid rgba(255,234, 68, 1);
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-right: 2px;
    position: relative;
    float: none;
    text-transform: uppercase;
    font-weight: 400;
}

.fancy.long {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 0;
}

.navbar-brand {
    color: white;
}

.bs-navbar-color {
    background-color: rgba(30, 156, 214, 255);
}

a {
    color: rgba(30, 156, 214, 255);
    text-decoration: underline;
}
.nav-link {
    color: white !important;
    /*
    --bs-link-color: white;
    --bs-link-color-rgb: 255,255,255;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
        */
}

:root {
    --nav-link-color: white;
}
