body {
    font-family: serif;
    font-size: 110%;
    background: #1b3b2e;
    overflow: hidden;
}
#logo, #arrow, #arrowfly {
    position: absolute;
    transition: height 0.5s, bottom 0.5s, opacity 0.5s;
    height: 3.5em;
    width: auto;
    max-width: 90%;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(100% - 4em);
    margin: auto;
    cursor: pointer;
}
.splash #logo, .splash #arrow, .splash #arrowfly {
    height: 50%;
    bottom: 0;
    cursor: unset;
}
#phone, #map {
    position: absolute;
    top: 1.5em;
    right: 1.25em;
    opacity: 1;
    color: #e3deb8;
}
#phone:hover, #map:hover {
    color: white;
}
#map {
    right: unset;
    left: 1.25em;
}
#map img {
    height: 1em;
    vertical-align: middle;
}
.splash #phone, .splash #map {
    opacity: 0;
}
#arrowfly {
    transition: left 0.25s linear, bottom 0.25s linear;
}
#arrowfly.offscreen {
    left: 100%;
    bottom: 50%;
}
#arrow {
    animation: arrowland 0.5s linear;
}
@keyframes arrowland {
    0% {
        transform: rotate(5deg);
    }
    10% {
        transform: rotate(-5deg);
    }
    30% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
#main {
    background: #e3deb8;
    overflow: auto;
    position: absolute;
    top: 6em;
    bottom: 2.2em;
    left: 0;
    right: 0;
    transition: top 0.5s, bottom 0.5s;
    padding: 0 1em;
}
.splash #main {
    top: 100%;
    bottom: 0;
}
a {
    line-height: 1em;
    color: #1b3b2e;
    transition: opacity 0.5s, color 0.2s, background 0.2s, text-shadow 0.2s,
                padding 0.5s, margin 0.5s, border-radius 0.5s, text-shadow 0.2s;
}
a:hover {
    color: black;
    text-shadow: 0 0 0.5em #e3deb888;
}
.navbar {
    background: #d4b25c;
    padding: 0.25em 0;
    text-align: center;
    /*          margin: -3em -1em 1em -1em;*/
    position: absolute;
    top: 4.5em;
    left: 0;
    right: 0;
    transition: top 0.5s;
    z-index: 1;
}
.splash .navbar {
    top: 100%;
}
.navbar a {
    padding: 0.1em 0;
    margin: 0 0.5em;
}
.navbar a.current {
    background: #1b3b2e;
    color: #e3deb8;
    padding: 0.1em 1em;
}
h1, h2, h3 {
    color: #1b3b2e;
    background-image: url("../img/straightarrow.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto 1em;
}
.alert .blogpost {
    background: #d4b25c;
    padding: 1em;
    margin: 1em;
}
p {
    text-align: justify;
}
.floatleft {
    float: left;
    margin-right: 1em;
    width: 30%;
}
.floatright {
    float: right;
    margin-left: 1em;
    width: 30%;
}
.floatleft img, img.floatleft, .floatright img, img.floatright {
    border: thin solid #1b3b2e;
    border-radius: 0.5em;
    width: 30%;
    height: auto;
    max-height: 50%;
}
.floatleft img, .floatright img {
    width: 100%;
}
.clear {
    clear: both;
}
.clipboard {
    height: 1em;
    cursor: pointer;
    padding: 0 0.25em;
}
.center {
    text-align: center;
}
iframe {
    width: 100%;
}
iframe.cal {
    width: 1000px;
    max-width: 100%;
}
hr {
    background: url("../img/banner-arrows.jpg") 50% 50%;
    background-size: cover;
    padding: 5vh;
    margin: 2em -1em;
    border: solid #d4b25c;
    border-left: 0;
    border-right: 0;
    /*
    border: thin solid #1b3b2e;
    margin: 2em;
   */
}
.columns {
    columns: 2;
    column-gap: 2em;
    margin-top: 1em;
}
.colblock {
    break-inside: avoid-column;
}
.colblock h2 {
    margin-top: 0;
}
img.colblock {
    max-width: 100%;
}

.byline {
    font-style: italic;
    font-size: 85%;
    margin-left: 0.5em;
}
ul.blogsummary {
    list-style: none;
    padding: 1em 0;
}
ul.blogsummary li {
    padding-bottom: 1em;
    line-height: 1.5em;
}
ul.blogsummary li div {
    display: inline-block;
    width: calc(100% - 5em);
    vertical-align: middle;
}
ul.blogsummary li div div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
ul.blogsummary li .thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    width: 4em;
    height: 4em;
    padding: 0;
    margin-right: 0.5em;
    border-radius: 0.5em;
}
.blogpost>p, #blogpost>div {
    margin: 0.5em 1em;
}
.blogpost img {
    max-width: 85%;
    height: auto;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 100dvw;
    height: 100%;
    height: 100dvh;
    background: #0008;
    backdrop-filter: blur(0.1em);
    margin: 0;
    padding: 0;
    z-index: 10;
    display: table;
    -webkit-user-select: none; /* Safari */
    user-select: none;
    cursor: pointer;
}
.lightbox .closebtn, .lightbox .prevbtn, .lightbox .nextbtn {
    position: absolute;
    font-size: 400%;
    color: white;
    cursor: pointer;
}
.lightbox .closebtn {
    top: 0.25em;
    right: 0.25em;
}
.lightbox .middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.lightbox img {
    max-width: 95vw;
    max-height: 95vh;
    background: white;
    border: thick solid white;
    box-shadow: 0 0.5em 2em black;
}

.fade {
    opacity: 1;
    transition: opacity 0.5s, filter 0.5s;
}
.fade.out {
    opacity: 0;
    /*filter: blur(1em);*/
}
#main > .fade {
    margin: 0;
    transition: opacity 0.5s, filter 0.5s;
}
.hidden {
    display: none;
}
@media (max-width: 30em) {
    #phone {
        max-width: 5em;
        text-align: right;
        top: 1em;
    }
    .navbar a {
        margin: 0 0.25em;
    }
    .navbar a.current {
        padding: 0.1em 0.5em;
    }
    .columns {
        columns: 1;
    }
}
