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;
}


.footer {
    bottom: 0;
    background-color: rgb(36, 40, 44); /*#113A5A*/
    ;
    color: rgb(204, 204, 204);
    padding-left: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
}

    .footer a {
        color: rgb(112, 191, 229);
    }

a {
    text-decoration: none;
}

h1, h2, h3 {
    font-family: Montserrat, Barlow;
    font-weight:700;
}