/*
Theme Name: NesiaPress Child Theme
Template: nesiapress
Author: onlinebetnews-sk.com
Description: Child theme
Version: 1.0
Updated: 2021-07-15 12:00:00
*/


.banner-link img{
    margin: 0 auto;
}
.site-header-menu{
    margin: 0 !important;
}
footer{
    background: #fff;
    padding: 20px 10px !important;
}
.site-info p{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 1023px){
    .site-title img{
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1024px){
    body {
        background-image: url(/wp-content/uploads/futbalovy-stadion.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}
@media only screen and (max-width: 700px){
    .site-info p {
        flex-direction: column;
    }
}
.entry-header img{
    margin: 0 auto;
}
.widget h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
}