@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;700&display=swap');

* {
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Barlow;
}
.wrapper {
    max-width: 1600px;
    margin: 0 auto 0 auto;
}
nav {
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background: linear-gradient(#2b5876, #4e4376);
    height: 4em;
}
@media only screen and (max-width: 1000px) {
    nav {display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}
.bars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5px;
}
#myNav a {
    border: 0;
    color: #4e4376;
}
nav a {
    text-decoration: none;
    letter-spacing: 0.3em;
    font-size: 1.2em;
    padding-bottom: 5px;
}
@media only screen and (max-width: 1000px) {
    nav a {display: none}
}
nav a:link {
    text-decoration: none;
    color: white;
}
nav a:visited {
    text-decoration: none;
    color: white;
}
nav a:hover {
    text-decoration: none;
    color: white;
    border-bottom: 2px solid white;
    border-radius: 10%;
}
nav a:active {
    text-decoration: none;
    color: white;
}
.icons a:hover {
    text-decoration: none;
    color: white;
    border-bottom: 0;
}
.egyesulet {
    display: flex;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.egyesulet p {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 700;
    font-size: 1.6em;
    color: #4e4376;
    padding-bottom: 20px;
}
.tamogato {
    display: flex;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tamogato img {
    max-width: 60%;
    height: auto;
}
.tamogato h3 {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 700;
    font-size: 1.6em;
    color: #4e4376;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1117px) {
    .egyesulet p {text-align: center;}
}
.jovo {
    text-transform: uppercase;
    color: #4e4376;
    font-size: 1.2em;
    padding-top: 40px;
    text-align: center;
}
.mult {
    text-transform: uppercase;
    color: #4e4376;
    font-size: 1.2em;
    text-align: center;
}
@media only screen and (max-width: 1117px) {
    .card-6 {margin-bottom: 50px;}
}
.kartya {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 50px 0;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    color: #4e4376;
    margin-bottom: 100px;
    gap: 10px;
}
.kartya img {
    max-width: 40em;
    max-height: 27em;
    padding-bottom: 20px;
}
.cards {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 50px 0;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    color: #4e4376;
    margin-bottom: 100px;
    gap: 10px;
}
.cards a {
    text-decoration: none;
    color: #4e4376;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.cards img {
    max-width: 15em;
    max-height: 15em;
    padding-bottom: 20px;
}
.cards h3 {
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 20px 0;
}
.cards h4 {
    padding-bottom: 10px;
}
.cards p {
    padding-bottom: 10px;
}
.card-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    max-width: 25em;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.card-1 p {
    text-align: center;
}
.card-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 25em;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
    border: 4px solid black;
    color: black;
}
.card-2 h3 {
    text-align: center;
}
.card-2 p {
    text-align: center;
}
.card-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    max-width: 25em;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
    border-top: 8px solid red;
    border-bottom: 8px solid green;
}
.card-3 p {
    text-align: center;
}
.card-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 25em;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.card-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 25em;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.card-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 25em;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.card-6 img {
    max-width: 30em;
}
footer {
    padding-top: 10px;
    background: linear-gradient(#2b5876, #4e4376);
    width: 100%;
}
footer p {
    text-align: center;
    color: white;
    padding: 20px 0 10px 0;
    font-size: 1.3em;
}
footer a {
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 1em;
    font-weight: 600;
}
footer a:link {
    text-decoration: none;
    color: white;
}
footer a:visited {
    text-decoration: none;
    color: white;
}
footer a:hover {
    text-decoration: none;
    color: white;
}
footer a:active {
    text-decoration: none;
    color: white;
}
.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
}
.documents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    padding: 10px 0 50px 0 ;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 70px;
}
.documents a {
    text-decoration: none;
    color: white;
}
.documents p {
    padding-top: 20px;
    font-size: 1em;
}
.doc-1, .doc-2, .doc-3, .doc-4, .doc-5, .doc-6, .doc-7, .doc-8 {
    padding: 20px;
    color: white;
    background: linear-gradient(#2b5876, #4e4376);
    width: 400px;
    box-shadow: 2px 2px 2px 2px black;
    border-radius: 2%;
    text-transform: uppercase;
    text-align: center;
}
.doc-7 {
    margin-bottom: 50px;
}
.doc-9 {
    margin-top: 20px;
    padding: 10px;
    color: white;
    background: linear-gradient(#2b5876, #4e4376);
    box-shadow: 2px 2px 2px 2px black;
    border-radius: 2%;
    text-transform: uppercase;
    text-align: center;
}
.informaciok {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 70px;
    color: #4e4376;
}
.adatok {
    padding-bottom: 130px;
}
.years {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 50px 0;
    justify-content: center;
    gap: 20px;
    align-items: center;
    align-content: center;
    color: white;
}
.years a {
    text-decoration: none;
    color: white;
}
.years a:hover {
    color: #4e4376;
    background-color: white;
}
.year-2021 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 200px;
    padding: 100px 0 100px 0;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
    background: linear-gradient(#2b5876, #4e4376);
}
.year-2022 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 200px;
    padding: 100px 0 100px 0;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
    background: linear-gradient(#2b5876, #4e4376);
}
.year-2023 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 200px;
    padding: 100px 0 100px 0;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
    background: linear-gradient(#2b5876, #4e4376);
}
.year-2024 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 200px;
    padding: 100px 0 100px 0;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
    background: linear-gradient(#2b5876, #4e4376);
}
.year-2025 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 200px;
    padding: 100px 0 100px 0;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
    background: linear-gradient(#2b5876, #4e4376);
}
@media only screen and (max-width: 420px) {
    .year-2023 {margin-bottom: 100px;}
}
.esemenyek {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 50px 0;
    justify-content: center;
    gap: 20px;
    align-items: center;
    align-content: center;
    margin-bottom: 100px;
}
.esemenyek img {
    height: 400px;
    padding: 10px;
}
.esemenyek p {
    font-size: 1.2em;
    color: #4e4376;
    text-transform: uppercase;
    font-weight: 600;
    padding: 50px 0 50px 0;
}
.orseg {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.erdely {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.veszto {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.egyesulet20 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.temesvar {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.horgasz22 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.talalkozo22 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.talalkozo23 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.szanazug {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.szanazug2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.biliard2023 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.kuldott2022 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.emlekezes2023 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.vezetosegi2024 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.biliard2024 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.hagyomanyos2024 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.fozoverseny2024 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.horgasz2024 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.olimpia2024 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.kartya2025 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.kisujszallas2025 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 400px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
}
.vissza {
    color: white;
    background: linear-gradient(#2b5876, #4e4376);
    box-shadow: 2px 2px 2px 2px black;
    border-radius: 2%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 150px;
    padding: 10px 0 10px 0;
    font-weight: 600;
    width: 200px;
}
.vissza a {
    text-decoration: none;
    color: white;
    font-size: 1em;
}
.palyazatok {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 50px 0;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    text-align: center;
    color: #4e4376;
    background-color: white;
    gap: 10px;
}
.palyazat-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    max-width: 600px;
    box-shadow: 2px 2px 2px 2px #DCDCDC;
    border-radius: 2%;
    padding: 10px;
}

.palyazat-1 h1 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.palyazat-1 h3 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.palyazat-1 p {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.palyazat-1 a {
    text-transform: uppercase;
    text-decoration: none;
    color: #4e4376;
    font-size: 1.5em;
    font-weight: 600;
}