body{
    margin: 0;
    background-image: url(hátterek/ugyelet.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;
    }

}
.web{
    color: blue;

    background: none;
    border: none;
    background-color: rgb(255, 255, 255, 0.85);
    border-radius: 30px;
    padding: 5px;
    transition: none;
    font-size: 80%;

}
.web:hover{
    background: none;
    font-size: 80%;
    transition: none;
    border: none;
    background-color: rgb(255, 255, 255, 0.85);
    border-radius: 30px;
    padding: 5px;
    transition: none;
}
.bal{
   
    text-align: center;
    margin: 0 2%;
}
.jobb{
    
    text-align: center;
    margin: 0 2%; 
}
video{
    width: 300px;
    border: 5px solid black;
}
img{
    width: 300px;
    background-color: rgb(255, 255, 255, 0.85);
    border-radius: 30px;
    padding: 5px;
}
.elemek{
    justify-content: center;
}
.lent{
    text-align: center;
    margin: 20px;
}
p{
    background-color: rgb(255, 255, 255, 0.85);
    border-radius: 30px;
    padding: 5px;
    font-size: 30px;
    margin: 30px;
}

@media (min-width: 976px) {
    .elemek{
        display: flex;
    }
    video{
        width: 30vw;
    }
    img{
        width: 30vw;
    }
    .web{
        font-size: 2vw;
    }
    .web:hover{
        font-size: 2vw;
    }
    p{
        font-size: 2vw;
    }
}
