body {
  font-size: 1.1em;
  font-family: Inter;
  background-color: #EAEAEA;
  color: #121212;
}
body .active {
  display: block;
}
body .hidden {
  display: none;
}
body h1 {
  color: #3d7f89;
  margin-bottom: 20px;
}
body h2 {
  color: #54b7d4;
}
body h3 {
  color: #4a9e5a;
}
body h4 {
  color: #706fa5;
}
body h2, body h3, body h4 {
  margin-bottom: 5px;
}
body a {
  color: #3d7f89;
}
body code, body pre {
  font-size: 1.15em;
}
body #bootstrap-pacman {
  margin-bottom: 10px;
  padding: 5px;
  display: block;
  border-style: solid;
  border-color: #706fa5;
  border-width: 1px;
}

nav {
  padding-bottom: 20px;
  margin-top: 10px;
}
nav #nav-items {
  border-bottom-color: #4a9e5a;
  border-radius: 2px;
  border-bottom-style: solid;
}
nav .navbar-toggle {
  float: right;
}
nav .navbar-toggle #hamburger {
  fill: #3d7f89;
}
nav #favicon {
  display: inline-block;
  width: 50px;
}
nav ul {
  padding-left: 0;
  display: none;
  list-style-type: none;
}
nav ul li {
  text-align: center;
  margin: 15px auto;
}
nav ul li a {
  text-decoration: none;
  font-size: 1.5em;
  padding: 5px;
}
nav ul li a:hover {
  color: #EAEAEA;
  background-color: #54b7d4;
}

#warning {
  color: #d03a2b;
}

.note {
  color: #e0c230;
}

.main-content {
  margin: 0 20px 20px 20px;
}
.main-content .centered {
  text-align: center;
}
.main-content li {
  line-height: 2em;
}
.main-content p {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.entry-item {
  margin-bottom: 10px;
}
.entry-item strong {
  color: #4a9e5a;
}

.anon_pepe {
  width: 200px;
  height: auto;
}

.wrap-text {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.welcome-text {
  color: #706fa5;
}

.tool-form label {
  display: block;
  color: #706fa5;
  font-size: 1.65em;
}
.tool-form input {
  display: block;
  width: 80%;
  font-size: 1.65em;
  margin-bottom: 10px;
}
.tool-form button {
  background-color: #3d7f89;
  border: none;
  color: white;
  padding: 10px;
  font-size: 1.35em;
  margin-top: 5px;
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
}

.custom-table th,
.custom-table td {
  border: 1px solid #ddd; /* light gray */
  padding: 8px;
  text-align: left;
}

.custom-table th {
  background-color: #f9f9f9;
  font-weight: bold;
}

@media only screen and (min-width: 900px) {
  .main-content {
    width: 60vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 470px) {
  .tool-form input {
    width: 330px;
  }
}

/*# sourceMappingURL=main.css.map */
