body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #010101;
}

a {
  text-decoration: none;
  color: #FFC000;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

.banner {
  width: 100%;
  max-width: 729px;
  max-height: 140px;
}

.logo {
  height: 40px;
  width: 40px;
}

.facebook-btn {
  background-color: #0866FF;
  color: white;
}

.facebook-btn:hover{
  cursor: pointer;
}

.facebook-logo {
  height: 30px;
  width: 30px;
}

.container-fluid {
  background-color: #FFC000;
}

.navbar-brand {
  color: #010101;
}

.top {
  background-color: #FFC000;
}

.footer {
  background-color: #FFC000;
}

nav {
  
  background-color: #FFC000;
}

.nav-link {
  color: #010101;
  font-size: x-large;
}

.nav-link.active {
  color: #010101;
}

.nav-link.disabled {
  color: #010101;
}

.btn-custom {
  background-color: #FFC000;
}

.text-body-custom {
  color: #FFC000;
}

.icon-body-custom {
  color: #FFC000;
  height: 25px;
  width: 25px;
}

.icon-body-custom-mini {
  color: #FFC000;
  height: 20px;
  width: 20px;
}

.icon-body-custom-grey {
  color: grey;
  height: 25px;
  width: 25px;
}

.list-group-item {
  display: flex;
  align-items: center;
}

.btn-link-custom {
  color: #FFC000;
}

.btn-link.custom {
  color: #FFC000;
  text-decoration: none;
}

.btn-link.custom.disabled {
  color: #010101;
  text-decoration: line-through;
}

a.disabled {
  cursor: default;
  color: #bebebe;
  text-decoration: line-through;
}

.btn-custom-fill {
    text-decoration: none;
    color: #FFC000;
}

.btn-custom-fill {
    text-decoration: none;
    color: #FFC000;
}

#meeple {
  padding: 30px 0px;
  background: url() no-repeat bottom right;
}

.jumbo {
  padding-top: 3rem;
}

.ctn {
  padding-top: 60px;
}

.red {
  color: darkred;
}