html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.first
{
    color: #B6121B;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}

ul.no-bullets {
    list-style: none; /* Remove bullets */
    margin:0;
    padding:0;
}

ul:before {
    content: attr(aria-label);
    font-size: 2rem ;
    font-weight: 500;
}   
.bg-footer {
    background-color: #707070;
}