
.background {
  background-image: unset !important;
}

.footer {
  background-image: unset !important;
}

/* change list classes index */

#index {
  order: 1;
  position: fixed;
  top: 0;
  left: 0;
  padding: 45px;
  font-size: 110%;
}


#index ul {
  list-style-type: none;
}

#index a {
  color: #c6c6c6;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}

#index a:hover {
  color: white;
}

@media (max-width: 1550px) {
  #index {
    display: none;
  }

}

/* TODO: Find out what this is for */
    /* margin-left: 0;
  }
} */
