
body {
    width: 100vw;
    margin: 0;
}

.background-wrapper {
    background: url("/imgs/brandenburg-image-blurred.png");
    background-size: 200%;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
}

.page-wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fcf8f4;
}

h1 {
    font-size: 50px;
}

h1.title {
    text-align: center;
    margin-block-start: 0;
    padding: 20px 0;
}

body {
    font: 20px Helvetica, sans-serif;
    color: #333;
}

article {
    display: block;
    text-align: left;
    margin: 0 auto;
}

blockquote {
    max-width: 650px;
    margin: auto;
}

a {
    color: #dc8100;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

.brandenburg-photo {
    width: 100%;
}

.photo-credit {
    float: right;
    font-size: 10px;
    margin-right: 20px;
}

.quote-container {
    padding: 20px;
}

.quote {
    text-align: justify;
    font-style: italic;
    font-size: 24px;
}

.quote--name {
    margin-right: 50px;
    text-align: right;
}

.information-top h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 30px;
    line-height: 30px;
}

.information--bottom {
    margin: 40px;
}

.information--bottom.information--text h2,
.information--bottom p,
.information--bottom li {
    margin-left: 20px;
    margin-right: 20px;
}

.information--text p,
.information--text li {
    font-size: 18px;
}

.information--item {
    margin: 20px;
}

.information--photo img {
    max-height: 500px;
}

.information--photo {
    float: right;
}

ol li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-content {
    padding: 0 50px 50px;
}

.footer-content p {
    font-size: 12px;
}

@media screen and (min-width: 1000px) {
    article {
        padding: 20px 50px;
    }

    div.brandenburg-photo {
        min-height: 50vh;
        background-position: top;
    }
}

@media screen and (max-width: 1000px) {
    .information--photo img {
        max-height: 400px;
    }

    .information--text {
        font-size: 16px;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .information--photo img {
        max-height: 350px;
    }
}

@media screen and (max-width: 700px) {
    .information {
        flex-direction: column-reverse;
        margin-top: 0;
        margin-bottom: 0;
    }
    .information--photo {
        float: none;
        /*margin: ;*/
    }
    .information--photo img {
        max-height: 450px;
        max-width: 100%;
        margin: auto;
        display: block;
    }
    .information--bottom {
        margin-top: 0;
    }
    a, li {
        word-break: break-word;
    }
}

.italic {
    font-style: italic;
}

.poll-results {
    margin: 0 40px;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-button {
    border: 1px solid #dc8100;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    transition: color 0.2s, border 0.2s;
}

.cta-button:hover {
    border-color: #333;
}

.photo-page img {
    width: 100%;
}

.photo-page figcaption {
    margin: 10px;
}
