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 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
    background: #e6ffff;
}

a {
    text-wrap: balance!important;
}
/* Poppins font */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ElmsSans font */
@font-face {
    font-family: 'ElmsSans';
    src: url('../fonts/ElmsSans.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* StackSansText font */
@font-face {
    font-family: 'StackSansText';
    src: url('../fonts/StackSansText.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

.table-responsive {
    font-optical-sizing: auto;
    font-weight: normal;
    font-size: 14px;
    overflow-x: initial;
}
.text-blue {
    color: #0080B6
}
/* Header */
.header {
    background: linear-gradient(90deg, #4ea642, #68be54);
    color: white;
    padding: 10px 0;
    font-size: 14px;
}

    .header img {
        height: 85px;
    }    

    .header small {
        font-size: 13px;
    }

    .header .navbar-brand {
        color: #FFF !important;
        font-size:inherit!important;
    }
    .border-bottom {
        border-bottom: 2px solid #d5d9dd !important;
    }

footer {
    font-size: 14px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border-top: 2px solid #d5d9dd !important;
}
.subtitle1 {
    color: #307a21;
    font-size: 1.1rem;
    font-weight: 600;
}
.subtitle2 {
    background: #307a21;
    color: #FFFFFF;
    font-size: 1rem;
}
.subtitle3 {
    background: #307a21;
    color: #FFFFFF;
}
    .subtitle3:hover {
        background: #236216;
        color: #FFFFFF;
    }
.subtitle4 {
    color: #307a21;
    font-size: 0.95rem;
    font-weight: 600;
}
.btn-success {
    color: #fff;
    background-color: #307a21 !important;
    border-color: #307a21!important;
}
    .btn-success:hover {
        color: #fff;
        background-color: #236216 !important;
        border-color: #236216!important;
    }

.h5, h5 {
    font-size: 1.1rem!important
}

.card {
    margin-bottom: 10px !important;
}
.card-body{
    padding:5px 0;
}
.card-text {
    text-align: center;
    font-size: 14px;
}
/*.fixed-thumb {
    height: 200px!important;
}*/
.title-border {
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
}


.menu-btn {
    background: #ffffff;
    margin-bottom:5px;
}

.navbar-toggler{margin-bottom:10px;}

.menu-btn:hover {
    background: #e6ffff;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 25px!important;
}
.form-select{
    font-size:14px!important;
}
.form-control {
    font-size: 14px !important;
}
