.calendar {
  width: 100%;
  margin: 0px auto;
  padding: 0 10%;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.calendar-base {
  height: auto;
  float: none;
  /* height: 360px; */
  width: 100%;
  border-radius: 20px 20px 20px 20px;
}

.time {
  font-size: 2rem;
  margin: 15px 0 0 15px;
}

.year {
  font-size: 2rem;
  top: 10px;
}

.months {
  font-size: 0.8rem;
  word-spacing: 0.6em;
  margin: 10px auto;
}

.days {
  font-size: 1.2rem;
  font-weight: 600;
}

.day {
  padding: 0 2.5%;
}

.dates {
  text-align: center;
}

.week {
  font-size: 1.2rem;
  margin: 10px 0 10px 0;
}

.date {
  margin: 5px;
  padding: 2.5%;
}

.active-date {
  margin: 2.5%;
  padding: 5px;
}

/* Billboard */

.calendar-left {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 20px 20px 20px 20px;
  position: relative;
}

.hamburger {
  display: none;
  position: absolute;
  padding: 5px;
  top: 5%;
  left: 8%;
}

.burger-line {
  width: 25px;
  height: 3px;
  background-color: white;
  border-radius: 15%;
  margin-bottom: 3px;
}

.current-date {
  font-size: 8rem;
  font-weight: 700;
  padding: 0 20px;
  text-align: left;
  float: left;
}

.current-day {
  font-size: 2rem;
  text-align: left;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.current-events {
  font-size: 1.2rem;
  font-weight: 700;
}

.button,
.button-member {
  font-size: 1.5rem;
  margin: 20px auto;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
