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;
}

/*.typewriter h1 {
  overflow: hidden;*/ /* Ensures the content is not revealed until the animation */
  /*border-right: .15em solid;*/ /* The typwriter cursor */
  /*border-color: white;
  white-space: nowrap;*/ /* Keeps the content on a single line */
  /*animation: typing 3.5s steps(40, end);
}
.typewriter-second h1 {
    overflow: hidden;*/ /* Ensures the content is not revealed until the animation */
    /*border-right: .15em solid;*/ /* The typwriter cursor */
    /*border-color: white;
    white-space: nowrap;*/ /* Keeps the content on a single line */
    /*animation: typing 3.5s steps(40, end);
    animation-delay: 3s;*/ /* align delays for each animation */
    /*animation-fill-mode: forwards;
    opacity: 0
}*/

/* The typing effect */
/*@keyframes typing {
  from { width: 0; opacity:0 }
  to { width: 100%; opacity: 1}
}*/