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;
    
    background: #fdf9dd;
    font-size: 16px;
    line-height: 1.7;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #171819;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

a, .text-link {
    color: #c36b00;
    text-decoration: none;
    background: transparent;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.ckbBGGreen {
    background-color: #2d5016;
}

.ckbBGBrown {
    background-color: #502d16;
}

h1, h2, h3, h4, h5,h6  {
    font-family: Besley;
    font-weight:900;
    color: #502d16;
    padding:20px 0px 20px 0px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.BesleyIt {
    font-family: Besley;
    font-weight: 800;
}