#Asztalfoglalas{
    width: 100%;    
}
.copyright1{
    bottom: 0;
    position: absolute;
    width: 100%;
    color: white !important;
    text-align: center;
    padding: 25px 0;
    background: #003222;
    font-weight: 300;
    margin-top: 10px;
}

@media only screen and (max-width: 1100px){
    #hely{
        text-align: center !important;
    }
    .contact-left{
        text-align: center;
        font-size: 18px;
        flex-basis: 65%;
        margin: 20px 0;
    }
    .copyright1{
        bottom: 0;
        position: relative;
        width: 100%;
        color: white !important;
        text-align: center;
        padding: 25px 0;
        background: #003222;
        font-weight: 300;
        margin-top: 20px;
    }

}
@media only screen and (max-width: 910px){
    .contact-left{
        text-align: center;
        font-size: 18px;
        flex-basis: 75%;
        margin: 20px 0;
    }
}