.home-background {
    height: 100%;
    background-image: url('images/Background.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 40px;
    background-attachment: fixed;
}

.title-wrapper {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    min-height: min-content;
}

.title-page-wrapper {
    /* overflow: auto; */
    height: calc(100% - 50px);
    position: relative;
    top: 50px;
    padding-top: 10px;
    display: flex;
    display: -ms-flexbox;
    flex: 1;
}

.page-wrapper {
    height: calc(100% - 50px);
    position: relative;
    top: 50px;
}

.page-wrapper>.ui.container {
    padding: 1rem 0;
}

.title-wrapper, .post-wrapper {
    /* opacity: 0.90; */
    margin: 2.5%;
}

.post-wrapper {
    position: relative;
    height: 100%;
}

span.link {
    border-bottom: 2px solid transparent;
}

span.link.active {
    border-bottom: 2px solid black;
}

span.link:hover {
    -webkit-transition: border-color 0.4s ease-in-out;
    -moz-transition: border-color 0.4s ease-in-out;
    -o-transition: border-color 0.4s ease-in-out;
    -ms-transition: border-color 0.4s ease-in-out;
    transition: border-color 0.4s ease-in-out;
    border-bottom: 2px solid black;
}

.section-title {
    font-weight: bold;
}

.description {
    font-weight: normal !important;
    padding-left: 0 !important;
    padding-top: 10px;
    display: flex !important;
    flex-direction: column;
}

.description>p, .description>.actions {
    align-self: center;
}

.ui.modal>.image.content {
    flex-direction: column;
    justify-content: space-around;
}

.large-display {
    display: none;
}

.image-list {
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.button-column {
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center !important;
}

.image-list>#forward, .image-list>#back {
    cursor: pointer;
}

.fit-image {
    height: 90vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.anchor {
    display: block;
    height: 50px;
    margin-top: -50px;
    visibility: hidden;
}

.footer {
    display: block;
}

.photo-description a {
    color: white;
    text-decoration: underline;
}

.ui.very.basic.table a {
    text-decoration: underline;
}

.content.pdf {
    height: 550px;
}

.pdf-link-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1em 0 0.75em 0;
}

.pdf-link-wrapper>p {
    margin: 0;
}

.mobile-pdf-link {
    padding: .5em 0;
    font-family: Merriweather, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: rgba(0, 0, 0, .87);
}
img.link{
    cursor: pointer;
}
img.link:hover{
    opacity: 0.75;
}

@media screen and (min-width: 768px) {
    .photo-description {
        position: fixed;
        top: 30%
    }
}