/* Super Extra large devices (large desktops, 1920px and up) */
@media (min-width: 1920px)
{
    .card {
        max-width: 660px;
    }
    h2 {
        font-size: 37px;
    }
    h4.panel-title {
        font-size: 32px;
    }
    #Header h2 {
        margin-top: 33px;
    }
    #Header h2.subtitle {
        margin-top: 0px;
    }
    #Header .card {
        height: 180px;
    }
    #Body .card {
        min-height: 480px;
    }
    .card-text {
        font-size: 32px;
        line-height: 38px;
        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: 420px;
    }
    #Footer .card-text {
        font-size: 28px;
        line-height: 34px;
        margin: 10px;
    }
    #Footer p {
        margin-bottom: 1.0rem;
    }
    .img-statny-znak {
        width: 54px;
        margin-right: 11px;
        margin-top: -14px;
    }
    #Znalec {
        float: left;
        width: 90%;
        margin-top: 19px;
    }
    #Copyright {
        font-size: 24px;
        height: 600px;
        padding-top: 30px;
    }
}