.menu-logo {
  max-width: 60%;
  height: auto;
}

.menu-card-large .menu-poster {
  height: 675px;
}

.menu-text {
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  margin-top: 10px;
  text-align: center;
}

.menu-spacer-small {
  height: 20px;
}

/* --------------------------------------------------------------------------- */
.timeline {
  color: #373a41;
  padding: 50px 20px;
  position: relative;
  width: 75%;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 160px;
  width: 2px;
  background-color: #373a41;
  z-index: 0;
}
.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.timeline-year {
  font-family: 'AGForeignerBoldItalic';
  width: 100px;
  text-align: right;
  font-size: 30px;
  font-weight: bold;
  padding-right: 20px;
}
.timeline-line-layer {
  width: 40px;
  position: relative;
}
.timeline-dot {
  width: 10px;
  height: 10px;
  background-color: #373a41;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.timeline-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.timeline-text-a {
  font-family: 'AGForeignerBoldItalic';
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.timeline-text-b {
  font-family: 'AGForeignerBoldItalic';
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
/* --------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------- */
.cbc-socials {
  font-family: 'AGForeignerBoldItalic';
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.cbc-socials-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cbc-socials-subtext {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.cbc-socials-qr-container {
  margin-bottom: 20px;
}

.cbc-socials-qr {
  height: auto;
  width: 60%;
  border-radius: 10px;
}

.cbc-socials-button-container {
  text-align: center;
}

.cbc-socials-button {
  display: inline-block;
  background-color: #BA2D33;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cbc-socials-button:hover {
  background-color: #EFEFEF;
  color: #BA2D33;
}
/* --------------------------------------------------------------------------- */






/* --------------------------------------------------------------------------- */
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cbc-title {
  color: #000000ff;
  font-size: 40px;
  font-weight: 600;
  font-family: 'AGForeignerBoldItalic';
  line-height: 120%;
  text-align: center;
}

.subject {
  color: #000000ff;
  font-size: 20px;
  font-family: 'AGForeignerBoldItalic';
  line-height: 150%;
}

.spacer {
  height: 40px;
}

.cbc-logo {
  width: 600px;
  height: 200px;
}

.cbc-pic {
  width: 100%;
  height: 66.2%;
}

/* --------------------------------------------------------------------------- */