html {
  font-size: 14px;
  font-family: Arial;
}

@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;
    background-color: #e9eef1;
}

h1, .h1 {
    font-family: "LF Press Sans" !important;
    font-size: 2.25rem;
    font-weight: 700;
}

.body2 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
}

.agroid-header {
    height: 80px;
    padding: 12px 32px;
    position: sticky;
    z-index: 3;
    top: 0;
}

.background-primary {
    background: #004363;
}

.background-white {
    background: #FDFDFD;
}

.header-container {
    display: flex;
    gap: 32px;
    align-items: center;
}

.agroid-logo-base {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.agroid-card {
    padding: 32px;
    box-shadow: 0 6px 8px -6px rgba(26, 26, 26, 0.12), 0 8px 16px -6px rgba(26, 26, 26, 0.08);
    background: #FDFDFD;
    min-height: 200px;
    border-radius: 8px;
}


.agroid-text-primary {
    color: #004363 !important;
    text-decoration-color: #004363 !important;
}

.agroid-text-white {
    color: #FDFDFD !important;
    text-decoration-color: #FDFDFD !important;
}

.agroid-text-black {
    color: #1A1A1A !important;
    text-decoration-color: #1A1A1A !important;
}


@media only screen and (max-width: 960px) {
    .agroid-header {
        padding: 8px;
        height: 70px;
    }

    .header-language-selector {
        display: none !important;
    }

    .header-container {
        gap: 0;
    }
}