.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
  
.column {
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}

.column-50 {
    flex: 50%;
    max-width: 50%;
    padding: 0 4px;
}
.column-30 {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}
.column-25 {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

body {
    /* background: url(../img/bg.png); */
    background-color: #FAEBD7;
    height: 100vh;
}

.header-index {
    padding: 25px 50px 0 50px;
    color: #762124;
    width: 100%;
    text-align: left;
    font-family: Segoe UI,Roboto,Oxygen,Ubuntu;
    letter-spacing: 0.10em;
    line-height: 26px;
}   

header {
    padding: 25px 50px 0 50px;
    height: 80px;
    color: #762124;
    width: 100%;
    text-align: center;
    font-family: Segoe UI,Roboto,Oxygen,Ubuntu;
    letter-spacing: 0.10em;
    /* text-transform: uppercase; */
    line-height: 2.5em;
}

.thumbnail {
    position: relative;
    display: inline-block;
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-family: Segoe UI,Roboto,Oxygen,Ubuntu;
    letter-spacing: 0.20em;
    text-transform: uppercase;
}

.caption.black {
    color: #000;
}

.to-main {
    top: 0;
    padding-left: 20px;
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 60px;
    left: 0;
    position: fixed;
    z-index: 250;
    letter-spacing: 0.05em;
    text-decoration: underline;
    color: black;
    font-family: Segoe UI,Roboto,Oxygen,Ubuntu;
    letter-spacing: 0.20em;
    text-transform: uppercase;
}


.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    padding: 40px;
    letter-spacing: 0.15em;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #909abba8;
    color: white;
}

.story-left {
    overflow-y: scroll;
    max-height: 90vh;
    
    color: #762124;
    line-height: 26px;
}

.story-left p {
    font-family: Segoe UI,Roboto,Oxygen,Ubuntu;
    font-size: 1.3em;
}

.story-left h3 {
    font-weight: 300;
    font-family: Garamond,sans-serif;
    font-size: 2em;
}

.story-right {
    overflow-y: scroll;
    max-height: 90vh;
}

.story-right .row {
    padding-bottom: 30px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 1rem;
}
::-webkit-scrollbar-thumb {
    border-radius: 0.75rem;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

a {
    text-decoration: none;
    cursor: pointer;
}

.modal {
    display: none;
    max-width: 90%!important;
    height: auto!important;
}

.event-left {
    flex-grow: 6;
    overflow-y: scroll;
    max-height: 75vh;
    height: 100%;
    padding-right: 10px;
}

.event-right {
    flex-grow: 6;
    overflow-y: scroll;
    max-height: 75vh;
    height: 75%;
}

.event-left p {
    font-size: 1.3rem;
    font-family: Segoe UI,Roboto,Oxygen,Ubuntu;
}

.photo-description {
    font-style: italic;
    margin-top: 10px;
    width: 80%;
}

@media (min-width: 3500px) {
    header h1 {
        font-size: 6em;
    }
    header h5 {
        font-size: 3em;
    }
    header {
        margin: 100px;
    }
    .to-main h6 {
        font-size: 2.5em;   
    }
    .centered h2 {
        font-size: 4em;   
    }
    .story-left {
        max-height: 80vh;
    }
    .story-left h3 {
        font-size: 6em;
    }
    .story-left p {        
        font-size: 4em;
    }
    .story-right .row {
        margin-bottom: 90px;
    }
    .event-left p {
        font-size: 3em;
    }
    .photo-description {
        font-size: 2em;
    }
}

.column-50 img {
    margin-top: 8px;
}
.column-30 img {
    margin-top: 8px;
}
.column-25 img {
    margin-top: 8px;
}

.fancybox-button {
    padding: 30px!important;
    height: 140px!important;
    width: 140px!important;
}
.fancybox-navigation .fancybox-button--arrow_left {
    padding: 0 26px 0 6px!important;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0 6px 0 26px!important;
}