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;
}

header {
    background-color: #2F8D48;
    font-weight: bold;   
}

main {
    flex: 1;

    padding-bottom:260px;
}

    header > nav > div > a {
        color: #FFFFFF;
        text-decoration: none;
    }
    header > nav > div > a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    header > nav > div > div >ul >li> a {
        color: #FFFFFF;
        text-decoration: none;
    }

        header > nav > div > a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }




.footer-fix {
    width: 100%;
    /*float: left;*/
    height: auto;
    white-space: nowrap;
    opacity: 1;
    background-color: #115E32;
    background-image: none;
    background-position: left top;
    overflow:;
    display: block;
    color: white;
}

footer > div > h5 {
    padding: 10px 0px 10px 0px;
    font-size: 1.125em;
    color: #E2BB48;
    text-align: left;
    margin: 0px;
    font-weight: bold;
}

footer > div > ul > li > a {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-color: transparent;
    width: auto;
    height: auto;
    text-overflow: ellipsis;
    line-height: normal;
    padding-top: 2px;
    padding-bottom: 2px;

}

footer > div > ul > li > a:hover {
    color: #ff0000;
}


