::selection {
    background-color: #80808080
}

@font-face {
    font-family: 'Fonseca';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Fonseca Bold.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/Fonseca Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Fonseca Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/Fonseca Bold.woff') format('woff'), /* Modern Browsers */
    url('fonts/Fonseca Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Fonseca Bold.svg#Fonseca') format('svg'); /* Legacy iOS */
}

body {
    background: #000;
    font-family: monospace;
    padding: 0;
    margin: 0;
}

hr {
    height: 2px;
    border: 0;
    margin: 0;
    background-color: #5279a5;
}

h1 {
}

h3 {
    margin-bottom: 0;
}

h1, h2, h3 {
    font-family: 'Fonseca', monospace;
}

#header-wrapper {
    text-align: center;
}

#header-wrapper a {
    text-decoration: none;
    color: #FFF;
}

.header2-wrapper a {
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

.subtitle {
    margin-bottom: 1em;
}

.fullwidth-text-wrapper-white {
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5em;
    background: #DDDDDD;
    padding: 1em 0;
}

.fullwidth-text-white {
    margin: 2em 20vw;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5em;
}

.fullwidth-text-wrapper-white a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.fullwidth-text-wrapper-white button {
    cursor: pointer;
    background-color: #000;
    border: none;
    color: #FFF;
    font-weight: bold;
    font-family: monospace;
    margin: .4em;
    font-size: 1em;
}

.flexwidth-wrapper {
    display: flex;
    justify-content: center;
    gap: 1em 2em;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90vw;
    margin: .5em auto;
}

@media screen and (max-width: 1150px) {
    .flexwidth-gallery {
        flex-direction: column;
    }
}

.flexwidth-text-white {
    width: 25vw;
}

.flexwidth-text-white img {
    display: block;
    margin: auto;
    max-width: 20vw;
}

.flexwidth-image {
    line-height: 1;
}

.flexwidth-image img {
    max-width: 40vw;
    max-height: 60vh;
}

.flexwidth-image[onclick] {
    cursor: pointer;
}

#footer-wrapper {
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    padding: 1vw 0;
}

#gallery-projector-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000088;
}

#gallery-projector {
    width: 80vw;
    margin: 10vh 10vw;
    vertical-align: middle;
    text-align: center;
}

#gallery-projector-image {
    max-width: 100%;
    max-height: 80vh;
}

#gallery-projector a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#gallery-projector-title {
    background-color: #DDD;
}