header {
    width: 100%;
    height: 225px;
    z-index: 2;
    background-color: #ffffff;
    position: relative;
    padding-top: 15px;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.3);
}


header:after {
    background: linear-gradient(-45deg, transparent 13px, #ffffff 0), linear-gradient(45deg, transparent 13px, #ffffff 0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 14px 20px;
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    position: relative;
    top: 20px;
    left: 0;
}

#kfc-logo {
    max-width: 301px;
    width: 96%;
    height: 201px;
    margin: 0 auto;
    display: table;
    background-size: contain;
    overflow: hidden;
    background-image: url(../img/LOGO.png);
    background-repeat: no-repeat;
    z-index: 20;
}

body{
    background-color: #e4002b;
    margin: 0;
}

.container{
    background-color: #e4002b;
    display: table;
    margin: 50px auto 0;
}

h1{
    color: white;
    text-align: center;
    font-family: Ubuntu,sans-serif;
    font-size: 54px;
    padding-left: 15px;
    padding-right: 15px;
}
h2{
    color: white;
    text-align: center;
    font-family: Ubuntu,sans-serif;
    font-size: 38px;
    padding-left: 15px;
    padding-right: 15px;
}


.kupon-kod{
    color: white;
    font-family: Ubuntu,sans-serif;
    font-size: 72px;
}

p{
    margin: 0 auto;
    display: table;
    font-size: 30px;
    font-family: Ubuntu,sans-serif;
    color: white;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

a{
    color: white;
}

.map{
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    display: block; 
    height: 430px;
    overflow: hidden;
}

iframe{

    
    position: relative;
    top: -50px;
    border: none;

}


@media (max-width: 505px) {

    header {
        width: 100%;
        height: 236px;
        z-index: 2;
        background-color: #ffffff;
        position: relative;
        padding-top: 50px;
        box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.3);

    }

    header:after {
        top: 2px;
        left: 0;
    }

    h1{
        font-size: 34px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .kupon-kod{

        font-size: 42px;
    }

}



