* {
    font-family: 'Roboto', sans-serif;
}

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

nav .btn {
    list-style: none;
}

nav .btn a {
    color: inherit;
    text-decoration: none;
}

.nav-item.active>.nav-link {
    color: #3C5414 !important;
    color: #94C40C !important;
    color: #7A7C7C !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  
  background-color: #7A7C7C; /*Sirocco*/
  
 /* 
Sirocco
#7A7C7C

Clover
#3C5414

Cinnabar
#E7513C

Pistachio
#94C40C
*/
}

.footer .container ul {
    margin:0; padding:20px 0; color:white; list-style-type:none;
}

.footer .container ul li {
    display:inline-block; padding-right:25px;
}

.footer  a {
    color: #ffffff;
    text-decoration:underline;
}

.navbar-brand {
    padding: 10px 10px !important;;
    font-size: 10px !important;
    line-height: 14px !important;
    color: #d12102 !important;
}