html {
    scroll-behavior: smooth;
    word-wrap: break-word;
}
body {
    background: #35231c url('../design/bg.webp') no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-origin: content-box;
    background-attachment: fixed;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.6em;
}
a {
    text-decoration: none;
}

#small-screen-menu {
    display: none;
    background: #35231c url('../design/bg.webp') no-repeat;
    background-size: cover;

}
#small-screen-menu .links {
    margin: -5em 0 0 0;
}
#small-screen-menu .links a {
    color: #ebdfdb;
    text-shadow: 1px 2px #000;
    border-bottom: #ebdfdb 5px solid;
    font-size: 1.3em;
}
#large_nav {
    text-align: right;
    /*margin: 1em;*/
    padding: 1em;
}
#large_nav a {
    display: inline-block;
    padding: 0.2em;
    font-size: 1.1em;
    color: #ebdfdb;
    text-shadow: 1px 2px #000;
    border-bottom: #ebdfdb 5px solid;
}
#large_nav a:hover {
    border: none;
}
.lg-nav {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background-image: radial-gradient(#fdc04e 10%, transparent);

}

#main {
    padding: 0 5px 0 5px;
}
.logo {
    background: transparent url('../design/ikon.png') no-repeat;
    background-size: contain;
    background-position: bottom center;
    text-align: center;
    padding: 0 0 6em 0;

}
.logo h1 {
    margin: 0;
    padding: 0;
    font-size: 3.8em;
    font-family: 'Alumni Sans Inline One', cursive;
    line-height: 0.8em;
    color: #fff;
    text-shadow: 5px 5px 5px #000;
}
.logo h1 a {
    color: #fff;
    text-shadow: 5px 5px 5px #000;
}
.logo .slogan {
  font-size: 0.7em;
}
.head-slide {
    display: none;
}
#content {
    height: 14em;
}
#content, article {
    background-image: radial-gradient(#fdc04e 10%, transparent);
    padding: 0.5em;
    /* border: #ae5107 10px solid; #fdc04e */
    border-radius: 10px;
}
#content h1, h2, h3 {
    font-family: 'Alumni Sans Inline One', cursive;
    text-shadow: 5px 5px 5px #000;
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    line-height: 1em;
    padding: 1.5em 0 1.5em 0;
}
article {
    margin: 1em 0 1em 0;
    color: #2f0d01;
    background-image: radial-gradient(#fdc04e 30%, transparent);
    color: #000;
}
article h2 {
    text-align: center;
}
.home-box {
    margin: 1em 0 1em 0;
}
.home-box h2 {
    margin: 0;
    padding: 0;
}
section {
    position: relative;
    margin: 1em 0;
}
section img {
    width: 96%;
    height: auto;
    margin: 1em 0;
}
#elkeszult-munkaim {
    text-align: center;
}
#elkeszult-munkaim img {
  max-width: 70%;

  margin: 0 auto 0 auto;
  border-radius: 5px;
}
.rotate-plus {
    transform: rotate(10deg);
}
.rotate-minus {
    transform: rotate(-10deg);
}
.section-title {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 430px) {
    .section-title h2 {
        font-size: 1.1em;
        margin: 0;
        padding: 0;
        transform: rotate(-10deg);
    }
    section img {
        margin: -1em 0;
    }
}
footer {
    padding: 0 0 3em 0;
}
footer h3 {
    font-family: 'Alumni Sans Inline One', cursive;
    font-size: 1.8em;
    text-align: center;
}
#kapcsolat {
    text-align: center;
    font-size: 1.5em;
    margin: 0 0 2em 0
}
#kapcsolat h3 {
    font-size: 1.5em;
    margin: 1em 0 0 0;
}

input, textarea {
    display: block;
    background: transparent;
    border: bisque 1px solid;
    padding: 0.4em;
    color: bisque;
}
textarea {
    width: 100%;
}
input[type=text], input[type=email] {
    width: 100%;
}
input[type=checkbox] {
    background: transparent;
}
input[type=submit], input[type=reset] {
    cursor: pointer;
    display: inline;
    padding: 0.2em;
}
input[type=submit] {
    background-color:green;
    /*margin: 0 0 0 1.8em;*/
}
input[type=reset] {
    background-color: red;
}
#footer-links {
    font-size: 0.8em;
    margin: 4em 0 2em 0;
}
#footer-links a {
    color: #534945;
    display: block;
    float: left;
    padding: 0 1em 0 1em;
}
#power {
    clear: both;
    font-size: 0.4em;
    text-align: right;
    color: #000;
}
.gallery-links {
  text-align: center;
}
.gallery-links img {
  width: 280px;
  height: 280px;
  margin: 10px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
}
.nenikeddel_szorakozz {
    display: none;
}