h1 {
  color: #1E5239;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

h2 {
  color: #1E5239;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase; }

body {
  background-image: url("/assets/img/thirty-drinks.svg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F3F0EC; }

.menu {
  width: 90vw;
  margin: auto;
  display: flex;
  justify-content: space-between; }

.menu a {
  color: #1E5239;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 25px; }

/* Change the color of links on hover */
.menu a:hover {
  background-color: #1E5239;
  color: #F3F0EC; }

.menu a:active {
  background-color: #1E5239;
  color: #F3F0EC; }

#content-area {
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: center; }

#article-content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px; }

ul {
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

p, ol {
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal; }

footer {
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-align: center;
  padding: 15px 0px; }

img {
  display: flex;
  margin: auto; }

.playlist-button-img {
  width: 300px;
  height: auto; }

.header-img {
  margin: 30px auto; }

@media (max-width: 600px) {
  .playlist-button-img {
    width: 50vw;
    height: auto; }

  .header-img {
    width: 90vw;
    height: auto;
    margin: 30px auto; } }
.color-palette-img {
  width: 60%; }

#sub-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 5px; }

#color-palette {
  margin-bottom: 0px; }

#four-oh-four {
  text-align: center; }

.flight-img {
  width: 100%;
  vertical-align: bottom;
  margin: 5px; }

th {
  padding: 5px;
  vertical-align: bottom; }

td {
  padding: 5px;
  vertical-align: top;
  font-family: "Josefin Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal; }

.welcome-banner {
  width: 85%;
  border-radius: 50px; }

.hidden {
  display: none; }

.reveal::before {
  content: '';
  background: url("/assets/img/newbadge.svg");
  display: inline-block;
  height: 50px;
  width: 50px;
  background-size: 50px 50px; }
