body {
    background-color: rgba(38, 31, 59, 1);
}
#container {
    width: auto;
    margin-top: 50px;
}

.slideshow {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.slideshow > a:not(:first-child) {
    display: none;
}
.slideshow > a > img {
    width: 100%;
}

.section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}
.section.odd {
    background-color: rgba(38, 31, 59, 1);
}
.section.even {
    background: rgba(24, 20, 37, 1);
}

.section > .section-wrap {
    width: 1200px;
    margin: 0 auto;
}

.section > .section-wrap > h1 {
    position: relative;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.section > .section-wrap > h1::after {
    content: "";
    position: absolute;
    display: block;
    width: 10%;
    min-width: 108px;
    height: 1px;
    margin-top: 6px;
    border-bottom: 6px solid rgba(213, 29, 50, 1);
}

.section > .section-wrap > h1 > a {
    text-decoration: none;
}
.section > .section-wrap > h1 > a::after {
    content: ":";
}

.section > .section-wrap > h1 > a:hover {
    color: white;
    background: rgba(100,160,200,1);
}

.section > .section-wrap > p {
    text-align: justify;
    line-height: 20px;
}

.section > .section-wrap > .wrap {
    padding-top: 20px;
    text-align: center;
}

.section .wrap a.block {
    width: 160px;
    /* height: 290px; */
}
.section .wrap a.block > img {
    height: 235px;
}
.section .wrap a.block.landscape {
    width: 190px;
}
.section .wrap a.block.landscape > img {
    height: 130px;
}

.section .wrap.text-links {
    text-align: justify;
    text-align-last: justify;
}
.section .wrap.text-links a.block {
    width: calc(49% - 10px);
    margin: 20px 0px;
    padding: 20px;
}
.section .wrap.text-links a.block > div.title {
    max-height: none;
    height: auto;
    overflow: unset;
}
.section .wrap.text-links a.block > div.title > span {
    text-align-last: left;
}

@media only screen and (max-width: 1024px) {
    .slideshow {
        width: 100%;
        padding-top: 20px;
    }
    .slideshow > a > img {
        border-radius: 5px;
    }

    .section > h3 {
        text-indent: 0;
        text-align: center;
    }
    .section > .section-wrap {
        width: 100%;
    }
    .section > .section-wrap > .wrap a.block.landscape {
        width: calc((100% / 2) - 7px) !important;
    }
    .section > .section-wrap > .wrap.text-links a.block {
        width: 100%;
        margin: 5px 0px;
    }
}