html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    height: 100%;
    width: 100%;

    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    color: #383838;    
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #0a6834;
    color: #fff;
    overflow: hidden;
}

.footer a, .footer a:hover  {
    color: #fff;    
}

a { 
    outline: none; 
    color: #525252; 
    text-decoration: none;
}

.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-xxl {
    max-width: 1396px;
}

.hidden {
    display: none;
}

.f12 {
    font-size: 12px;
}
