.cover-container {
  position: relative;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  color: #333;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #333;
}

/*
 * Footer
 */
.mastfoot {
  margin-top: 100px;
  color: rgba(255, 255, 255, 0.5);
}

.social {
  width: 35px;
  margin: 10px;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
}

/*
 * Calendar
 */

#calendar {
  backdrop-filter: blur(10px);
}

.fc-theme-standard .fc-list {
  border: none;
}
.fc-list-event-title,
.fc-list-day-text,
.fc-list-day-side-text {
  text-decoration: none;
  color: #333;
}
.fc-theme-standard td {
  border: none;
}

.fc-list-table td {
  padding: 30px;
}

.fc .fc-list-table tbody th {
  border: none;
}

.fc-event {
  background: rgba(0, 0, 0, 0);
}

.telephone {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.fc .fc-list-sticky .fc-list-day > *,
.fc-theme-standard .fc-list-day-cushion {
  background: rgba(216, 216, 216, 0.2);
}
