@font-face {
    font-family: 'Cooper';
}
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 {
    position: relative;
    font-family: 'Cooper', serif !important;
    margin-top: 0% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    margin-bottom: 0% !important;
    padding: 0% !important;
    max-width: 1920px !important;
    width: 100% !important;
    height: 100% !important;
}

.bg-gradient-thriftGreen {
    background-image: linear-gradient(310deg, #1d8206 0%, #17ad37 100%);
    color: #fff;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Cooper;
}

p, .p {
    font-family: Rockwell;
    font-size-adjust: 0.58;
}

li, .li {
    font-family: Rockwell;
}

span, .span {
    font-family: Rockwell;
}

.thriftGreen_logo_banner {
    color: #199920;
}