html, body {
  height: 100% !important;
}

.leftside {
  display: inline-block;
  width: 85%;
}

@media (min-width: 768px) {
  .leftside {
    display: inline-block;
    width: 70%;
  }
}

@media (min-width: 576px) {
  .leftside {
    display: inline-block;
    width: 50%;
  }
}

.rightside {
  display: inline-block;
}

.columnpadder {
  margin-top: 20px;
}

.menuitem {
  font-family: 'Bellefair';
}

#number {
  font-family: 'Bellefair';
}

.navbar.navbar-light.navbar-expand-md.navigation-clean-button {
}

#about {
  font-family: 'Bellefair';
}

#title {
  font-family: courier;
}

.menuitem p {
  margin-bottom: 2px;
}

* {
  box-sizing: border-box;
}

#mudhead {
  font-family: 'Bellefair';
}

