/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    .card {
        max-width: 550px;
    }
    h2 {
        font-size: 32px;
    }
    h4.panel-title {
        font-size: 25px;
    }
    #Header h2 {
        margin-top: 23px;
    }
    #Header h2.subtitle {
        margin-top: 0px;
    }
    #Header .card {
        height: 150px;
    }
    #Body .card {
        min-height: 400px;
    }
    .card-text {
        font-size: 25px;
        line-height: 33px;
        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: 350px;
    }
    #Footer .card-text {
        font-size: 24px;
        line-height: 28px;
        margin: 10px;
    }
    #Footer p {
        margin-bottom: 1.0rem;
    }
    .img-statny-znak {
        width: 45px;
        margin-right: 11px;
        margin-top: -14px;
    }
    #Znalec {
        float: left;
        width: 90%;
        margin-top: 19px;
    }
    #Copyright {
        font-size: 20px;
        height: 520px;
        padding-top: 30px;
    }
}
