body, html, p {
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

/*span.navbar-toggler-icon {
  color: #FFF !important;
  border: none !important;
}

.navbar-toggler-icon {
  color: #FFF !important;
  background-color: #FFF;
  border: none !important;
}
*/

.crowded td, .crowded th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
@media (max-width: 899px) {
    .crowded td, .crowded th {
        padding: .5rem !important;
        font-size: 0.9rem;
        word-wrap: break-word;
    }
    .crowded {

    }

}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}