body {
    background-image: url('../img/background.jpg');
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
}

@media screen and (min-width: 768px) {
    .nav>li>a {
        padding-left: 22px !important;
        padding-right: 22px !important;

    }
}

.thumbnail {

    height: 200px;
    overflow: hidden;
}

.highslide {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pdf {
    display: block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0;
    font-weight: bold;
}

.szechenyi {
    background-repeat: no-repeat;
    background-image: url('../img/szechenyi.png');
    background-position: bottom right;
    padding-bottom: 160px;
}

.szechenyi-img-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2147483647;
    pointer-events: none;
}

.szechenyi-img-wrapper img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 349px;
    height: auto;
    pointer-events: auto;
}

@media screen and (max-width: 425px) {
    .szechenyi-img-wrapper img{
        width: 276px;
    }

    footer p {
        padding-bottom: 180px;
    }
}