@import url("./static/css/colours.css");

.agenda-page-hero-container {
}
.agenda-page-hero-title {
  width: fit-content;
  margin: 0 auto;
  font-size: 5em;
  padding: 100px 0;
  color: #ffffff;
}
.agenda-page-main-content {
  padding: 40px 7.5%;
}
/* Style the tab */
.tab {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--red);
}
/* Style the buttons inside the tab */
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  margin-right: 10px;
  border-radius: 5px;
  transition: 0.3s;
  font-family: montserrat;
  font-size: 1.5em;
  font-weight: bold;
  background-color: var(--red);
  color: #ffffff;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: var(--red);
  opacity: 0.85;
}
/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}
.agenda-block-container {
  padding: 0 7.5%;
}
.agenda-day-container {
}
.agenda-session {
  border-bottom: 2px solid var(--red);
  margin-bottom: 10px;
}
.agenda-session-name {
  background-color: var(--red);
  color: #ffffff;
  font-weight: bold;
  font-size: 2em;
  padding: 10px 10px 10px 10px;
}
.agenda-session-title {
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
}
.agenda-session-chair {
  color: var(--red);
  padding-left: 10px;
  padding-top: 10px;
}
.agenda-session-presentation {
  padding-left: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.agenda-session-presentaion-time {
  flex-basis: 10%;
}
.agenda-session-presentation-right {
  flex-basis: 87.5%;
}
.agenda-session-presentaion-title {
}
.agenda-session-presentaion-speakers {
  color: var(--red);
}

@media (max-width: 1000px) {
  .agenda-page-main-content {
    padding: 20px 2.5%;
  }
  /* .agenda-session-name {
  } */
}
