/* 
    Created on : Oct 23, 2023, 1:49:35 PM
*/
body {
    font-family: sans-serif;
}
h1 {
    color: coral;
}
#Page {
    margin-top: 80px;
}
h1, h2, h3 {
    font-family: 'Alegreya SC', serif;
}
.bgclass {
    background-color: #FDFDFD;
    color: #000000;
    background: url(images/Labor-of-Love-final-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center top;

}
.bgsand {
    background-color: #FDFDFD;
    color: #000000;
    background: url(images/sand.jpg);
    background-repeat: repeat;
    background-position:center top;

}
.center {
    text-align: center;
}
.title-img {
    text-align: center;
    position: relative;
    color: white;
}
.title-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5%;
}
.title-img > h1, .title-img h2, .title-img div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    width: 95%;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000;
}
.title-img .top-left {
    position: absolute;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000;
    top: 20%;
    left: 23%;
    transform: translate(-50%, -50%);
}
.title-img .bottom-left {
    position: absolute;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000;
    bottom: 20%;
    left: 23%;
    transform: translate(-50%, -50%);
}
.title-img .top-right {
    position: absolute;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000;
    top: 20%;
    left: 78%;
    transform: translate(-50%, -50%);
}
.title-img .bottom-right {
    position: absolute;
    text-shadow: 1px 1px 0 #000000, 2px 2px 0 #000000;
    bottom: 20%;
    left: 77%;
    transform: translate(-50%, -50%);
}
.title-img h1{
    font-size: 3em;
    color: white;
}
.title-img h2, .title-img h3 {
    font-size: 2em;
}
.title-img h4 {
    font-size: 1em;
}
.title-img h3 > a, .title-img h4 > a {
    text-decoration: none;
    border-style: solid none;
    color: #FFFFFF;
}
.title-img h3 > a:hover, .title-img h4 > a:hover {
    color: #800000;
    text-shadow: 1px 1px 0 #FFFFFF, 2px 2px 0 #FFFFFF;
}
.bio {
    background-color: rgba(127,127,127,0.5);
}
.bio div h2 {
    text-align: center;
}
.header-container {
    text-align: center;
    margin: 0.5em;
}
.header-text {
    margin: 0.25em auto 0 auto;
    display: inline-block;
    background-color: rgba(255,255,255,0.6);
    padding: 0px 10px;
}
.header-text p {
    margin: 0.5em 0em;
}
#Text {
    width: 95%;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffff;
    opacity: 0.6;
}
.grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.grid h1 {
    text-shadow: 4px 5px 3px rgba(128, 0, 0, 1);
    color: white;
}
.grid-container {
    columns: 6 300px;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
}
.event.grid-container{
    columns: 3 400px;
}
.grid-container > div {
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    border: solid 2px black;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
    transition: all .25s ease-in-out;
    position: relative;
    background-color: #FDFDFD
}
.grid-container div img {
    width: 100%;
    /*    filter: grayscale(0);*/
    border-radius: 5px;
    transition: all .25s ease-in-out;
}
/*.grid-container div img:hover{
    filter: grayscale(100%);
}
*/
.grid-container div:hover {
    border-color: #6A5ACD;
}
.grid-container div p {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-style: italic;
}
.grid-container div h3 {
    text-align: center;
    font-size: 1.5em;
    margin: 5px 0;
}
.img-wrapper {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    /*    border: 1px solid gray;*/
}
.img-wrapper img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;

    vertical-align: middle;
}
.img-wrapper img:hover {
    -webkit-transform:scale(2.0); /* Safari and Chrome */
    -moz-transform:scale(2.0); /* Firefox */
    -ms-transform:scale(2.0); /* IE 9 */
    -o-transform:scale(2.0); /* Opera */
    transform:scale(2.0);
}
.radio-button {
    display: none;
}
.filter {
    padding: 5px 0;
    display: flex;
    justify-content: center;
}
.filter-label {
    display: inline-block;
    border: 4px solid tan;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
}
.filter-label:hover {
    background-color: lightblue;
}
.content, .edit, .archive, .delete, .move, .transfer, .edit-image, .edit-flyer {
    padding: 3% 10%;
    display: none;
}
.edit-button:checked~.edit,
.archive-button:checked~.archive,
.delete-button:checked~.delete,
.move-button:checked~.move,
.replace-image-button:checked~.edit-image,
.replace-flyer-button:checked~.edit-flyer,
.transfer-button:checked~.transfer {
    background-color: tan;
}
.edit-button:checked~.edit,
.archive-button:checked~.archive,
.delete-button:checked~.delete,
.move-button:checked~.move,
.replace-image-button:checked~.edit-image,
.replace-flyer-button:checked~.edit-flyer,
.transfer-button:checked~.transfer {
    display: block;
}
@media (pointer :fine) {
    .grid-container div p {
        position: absolute;
        width: 96%;
        bottom: 5px;
        background-color: rgba(255,255,255,0.75);
        visibility: hidden;
    }
    .editor.grid-container div p {
        visibility: visible;
        position: relative;
        bottom: auto;
    }
    .event.grid-container div p {
        visibility: visible;
        position: relative;
        width: 100%;
    }
}
@media (pointer :course) {
    .grid-container div p {
        display: inline;
    }
}
@media (pointer :fine) {
    .grid-container div:hover p {
        visibility: visible;
    }
}
.nav {
    margin: 0px 0;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.85);
    font-family: 'Alegreya SC', serif;
    font-size: 1.1em;
    z-index: 3;
}
.nav-trigger {
    position: absolute;
    clip: rect(0,0,0,0);
}

