body{
    margin: 0;
    background-image: url(hátterek/kapcsolat.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: Verdana;
}
li{
    list-style: none;
}


a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding: 20px 20px;
    background-color: grey;
    border-radius: 10px;
    transition: 0.4s;
    border-width: 3px;
    border: black solid;
    
}
a:hover{
    background-color:dimgray;
    font-size: 28px;
    transition: 0.4s;
}
a.kics{
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding: 20px 20px;
    background-color: grey;
    border-radius: 10px;
    transition: 0.4s;
    border-width: 3px;
    border: black solid;
}
a.kics:hover{
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding: 20px 20px;
    background-color: orange;
    border-radius: 10px;
    transition: 0.4s;
    border-width: 3px;
    border: black solid;
}
header{
    position: relative;
    

}
.navbar{
    width: 100%;
    height: 98px;
    
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    justify-content:center;
}

.navbar .links{
    display: flex;
    gap: 2rem;

    
    
}
.navbar .links .active{
    background-color: orange;

    transition: 0.4s;
    
}
.navbar .dropdown_menu .active{
    background-color: orange;

    transition: 0.4s;
    
}
.navbar .toggle_button{
    font-size: 4rem;
    display: none;
    cursor: pointer;
    color:orange;
    -webkit-text-stroke: 3px black;
    
}

@media (max-width: 1650px){
    .navbar .links{
        display: none;
    }
    .navbar .toggle_button{
        display: block;
    }
    .dropdown_menu{
        display: block;
    }
}

.dropdown_menu{
    display: block;
    position: absolute;
    background-color: rgb(206, 206, 206);
    border-radius: 50px;
    
    top: 70px;
    width: 400px;
    z-index: 1;
    overflow: hidden;
    
    height: 0;
    transition: height 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    
}

.dropdown_menu li{
    padding: 0.7rem;

    display: flex;
    align-items: center;
    justify-content: center;

}
.dropdown_menu.open{
    height: 750px;
    border: black solid;
    
}

@media (max-width: 576px) {
    .dropdown_menu{   
        width: unset;
    }

}

#bal{
    padding: 50px;
    width: 50%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255, 0.85);
    margin: auto;
}
#jobb{
    width: 35%;
    margin: auto;
}
table{
    margin: auto;
    width: 100%;
}

#facebook{
    background: none;
    font-size: 90px;
    padding: none;
    border: none;
    color: blue;
    text-decoration: underline;
    transition: none;

}
#facebook:hover{
    background: none;
    font-size: 90px;
    transition: none;
}
.terkep{
    border: 2px solid;
    text-align: center;
    width: 100%;
    margin: 10px 0;

}

.elemek{
    justify-content: baseline;
}

@media (min-width: 1776px) {
    .elemek{
        display: flex;
    }
    .terkep{
        height: 60vw;
    }

}



.felso{
    margin: 50px 0;
}


h1{
    font-size: 30px;
    color: orange;
    -webkit-text-stroke: 1px black;
    font-weight: bold;
}
.also{
    margin: 50px 0;
    text-align: center;
}
.rendel{
    font-size: 20px;
    -webkit-text-stroke: 1px black;
    font-weight: bold;
    color: red;
}
.email{
    color: black;
    font-size: 30px;
}
.level{
    font-size: 9px;
}
.jel{
    font-size: 10px;
}

@media (min-width: 776px) {
    .rendel{
        font-size: 2vw;
        -webkit-text-stroke: 1px black;
        font-weight: bold;
        color: red;
    }
    h1{
        font-size: 3vw;
        color: orange;
        -webkit-text-stroke: 1px black;
        font-weight: bold;
    }
    .email{
        color: black;
        font-size: 2.2vw;
    }
    .jel{
        font-size: 30px;
    }
    .level{
        font-size: 2.2vw;
    }
}


