@import url('https://fonts.googleapis.com/css2?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Carter+One');
body {
  font-family: 'Open Sans',sans-serif;
  text-align: center;
}
h1 {
    font-family: 'Carter One', sans-serif;
    font-size: 18pt;
}
.grid_container {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
}
#weekday_panel div.grid_container div:nth-child(24n+3),
#weekday_panel div.grid_container div:nth-child(24n+4),
#weekday_panel div.grid_container div:nth-child(24n+5),
#weekday_panel div.grid_container div:nth-child(24n+6),
#weekday_panel div.grid_container div:nth-child(24n+7),
#weekday_panel div.grid_container div:nth-child(24n+8),
#weekday_panel div.grid_container div:nth-child(24n+9),
#weekday_panel div.grid_container div:nth-child(24n+10),
#weekday_panel div.grid_container div:nth-child(24n+11),
#weekday_panel div.grid_container div:nth-child(24n+12),
#weekday_panel div.grid_container div:nth-child(24n+13),
#weekday_panel div.grid_container div:nth-child(24n+14) {
    background: #e5ffea;
}
#weekend_panel div.grid_container div:nth-child(24n+3),
#weekend_panel div.grid_container div:nth-child(24n+4),
#weekend_panel div.grid_container div:nth-child(24n+5),
#weekend_panel div.grid_container div:nth-child(24n+6),
#weekend_panel div.grid_container div:nth-child(24n+7),
#weekend_panel div.grid_container div:nth-child(24n+8),
#weekend_panel div.grid_container div:nth-child(24n+9),
#weekend_panel div.grid_container div:nth-child(24n+10),
#weekend_panel div.grid_container div:nth-child(24n+11),
#weekend_panel div.grid_container div:nth-child(24n+12),
#weekend_panel div.grid_container div:nth-child(24n+13),
#weekend_panel div.grid_container div:nth-child(24n+14) {
    background: #fff4da;
}
.header {
    font-size: large;
    margin: 10px;
    font-style: italic;
}
.grid_item {
    font-size: medium;
}
.hidden_radio {
    display: none;
}
.panels{
    max-width: 500px;
}
.panel {
    display: none;
    animation: fadein 0.8s;
    margin-top: 10px;
}
#weekday_panel {
    border-top: #a9e1b1 thick solid;
}
#weekend_panel {
    border-top: #ecd1b1 thick solid;
}
.tab_label {
    cursor: pointer;
    padding: 10px 30px;
    margin: 0 20px;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    color: blue;
    text-decoration: underline;
}
.tabs {
    display: grid;
    grid-template-columns: auto auto;
}
#weekday_label {
    background: #e5ffea;
    border-top: 3px solid #a9e1b1;
    border-left: 3px solid #a9e1b1;
    border-right: 3px solid #a9e1b1;
}
#weekend_label {
    background: #fff4da;
    border-top: 3px solid #ecd1b1;
    border-left: 3px solid #ecd1b1;
    border-right: 3px solid #ecd1b1;
}
#weekday_tab:checked ~ .panels #weekday_panel,
#weekend_tab:checked ~ .panels #weekend_panel {
    display: block;
}
#weekday_tab:checked ~ .tabs #weekday_label,
#weekend_tab:checked ~ .tabs #weekend_label {
    color: #000;
    text-decoration: none;
}
#outer {
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
}
            
* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #CCC;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(100, 100, 100, 0.5);
}

/* Position the "prev button" to the left */
.prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext
{
    color: #666;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