.nav-trigger + label {
    display: none;
}
.nav h1 {
    font-size: 2.5em;
    color: #800000;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 0.75em;
}
.nav img {
    max-height: 100px;
    display: inline-block;
    margin: 0.25em auto 0 auto;
}
.nav ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    width: 25%;
    display:inline-block;
    vertical-align:top;
}
.nav li {
    margin: 0 5px 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    *display:inline; /* ie7 */
}
.nav ul.first {
    float: left;
}
.nav ul.second {
    float: right;
}
.nav a {
    padding: 3px 12px;
    text-decoration: none;
    color: #800000;
    line-height: 100%;
}
.nav a:hover {
    color: #000;
}
.nav .current a {
    background: #800000;
    color: #fff;
    border-radius: 5px;
}
.nav.center ul {
    text-align: center;
}
@media screen and (max-width: 790px) {
    /*  .res-img {
        width: 195px;
        height: auto;
      }*/
    .nav {
        min-height: 40px;
    }
    .nav-trigger + label {
        background: #800000 url(images/icon-menu-w.gif) no-repeat 7px 5px;
        color: #fff;
        display: block;
        width: 27px;
        height: 24px;
        margin-left: 5px;
        padding: 5px 6px 4px 5px;
        float: left;
    }
    .nav ul {
        display: none;
        margin-left: 5px;
        width: 30%;
        min-width: 100px;
        clear: both;
    }
    .nav ul.first {
        padding: 5px 0 0;
        border-top: solid 1px #aaa;
        border-left: solid 1px #aaa;
        border-right: solid 1px #aaa;
        border-bottom: solid 0px #aaa;
        border-radius: 5px 5px 0 0;
    }
    .nav ul.second {
        padding: 0 0 5px;
        float: left;
        border-top: solid 0px #aaa;
        border-bottom: solid 1px #aaa;
        border-left: solid 1px #aaa;
        border-right: solid 1px #aaa;
        border-radius: 0 0 5px 5px;
    }
    .nav li {
        display: block;
        margin: 0;
        margin-left: -25px;
    }
    .nav .current {
        display: block; /* show only current <li> item */
    }
    .nav a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left;
    }
    .nav .current a {
        background: none;
        color: #666;
    }

    /* on nav hover */
    .nav ul:hover {
        background-image: none;
    }
    .nav-trigger:checked ~ ul {
        display: block;
    }
    .nav-trigger:checked + label {
        background: #800000 url(images/icon-nomenu-w.gif) no-repeat 7px 5px;
    }

    /* right nav */
    .nav.right ul {
        left: auto;
        right: 0;
    }
}
