@media (max-width: 1299px) {
  figcaption {
    margin: -10px 0 0 -100px;
  }
}
@media (min-width: 1300px) {
  figcaption {
    margin: 50px 0 0 -100px;
    vertical-align: top;
  }
}
body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  color: white;
  background: rgb(193, 30, 29);
  background-image: url("./images/flame.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
p {
  margin: 5px 0;
  font-weight: 700;
}
h1 {
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 0.8;
  text-align: center;
}
h2 {
  font-style: italic;
  text-transform: uppercase;
  margin: 5px auto;
}
article {
  font-size: 2rem;
  text-align: center;
  margin: auto;
}
section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
button {
  font-family: "Fira Sans Condensed", sans-serif;
}
ol {
  text-align: left;
  margin: 0 25px;
  padding: 0 50px;
}
ol li {
  padding-left: 25px;
}
figcaption {
  display: inline-block;
  color: white;
  background: black;
  width: fit-content;
  padding: 15px;
  vertical-align: top;
}
figcaption p {
  font-size: 1.2rem;
  font-weight: 400;
}
figcaption ul {
  font-size: 1.2rem;
  font-weight: 100;
  padding-inline-start: 20px;
}
footer {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 100px;
}
footer p {
  font-weight: 400;
}
.tabs {
  overflow: hidden;
  border: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tab {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 2px solid #ccc;
  color: rgb(175, 175, 175);
  background-color: rgb(193, 30, 29);
  float: left;
  border: none;
  border-bottom: 3px solid white;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin: 10px;
  transition: 0.3s;
}
.tab:hover {
  background-color: rgb(150, 10, 9);
}
.tab.active {
  color: white;
  background-color: rgb(145, 9, 9);
}
.tabcontent {
  font-size: 1.5rem;
  display: none;
  padding: 6px 12px;
  margin: auto;
  text-align: center;
}
.content-description {
  width: 65%;
  margin: 25px auto;
}
.list-container {
  font-size: 2rem;
  padding-left: 25px;
}
.tabcontent ul {
  text-align: left;
  margin: 0 15%;
  list-style-type: "–";
}
.tabcontent ul li {
  padding-left: 25px;
}
.text-title {
  font-size: 4rem;
}
.text-light {
  font-weight: 200;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 900;
}
.text-italic {
  font-style: italic;
}
.font-large {
  font-size: 2rem;
}
.footer-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-row-item {
  margin: 0 10px;
  display: inline-block;
}
.footer-row-item.center {
  flex-grow: 0;
}
a {
  padding: 0 10px;
  color: lightyellow;
}
a:visited {
  color: yellow;
}
a:hover {
  color: maroon;
  background-color: lightyellow;
}
