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;
}
.button-disappearer {
    border: 0;
    padding: 0;
}
.app-buttons {
    border: 0;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .button-disappearer {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .lets-see-it-on-desktop {
        display: none;
    }
}
.lets-see-it-on-desktop {
    position: relative;
}
.top-app-button-group {
    position: absolute;
    bottom: 10%;
    left: 34%;
}
.footer-app-button-group {
    position: absolute;
    bottom: 30%;
    margin: auto;
    width: 100%;
    text-align: center;
    align-content: center;
}
.footer-app-button {
    max-width: 100%;
    height: 3.5vw;
}
.top-buttons {
    max-width: 100%;
    height: 5vw;
}