
#nyitvatartas{
    padding: 10px 20px;
    padding-bottom: 60px;
    align-items: center;
}

.napok{
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

caption{
    padding-bottom: 15px;
}

#Kapcsolat{
    padding: 0 20px;
}
.contact-left{
    flex-basis:40%;
}
.contact-right{
    flex-basis: 55%;
}
.contact-left p{
    margin-top: 30px;
}
.contact-left p i{
    color: goldenrod;
    margin-right: 20px;
    font-size: 25px;
}

.social-icons{
    margin-top: 30px;
}

.social-icons a{
    text-decoration: none;
    font-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
    color: #ababab;
    display: inline-block;
    transition: transform 0.5s;
    
}
.social-icons a:hover{
    color: goldenrod;
    transform: translateY(-5px);
}

.contact-left > a{
    width:300px;
    text-align: center;
}
.btn2{
    display: block;
    margin: 15px auto;
    width: fit-content;
    border: 1px solid goldenrod;
    padding: 14px 50px;
    border-radius: 6px;
    text-decoration: none;
    color: white;
    transition: background-color 0.5s;
    background: goldenrod;
}

.contact-right iframe{
    width: 100%;
    height: 100%;
}

.tel{
    text-decoration: none;
    color: white;
    font-weight: bolder;
}

.left{
    text-align: left !important;
}

.copyright{
    width: 100%;
    color: white !important;
    text-align: center;
    padding: 25px 0;
    background: #002820;
    font-weight: 300;
    margin-top: 20px;
}
