body{
    margin: 0;
    width: 100%;
    height: 100%;
    color: #fdeb7b;
    background-color:  	#400000;
    background-image: url('img/BIGBOY.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: fixed;
    font-family: "impact";
}
img{
    border-radius: 15px;
}

.popis{
    font-size: 65px;
    margin-top: 140%;
}

.popisp{
    margin-top: 20px;
    font-size: 24px;
}

.img-fluid{
    margin-top: 130%;
    box-shadow: -5px 5px 10px 0px #a94007;
    width: 70%;
    margin-left: 20%;
    transition: 1s;
}

.zakaznici{
    font-size: 65px;
    margin-top: 10%;
}

.card{
    padding: 10px;
    background-color: #e38200;
    border-width: 5px;
    border-radius: 15px;
    box-shadow: -5px 5px 10px 0px #a94007;
    margin: 20%;
}

.card-title{
    font-family: "impact";
    font-size: 35px;
}

.kontakty{
    font-size: 65px;
    margin-top: 10%;
    margin-bottom: 5%;
}

#telefonxd, #emailxd, #adresaxd{
    font-family: "impact";
}

footer{
    padding-top: 15px;
    height: 60px;
    margin-top: 10%;
    text-align: center;
    background-color: #a94007;
    width: 100%;
}

@media (max-width: 1280px){
    .img-fluid{
        margin-top: 145%;
    }
    .card{
        margin: 10%;
    }
}

@media (max-width: 1024px){
    .img-fluid{
        margin-top: 160%;
    }
    .card{
        margin: 5%;
    }
}

@media (max-width: 990px){
    h2{
        margin-top: 40px
    }
}

@media (max-width: 767px){
    .popis{
        margin-top: 10%;
        text-align: center;
    }
    .img-fluid{
        margin-top: 70%;
    }
    .card{
        margin: 5%;
    }
    h2{
        margin-top: 40px
    }

}

@media (max-width: 540px){
    .popis{
        margin-top: 10%;
        text-align: center;
    }
    .img-fluid{
        margin-top: 70%;
    }
    .card{
        margin: 5%;
    }
    h2{
        margin-top: 40px
    }
}