* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    zoom: 1;
}
.nobr {
    white-space: nowrap;
}
body {
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-family: 'cabinregular', sans-serif;
}
a {
    text-decoration: none;
}
.wrapper {
    margin-right: auto;
    margin-left: auto;
}
.wrapper-content {
    max-width: 960px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.top {
    padding-right: 20px;
    padding-left: 20px;
}
h2 {
    margin-bottom: .5em;
}
.select {
    text-align: center;
}
    .select span {
        display: inline-block;
        padding-right: 4px;
        padding-left: 4px;
    }
    .select select {
        font-size: 14px;
    }
.wrapper-content.maps ul {
    list-style: none;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    padding-top: 30px;
}
.wrapper-content.maps ul li {
    overflow: hidden;
    position: relative;
    text-align: center;
}
    .wrapper-content.maps ul li.has-image {
        background-position: center center;
        background-size: cover;
    }
    .wrapper-content.maps ul li.has-image:hover {
        background-size: 110% auto;
    }
    .wrapper-content.maps ul li a:nth-of-type(1) {
        background-color: rgb(136, 178, 214);
        justify-content: center;
        color: white;
        display: block;
        display: flex;
        flex-direction: column;
        font-size: 22px;
        line-height: 28px;
        min-height: 169px;
        padding: 1.125em;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, .9);
        width: 100%;
        /*-webkit-transition: all .25s;
        transition: all .25s;*/
    }
        .wrapper-content.maps ul li.has-image a:nth-of-type(1) {
            background-color: rgba(136, 178, 214, .675);
        }
        .wrapper-content.maps ul li.has-image a:nth-of-type(1):hover {
            background-color: rgba(136, 178, 214, .1);

        }
        .wrapper-content.maps ul li a:nth-of-type(1) span {
            font-size: 12px;
            font-weight: 600;
            line-height: 20px;
            margin-bottom: -2px;
            text-transform: uppercase;
            /*-webkit-transition: all .5s;
            transition: all .5s;*/
        }
        .wrapper-content.maps ul li a:nth-of-type(1):hover span {
            font-size: 14px;
        }
        /*.wrapper-content.maps ul.spring li a:nth-of-type(1) {
            background-color: rgb(45, 198, 50);
            background-color: rgb(129, 185, 70);
        }*/
        .wrapper-content.maps ul.fall li a:nth-of-type(1) {
            /*background-color: rgb(253, 112, 23);
            background-color: rgb(178, 114, 30);*/
        }
        .wrapper-content.maps ul.spring li.has-image a:nth-of-type(1) {
            /*background-color: rgba(45, 198, 50, .65);
            background-color: rgba(129, 185, 70, .65);*/
            /*background-color: rgba(255, 255, 255, .85);*/
            /*background-color: rgba(0, 0, 0, .5);*/
        }
        .wrapper-content.maps ul.fall li.has-image a:nth-of-type(1) {
            /*background-color: rgba(253, 112, 23, .65);
            background-color: rgba(178, 114, 30, .65);*/
        }
    .wrapper-content.maps ul li a:nth-of-type(2) {
        background: rgba(0, 0, 0, .5);
        bottom: -50px;
        color: white;
        display: block;
        font-size: 12px;
        height: 100px;
        line-height: 1.125em;
        position: absolute;
        right: -50px;
        transform: rotate(-45deg);
        width: 100px;
        -webkit-transition: all .25s;
        transition: all .25s;
    }
        .wrapper-content.maps ul li.has-image a:nth-of-type(2) {
            background-color: rgba(136, 178, 214, .8125);
            background-color: rgba(0, 0, 0, .375);
            background-color: rgba(255, 255, 255, .75);
            color: #333;
        }
        .wrapper-content.maps ul li a:nth-of-type(2):hover {
            color: rgb(136, 178, 214);
        }
        .wrapper-content.maps ul li a:nth-of-type(2) span {
            display: block;
            margin-right: auto;
            margin-left: auto;
            padding-top: 6px;
            width: 40px;
        }
.wrapper-content.archives ul {
    list-style: none;
    display: grid;
    grid-gap: 20px;
    
    padding-top: 30px;
}
@media all and (min-width: 600px) {
    .wrapper-content.archives ul {
        grid-template-columns: 1fr 1fr;
    }
}
.wrapper-content.archives ul li {
    background: #ccc;
    display: flex;
    flex-direction: column;
    padding: 1.125em;
    text-align: center;
}
.wrapper-content h1, .wrapper-content h2, .wrapper-content h3 {
    font-weight: normal;
    text-align: center;
}
.archives-data {
    border-bottom: 1px solid #333;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: left;
    width: 80%;
}
.button {
    background: #333;
    border-radius: 5px;
    color: white;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    text-decoration: none;
    width: 80%;
}