body {
    font-family: 'Raleway', sans-serif;
    position: absolute;
    width: 100%;
    min-height: 100%;
    padding-bottom: 90px;
    box-sizing: border-box;
}
* {
    -webkit-tap-highlight-color: transparent;
}
[v-cloak], [v-for] {
    display: none !important;
}
html, body {
    margin: 0;
}
nav {
    clear: both;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    
    box-shadow: 0 .3rem 3rem rgba(0,0,0,.15)!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #a0a0a0;
    z-index: 200;
}
#signoff {
    text-align: right;
}
#maintext {
    padding: 30px;
}
nav .text {
    color: #262626;
    margin: 0;
}
#nav_links a[href]:hover::after {
    width: 100%;
}
#nav_links a[href]::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    height: 2px;
    width: 0%;
    display: block;
    background: black;
    transition: width 0.3s;
    transition-timing-function: ease-in-out;
}

#nav_links {
    text-align: right;
    height: 100%;
}

#nav_links a {
    font-size: 18px;
    display: inline-block;
    margin: 15px;
    
    
    position: relative;
    text-decoration: none;
}

#title {
    display: inline-block;
    float: left;
}
#title_img {
    
    float: left;
    display: inline-block;
    height: 100%;
    width: 150px;
    background-image: url("../felirat_filter.png");
    
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}




@keyframes goinleft {
    from {
        transform: translateX(-20%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.floatup {
    animation: floatup 0.5s;
    animation-timing-function: ease-in-out;
}
.floatup_with_delay {
    transform: translateY(60%);
    opacity: 0;
}
@media screen and (max-width: 800px) {
    .floatup {
        animation: none;
    }
    .floatup_with_delay {
        transform: none;
        opacity: 1;
    }
}
@keyframes floatup {
    from {
        transform: translateY(60%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#content {
    text-align: center;
    box-shadow: 0 -0.5rem 1rem rgba(0,0,0,.55)!important;
    z-index: 2;
    padding-top: 60px;
}

#scroll_indicator {
    
    background-color: transparent;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    animation: upanddown 2s infinite;
    animation-timing-function: ease-in-out;
}
#scroll_indicator i {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: max-content;
    height: max-content;
    margin: auto;
    color: white;
    font-size: 60px;
    text-shadow: 0 .5rem 0.5rem rgba(0,0,0,.55)!important;
}

@keyframes upanddown {
    0% {
        transform: translateY(-30%);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30%);
    }
}
#mebox {
    display: inline-block;
    text-align: center;
    width: 100%;
}
#mebox h1 {
    margin-top: 0;
}




#contact_content {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 10vh;
    text-align: center;
}
#contact_box {
    vertical-align: middle;
    display: inline-block;
    padding: 20px;
}
#contact_box h2 {
    text-align: center;
    font-size: 30px;
}
#contact_left, #contact_right {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: max-content;
    
}
#contact_wrapper {
    height: max-content;
}
#contact_left {
    left: 0;
    text-align: right;
}
#contact_right {
    right: 0;
    text-align: left;
}
.little_contact_box {
    background-color: #f2f2f2;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    display: block;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
}
.little_contact_box:hover i {
    animation: wiggle 1s;
    /*animation-timing-function: ease-in-out;*/
}
@keyframes wiggle {
    0% {transform: rotate(10deg);}
    25% {transform: rotate(-10deg);}
    50% {transform: rotate(20deg);}
    75% {transform: rotate(-5deg);}
    100% {transform: rotate(0deg);}
}
.little_contact_box i {
    font-size: 25px;
    vertical-align: top;
    padding-top: 3px;
}
.little_contact_box h3 {
    margin: 0;
    font-size: 28px;
    display: inline-block;
    vertical-align: top;
}
.little_contact_box p {
    margin: 0;
    text-align: right;
    font-size: 22px;
}
.little_contact_box p a {
    text-decoration: none;
}
a.link[href], .link {
    color: #0074D9;
}
#name {
    font-size: 30px;
    margin: 0;
    margin-top: 5px;
}
#istvan {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    height: 400px;
}





#menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    height: 45px;
    width: 45px;
    background-color: transparent;
    margin: auto;
    border-radius: 50%;
    visibility: hidden;
}
#menu.close {
    background-color: rgba(0,0,0,.15);
}
#menu i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: max-content;
    color: black;
    font-size: 30px;
}


@media screen and (max-width: 850px) {
    #nav_links {
        width: min-content;
        height: max-content;
        position: absolute;
        top: 61px;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom-left-radius: 8px;
        transform: translateX(100%);
        transition: transform 0.5s;
        transition-timing-function: ease-in-out;
    }
    #nav_links.show {
        transform: translateX(0);
    }
    #nav_links a {
        position: block;
    }
    #menu {
        visibility: visible;
    }
}

@media screen and (max-width: 660px) {
    footer .right {
        display: none;
    }
    footer {
        text-align: center;
    }
}
@media screen and (max-width: 560px) {
    footer .bullet {
        display: none;
    }
    footer .text {
        margin: 5px;
        display: inline-block;
    }
}

hr {
    height: 3px;
    border-radius: 15px;
    border: none;
    background-color: #262626;
    margin: 30px 0;
}

#createdby_link {
    color: inherit;
    text-decoration: none;
}
footer {
    background-color: #ebebeb;
    margin: 0;
    padding: 15px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
footer > div {
    display: inline;
}
footer .right {
    float: right;
}
footer .bullet {
    margin: 0 8px;
}

#createdby_link .link {
    
    text-decoration: underline;
}