@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@1,300&family=Noto+Serif+Hebrew:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');

.logo {
    width: 20px;
    height: 10px;
    padding-bottom: 15px;
}

.kezdokep {
    width: 100%;
    height: auto;
    margin-top: 35px;
}

iframe {
    margin-left: 75px;
    padding-right: 150px;
    padding-top: 20px;
}

.section1 {
    font-family: 'Chivo Mono', monospace;
    color: #413543;
}

.h2_arak {
    font-family: 'Ovo', serif;
    text-align: center;
    text-transform: uppercase;
}

.h1_bemutat {
    background-image: url('iroda.jpg');
    background-size: cover;
    background-position: center;
    height: 100px;
    padding-top: 100px;
}

.h1_szolg {
    background-image: url('szolg_foto.jpg');
    background-size: cover;
    background-position: center;
    height: 100px;
    padding-top: 100px;

}

.h1_kapcs {
    background-image: url('kapcsolat.jpg');
    background-size: cover;
    background-position: center;
    height: 100px;
    padding-top: 100px;
}

.h1_arak {
    background-image: url('arak2.jpg');
    background-size: cover;
    background-position: center;
    height: 100px;
    padding-top: 100px;
}

.h2_rolunk {
    padding-left: 270px;
    padding-right: 130px;
    font-weight: bolder;
    line-height: 200%;
    font-size: 15px;
    font-family: 'Chivo Mono', monospace;
    color: #413543;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: transparent;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    color: black;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 20px;
    height: 16px;

}


.topnav p.logo {
    float: left;
    width: 100px;
    padding: 7px;
    margin-top: 15px;
    height: 16px;
}

.footnote {
    height: 50px;
    padding-top: 100px;
    text-align: center;
    clear: both;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: black;
}

.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: black;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.h1-rolunk {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-size: 30px;
}

.unlist {
    padding-left: 300px;
    padding-right: 300px;
    font-style: italic;
    font-weight: bolder;
    line-height: 200%;
    font-size: 15px;
    font-family: 'Chivo Mono', monospace;
    color: #413543;
}