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 {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    margin-top: 6rem;
}

.navbar {
    background-color: #007bff;
    border-bottom: 0.2rem solid #0056b3;
    margin-bottom: 4rem;
    color:white;
}

.navbar-brand img {
    width: 40px;
    height: auto;
}

.navbar-nav .nav-link {
    font-size: 16px;
    color: white;
}

    .navbar-nav .nav-link.active {
        color: white;
        font-weight: bold;
    }

a {
    color: #007bff;
    text-decoration: none;
}

footer a {
    color: white !important;
    text-decoration: none;
}

.navbar-brand a{
    color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
