/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px)
{
    .card {
        max-width: 550px;
    }
    h2 {
        font-size: 19px;
    }
    h4.panel-title {
        font-size: 16px;
    }
    #Header h2 {
        margin-top: 22px;
        margin-bottom: 0px;
    }
    #Header h2.subtitle {
        margin-top: 0px;
    }
    #Header .card {
        height: 95px;
    }
    #Body .card {
        min-height: 200px;
    }
    .card-text {
        font-size: 17px;
        line-height: 20px;
        margin: 10px;
    }
    #SlovenskoSiKrasne1 {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 10px;
        color: white;
    }
    #SlovenskoSiKrasne2 {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 10px;
        color: #0B4EA2;
    }
    #Footer .card {
        height: 220px;
    }
    #Footer .card-text {
        font-size: 17px;
        line-height: 17px;
        margin: 10px;
    }
    #Footer p {
        margin-bottom: 0.6rem;
    }
    .img-statny-znak {
        width: 26px;
        margin-right: 11px;
        margin-top: -9px;
    }
    #Znalec {
        float: left;
        width: 91%;
        margin-top: 12px;
    }
    #Copyright {
        font-size: 17px;
        height: 330px;
        padding-top: 20px;
    }
}
