
.logo {
  display: block;
  text-align: center;
  margin:10px auto;
  max-width: 90%;
}

.main-title {
  text-align: center;
  width: 100%;
  height: 150px;
  background: red;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 4em;
  margin: 25px 0 50px 0;
}

main {
  font-size: 1.6em;
}

section {
  padding: 60px 0;
}

section h3::before {
  content: '/';
  font-weight: bolder;
  font-size: 1.2em;
  padding: 0 15px 0 5px;
  font-family: Anton;
  vertical-align: sub;
  color: red
}

section h3 small {
  font-size: 55%;
  display: block;
  font-weight: lighter;
  margin-left: 50px;
}

@counter-style rejekts-list {
  system: cyclic;
  symbols: "\2716";
  suffix: " ";
}

ul {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

li {
  list-style-type: rejekts-list;
  list-style-position: outside;
  margin: 0 0 10px 30px;
}

li::marker {
  color: red !important;
  font-size: 1.2em;
}

li h4 {
  margin: 0;
}
li p {
  padding-left: 30px;
  margin: 0;
}

tfoot td {
  border: none !important;
  font-weight: bold !important;
  font-size: 1.2em !important;
  border-top: 4px solid #e0e0e0 !important;
}
table tbody tr > td:not(:first-child) {
  color: red;
}

table tr > td:not(:first-child) {
  text-align: center !important;
  font-size: 0.8em;
}

.small {
  font-size: 0.6em;
  display: block;
  width: 65%;
  margin: 15px auto;
  font-weight: lighter;
  font-style: italic;
}

section:nth-of-type(even) {
  background: red;
  color: white;
}

section:nth-of-type(even) li::marker {
  color: black !important;
}

section:nth-of-type(even) h3::before {
  color: black !important;
}

footer {
  margin-top: 4em;
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  background: #f3f3f3;
  padding: 40px 0;
  line-height: 2.5em;
}
