@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
        url('fonts/lato-light-webfont.woff') format('woff'),
        url('fonts/Lato-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('fonts/Bree-Regular.eot');
    src: url('fonts/Bree-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Bree-Regular.woff2') format('woff2'),
        url('fonts/Bree-Regular.woff') format('woff'),
        url('fonts/Bree-Regular.svg#Calibri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

footer a {
  color:#FBBA00!important;
}


html, body, input, button, select, textarea, p {
    font-family: Helvetica,Arial,sans-serif!important;
    font-size: 1.1rem;       
    line-height: 1.6;
    font-weight: 500;
    color: inherit;
}

span {
    font-family: Helvetica,Arial,sans-serif!important;
    font-size: 1.1rem;       
    line-height: 1.6;
    font-weight: 500;
    color: inherit;
}

/* Fix voor Font Awesome */
span.fas, span.far, span.fab, span.fal {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}


ul, li, ol, optgroup, option {
    font-family: inherit;
    font-size: inherit;    
    font-weight: inherit;
    /*color: #495057!important;*/
}

/* Kopteksten - Desktop */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bree', Helvetica,Arial,sans-serif!important;
    color: #0B4D46;
    font-weight: 400;
    margin: 0 0 1em;
}

/* Tablet - onder 768px */
@media screen and (max-width: 768px) {
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.5rem; }
    h3 { font-size: 1.25rem; }
    h4 { font-size: 1.1rem; }
    h5 { font-size: 1rem; }
    h6 { font-size: 0.9rem; }
}

/* Mobiel - onder 576px */
@media screen and (max-width: 576px) {
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.15rem; }
    h4 { font-size: 1rem; }
    h5 { font-size: 0.95rem; }
    h6 { font-size: 0.85rem; }
}



/* FOOTER */
#t3-footer {
  font-size: 0.9rem;
  position: relative;
  z-index: 1000;  
  padding-top: 40px !important;
  background-color: #0B4D46 !important;
/*  color:white;  */
}

/* LOGIN PAGINA */
.login-background {
  background-color:#e6fffc!important;
}

.login-box,
  .register-box {
    max-width: 360px!important;
    margin: 7% auto!important;
}

.font-logo { 
    letter-spacing: -0.5px!important;
}


/* LAYOUT */
.layout-boxed {
  background:#cccccc!important;
  background-color:#F4FBFE!important;
}
.bg-login {
  background-color:#F4FBFE;
}

@media (max-width: 767px) {
  .bg-login {
    background:#F4FBFE!important;
  }
}

.footer-text {
  font-family: inherit!important;
  font-size:0.9rem!important;
  line-height:2!important;
  color:white!important;
  padding:10px;
  
}

.login-screen h1, h2, h3, h4, h5, h6 {
  color: #14998D !important;
}


a {
  color: #11635a;
}
a:hover {
  color: #0B4D46;
}

a.brand-link {
  color: #fff !important;
}
a.brand-link:hover {
  color: #fff !important;
}
.footer-text a:hover {
  color: #fff !important;
}
