@font-face{
    font-family: star-jedi;
    src: url(../star-jedi.ttf);
    -webkit-font-smoothing: antialiased;
}
@font-face{
    font-family: eurostile;
    src: url(../eurostile.ttf);
    -webkit-font-smoothing: antialiased;
}
.header-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    max-width: 600px;
}
.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}
figcaption {
    text-align: center;
    font-style: italic;
}
.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1380px;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
}
.section-block {
    /*display: inline-flex;*/
    /*width: 100%;*/
    /*max-width: 375px;*/
    height: 75%;
    /*max-height: 600px;*/
    background-color: rgba(255,255,255,0.7);
    color: black;
    margin: 1em;
    padding: 1em;
    font-size: 1em;
}
.center-button {
    /*width: 75%;*/
    max-width: 200px;
    /*    height: 33%;
        max-height: 200px;*/
    /*min-width: 375px;*/
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
}
.section-block .inline-link {
    display: inline;
}
.section-block a {
    display: block;
    /*width: 50%;*/
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section-button {
    display: block;
    width: 50%;
    max-width: 200px;
    height: 50%;
    max-height: 200px;
    cursor: pointer;
    min-width: 200px;
    min-height: 200px;
    background-size: contain;
}
.section-block-title {
    display: block;
    font-family: star-jedi;
    margin-bottom: 4px;
    font-size: 1.5em;
    text-align: center;
}
.section-block p {
    font-family: eurostile;
    text-align: justify;
}
footer p {
    color: lightgrey;
    text-align: center;
}