.staz-bg{
    background-image: url("../static/staz.jpeg");
    background-size: cover;
    background-position: center center;
}
.vyherci-bg{
    background-image: url("../static/vyherci.jpeg");
    background-size: cover;
    background-position: center center;
}

.silverBorder{
    border: 4px solid #C0C0C0;
}
.bronzeBorder{
    border: 4px solid #CD7F32;
}
.greyBorder{
    border: 4px solid grey;

}

.elem1{
}
.elem2{
    margin-top: 8% !important;
}
.elem3{
    margin-top: 16% !important;
}

.showOn400{
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .flexColOn400{
        flex-direction: column !important;
    }
    .showOn400{
        display: block !important;
    }
    .hideOn400{
        display: none !important;
    }
    .imageWidth300On400{
        width: 300px;
    }
    .elem2{
        margin-top: 0% !important;
    }
    .elem3{
        margin-top: 0% !important;
    }
    .headlineSize{
        font-size:1.3rem;
    }
}