html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .home-project-img {
    max-width: 450px !important;
  }
}

@media (max-width: 600px) {
  .mp3player-img {
    max-width: 350px !important;
  }
}

@media (max-width: 600px) {
    .responsive-stack {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .responsive-stack > * {
        margin-bottom: 10px;
    }
}

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

/* Ensure footer sticks to bottom */
.footer {
  padding: 1rem 0;
}