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;
}

.sweeps-header {
    font-size: 18px;
    font-weight: 900;
    color: #0e8444;
    text-shadow: 1px 0 #f4df22;
}

.details-button {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    background-color: rgb(21, 133, 69);
    transition: 0.25s;
}

/* Custom breakpoint for navbar */
@media (max-width: 1560px) {
    .navbar-expand-custom .navbar-collapse {
        display: none !important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: block;
    }
}

@media (min-width: 1560px) {
    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-direction: row !important;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row !important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}
