
.list h1 {
    background-color: #df1a82;
    text-transform: uppercase;
    color: white;
    margin: 0px auto 0px auto; /* keep the table centered */
    padding: 1%;
    line-height: 1.3;
    font-size: 1.8em;
    position: absolute;
    z-index: 200;
}


.list h3 {
    background-color: white;
    width: 20vw;
    padding: 10px;
    margin-left: 10px;
    text-transform: uppercase;
}

.list h2 {
    font-size: 2em;
    text-decoration: underline;
}

.list h4 {
    font-size: 1.5em;
    color: #0f385a;
    margin-top: 1em;
    padding-bottom: 0;
    text-decoration: none;
}

.list h5 {
    font-size: .8em;
    margin: 0;
}

.list .month-parent strong {
    font-size: 1.2em;
}

.list p {
    padding: .2em;
    font-size: 1em;
}

.list .month-parent img {
    max-width: 30%;
    float: left;
    margin-right: 1.5em;
    margin-top: .5em;
}

.list .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.list .container img {
    filter: brightness(50%);
}

.list .container img:hover {
    filter: brightness(100%);
    transition: .5s ease;
}

.list .month-btn:nth-last-of-type(1) {
    background-color: #0f385a;
}

.list .month-btn:nth-last-of-type(2) {
    background-color: #df1a82;
}

.list .month-btn:nth-last-of-type(3) {
    background-color: #ddd;
}

.list .month-btn {
    width: 100%;
    height: 33%;
    margin-bottom: 1%;
}

.list .topbanner {
/*    background-image: url("featured.png"); --- not easily compatible with wordpress image loading :( */
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 100%;
    height: 100%;
}

.list .topbanner h1 {
    text-decoration: underline;
}

.list .popup {
    width: 0;
    height: 0;
    background-color: bisque;
}

#pop {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px;
}

.list nav {
    padding-left: .5em;
    display: flex;
}

.list nav ul {
    text-align: center;
}

.list nav li {
    display: inline-block;
    font-size: 1.7em;
    transition: .2s ease-in;
    color: white;
    
}

.list nav li:hover {
    
}

.list .month-parent {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2em;
}

.list .month-child {
    padding-bottom: 3em;
    width: 100%;
}

.list .month-child p {
    font-size: 1em;
}

.list .month-child a:nth-child(1) {
    font-size: .8em;
    line-height: .8em;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.list .month-btn {
    border: none;
    background-color: inherit;
    transition: 1s;
}

.list body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f5f5f5;
    width: 100%;
    
}

.pagination {
  display: inline-block;
  margin-top: 1.5em;
}

.pagination .page-numbers {
  font-size: 1.6em;
  float: left;
  padding: .3em;
  text-decoration: none;
  border: 2px solid #ddd;
  margin-right: .5em;
}

.pagination a {
  font-weight: 700;
  transition: .2s ease-in-out;
  
}

.pagination a.active {
  background-color: #ddd;
  color: white;
  
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}