body{
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(237, 98, 100, 0.384);
    margin: 0;
}

a{
    text-decoration: none;
    color: black;
}

menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px;
    padding: 0.6%;
    margin-bottom: 4%;
    background-color: white;
}

menu>img{
    width: 13%;
}

nav>a{
    padding: 20px;
    font-weight: bolder;
}

.rolunk:hover,.kapcsolat:hover{
    color: rgba(0, 0, 0, 0.712);
}

.jelentkezes{
    background-color: rgb(237,98,100);
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: rgb(238, 238, 238);
}

.jelentkezes:hover{
    background-color: rgb(207, 98, 100);
}

main{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 8%;
    padding: 5%;
    border-radius: 8vw;
    background-color: white;
    
}

main>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main>div>img{
    width: 40%;
    border-radius: 2vw;
}

.plusszos>img{
    width: 25%;
}

span{
    width: 45%;
}

.bal{
    display: flex;
    flex-direction: column;
}

.jobb{
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;

}

section{
    background-color: white;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
    width: 100%;
}

.kapcsolatok{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 90px;
}

.kapcsolatok>div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 20%;
    padding-right: 90px;
    padding-left: 90px;
}

.egy{
    border-right: 1px solid black;
}

.ketto{
    border-left: 1px solid black;
}

i{
    padding: 15px;
    padding-left: 35px;
    padding-right:  35px;
    background-color: rgb(237,98,100);
    border-radius: 25px;
    color: white;
}

footer{
    margin-top: 50px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

footer>div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: white;
    border-radius: 8vw;
    margin-bottom: 40px;
}

footer>div>a{
    text-align: center;
    margin: 20px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 5px;
}

footer>div>.egy{
    padding-right: 60px;
}

a>img{
    width: 2.5vw;
}

iframe{
    border-radius: 2vw;
}

footer>div>a:hover{
    color: rgba(0, 0, 0, 0.712);
}




@media screen and (max-width:1200px) {
    menu>img{
        width: 20%;
    }
    a>img{
        width: 5vw;
    }
    iframe{
        border-radius: 5vw;
    }
    main{
        margin: 0;
        margin-bottom: 10%;
        margin-right: 10%;
        margin-left: 10%;
    }
}

@media screen and (max-width:992px) {
    menu>img{
        width: 30%;
    }

    main{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    main>div{
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    main>div>img{
        margin: 40px;
        width: 70%;
    }

    span{
        width: 70%;
    }

    .kapcsolatok{
        flex-direction: column;
        
    }

    .kapcsolatok>.egy{
        border-right: 0;
        border-bottom: 1px solid black;
        padding-bottom: 4vw;
    }

    .kapcsolatok>.ketto{
        border: 0;
        border-top: 1px solid black;
        margin-top: 4vw;
    }

    section{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    footer>div>.egy{
            border: 0;
            margin: 0;
            padding: 0;
    }

    

    footer>div, footer>div>a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;

    }

    footer>div{
            margin-bottom: 20px;
            padding: 5%;
    }

    footer>div>a, footer>div>.egy{
        padding: 15px;
        margin: 5px;
    }
    
}

@media screen and (max-width:768px){

    menu>img{
        width: 50%;
        margin-bottom: 5%;
    }

    iframe{
        width: 400px;
    }

    nav>a{
        padding: 10px;
    }

    .jelentkezes{
        padding-left: 20px;
        padding-right: 20px;
    }

    a>img{
        width: 8vw;
    }

    .kapcsolatok>div{
        width: 30%;
    }

    menu{
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        margin-bottom: 15%;
    }

    menu>nav{
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width:576px){

    body{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    menu{
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        margin-bottom: 15%;
    }

    menu>img{
        width: 60%;
        margin-bottom: 5%;
    }

    iframe{
        width: 270px;
    }

    .kapcsolatok>div{
        width: 40%;
    }
}