
h1, .h1 {font-size:30px; color: #1a4871;}
h2, .h2 {font-size:26px; color: #1a4871; margin-top:20px;}
h3, .h3 {font-size:24px;}
h4, .h4 {font-size:22px;}
h5, .h5 {font-size:20px;}
h6, .h6 {font-size:18px;}


.text-primary {
    --bs-text-opacity: 1;
    color: #3284c0 !important;
}

.bg-primary{
 background-color: #3284c0 !important;
 padding:20px 10px;
 border-bottom: 2px solid #1a4871
}
.btn-primary {
    background-color: #1a4871 !important;  
    border-color:#1a4871 !important; 
}

.bg-secondary{
    background-color: #ececec !important;
    padding:20px 10px;
    border-bottom: 2px solid #CCC
   }
.btn-secondary {
    background-color: #ececec !important;  
    border-color:#CCC !important; 
}

section {
    padding:30px;
    margin-left:-1.5rem;
    margin-right:-1.5rem;
}
section:nth-child(even) {background: #fafafa}

input[type=range] {
    height: 22px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #FFFFFF;
    border-radius: 10px;
    border: 0px solid #000000;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #3284C0;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5.5px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FFFFFF;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #FFFFFF;
    border-radius: 10px;
    border: 0px solid #000000;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #3284C0;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #FFFFFF;
    border: 0px solid #000000;
    border-radius: 20px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #FFFFFF;
    border: 0px solid #000000;
    border-radius: 20px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #FFFFFF;
    border: 1px solid #FFFFFF;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    background: #3284C0;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #FFFFFF;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #FFFFFF;
  }
  
  #crop_to_forage_display_current {
    background: #3284c0;
    border-radius: 20px;
    padding: 2px 10px 1px;
    color: #FFF;
    font-size: 13px;
  }