html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('/fonts/Cinzel.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CinzelDecorative';
    src: url('/fonts/CinzelDecorative.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.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;
    font-family: Poppins;
    background-image: linear-gradient(to bottom right, #FFFFFF, #CEE7AE);
}

footer {
    background-color: #7D9E49;
    color: white;
    font-size: clamp(8px, 2vw, 16px);
}

header {
    background-color: #7D9E49;
    color: white;
}

footer a {
    color: white !important;
}

.title-name {
    font-family: CinzelDecorative;
}

.slogan {
    font-family: Cinzel;
    font-size: 24px;
    margin-top: -40px;
}

.dropdown-item, .dropdown-item:visited, dropdown-item:active {
    color: white;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #2D4E00;
    }

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd !important;
}

.navbar {
    background-color: transparent;
    color: white;
}

.nav-link, .nav-link:visited, nav-link:active {
    color: white;
}

.nav-link:hover, .nav-link:focus {
    color: #2D4E00;
}

.nav-link.disabled, .nav-link:disabled {
    color: #adb5bd !important;
}

.dropdown-menu {
    background-color: #6D8E39;
    margin-top: -5px !important; 
}

.dropdown-item:hover {
    background-color: #8DAE59;
}

.nav-link {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

a, a:visited {
    color: darkolivegreen;
}

a:hover {
    color: olive;
}