header {
    background: #ffffff;
}

header > div {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px;
}

header > div > div.logo {
    width: 200px;
    height: 94px;
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-section {
    background: #cccccc;
}

.carousel-section .container {
    width: 100%;
    max-width: 980px !important;
    padding: 1.793%;
    margin: 0 auto;
    background-color: #E19B2C;
}

.carousel-section .container .carousel {
    overflow: hidden;
    position: relative;
    background: #cccccc;
}

.carousel-section .container .carousel.carousel-preloaded {
    height: 0;
    padding-top: 35.8695652173913%;
}

.carousel-section .container .carousel .carousel-item {
    
    height: auto;
    width: 100%;
}

.carousel-section .container .carousel.carousel-preloaded .carousel-item {
    height: 0;
    padding-top: 35.8695652173913%;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-section .container .carousel.carousel-preloaded .carousel-item {
    display: none;
}

.carousel-section .container .carousel.carousel-preloaded .carousel-item-first {
    display: block;
}

.carousel-section .container .carousel.carousel-preloaded .carousel-item div {
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-section .container .carousel .carousel-item div img {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-navigation-previous, .slider-navigation-next {
    border-radius: 0;
    width: 32px;
    background: #E19B2C;
    border: 0;
    color: #ffffff;
    font-size: 70px;
    line-height: 22px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    align-items: unset;
}

.slider-navigation-next:hover, .slider-navigation-previous:hover {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-navigation-next svg, .slider-navigation-previous svg {
    width: 1.5rem;
    height: 1.5rem;
    align-self: center;
}

.slider-navigation-next svg path, .slider-navigation-previous svg path {
    fill: #ffffff;
}

main {
    background: #eeeeee;
    padding: 30px 0;
}

.content {
    width: 100%; 
    max-width: 980px; 
    border: 3px solid #E19B2C; 
    border-radius: 20px; 
    margin: 0 auto; 
    padding: 20px;
}

.content h2 {
    color: #e16305;
}

.content h2+hr {
    background-color: #4a4a4a;
    margin-top: -1rem;
}

.content h3 {
    text-transform: uppercase;
}

.content h3+p {
    margin-top: -1.25em;
}

footer {
    background: #eeeeee;
    padding: 0 0 20px;
}

footer .columns {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

footer .columns .column.is-one-quarter {
    min-width: 200px;
    text-align: right;
}

footer a {
    color: #4a4a4a;
    text-decoration: underline;
}

footer a:hover {
    color: #000000;
}

@media only screen and (max-width: 1000px) {
    .content {
        width: 95%;
        margin: 0 2.5%;
    }

    footer .columns {
        width: 95%;
        margin: 0 2.5%;
    }
}

@media only screen and (max-width: 768px) {
    footer .columns, footer .columns .column.is-one-quarter {
        padding: 0.25rem 0.75rem 0.5rem;
        text-align: center;
    }
}