@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,500,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,700i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:300,400,600&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400&display=swap&subset=latin-ext');
*{
    box-sizing: border-box;
}
body{
    margin:0;
    padding: 0;
    position: relative;
    width: 100%;
    background: #f7e9e9;
    font-family: 'Zilla Slab', serif;

}
a{
    text-decoration: none;
    color: unset;
}
#desktop{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 30px 0px;
    background: #ecd2d2;
    border-bottom: 1px solid #c5a0a0;
}
#desktop ul{
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}
#desktop ul li{
    list-style: none;
    display: inline-block;
}
#desktop ul li a{
    color: #381e2f;
    display: block;
    margin: auto 10px;
    padding: 11px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Work Sans', sans-serif;
    font-weight: lighter;
    position: relative;
    font-size: 14px;
    transition: .2s;
    z-index: 1;
}
#desktop ul li a:after{
    position: absolute;
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    background: #381e2f;
    transition: .3s;
    content: '';
    z-index: -1;
}
#desktop ul li a:hover{
    color: #d8afb4;
}
#desktop ul li a:hover:after{
    width: 100%;
}
#desktop ul li b{
    font-weight: lighter;

}
.contact{
    padding: 20px 0px;
    text-align: center;
    background: #502d40;
    color: #ecd2d2;
    font-family: 'Work Sans', sans-serif;
    font-weight: lighter;

}
.logo{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
}
.logo img{
    height: 100px;
    opacity: 1;
}
#logo-box img{
    height: 180px;
}
main{
    position: relative;
    width: 100%;
    padding: 10px;
    margin: auto;

}
#header{
    min-height: calc(100vh - 158px);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;

}
.headerbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/13879.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: .7;
}
.fb-image img, .column img, #blog a img, .absolute-image{
    position: absolute;
    top: 0%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    zoom: .1;
    opacity: .6;
    z-index: 1;
    transition: .3s;
}
#blog a:hover img{
    transform: translate(-50%, 0%) scale(1.2);
}
.column img{
    z-index: 2;
    opacity: 1;
    cursor: pointer;

}
#header h1, #header h2, #bemutatkozas h2, #cikkek h2{
    font-size: 100px;
    color: #381e2f;
    letter-spacing: 4px;
    font-weight: lighter;
    margin: 0;
    text-transform: uppercase;
    z-index: 2;
}
#header h2, #bemutatkozas h2, #cikkek h2{
    font-size: 30px;
    border-top: 2px solid #381e2f;
    margin: 0;
    text-align: center;
}
#bemutatkozas{
    min-height: 400px;
    padding: 20px;
    overflow: hidden;
}
#bemutatkozas h2, #cikkek h2{
    margin: 30px auto;
    border-top: unset;
}
#bemutatkozas p{
    max-width: 1000px;
    text-align: center;
    line-height: 35px;
    font-family: 'Alegreya', serif;
    font-weight: lighter;
    margin: auto;
    font-size: 17px;
    color: #381e2f;
}
#facebook-invite{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    width: 100%;
    min-height: 300px;
    margin: auto;
    color: white;
    font-weight: 400;
    font-family: 'Alegreya', serif;
    letter-spacing: 2px;
    -webkit-box-shadow: 0px 0px 30px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 30px -14px rgba(0,0,0,0.75);
box-shadow: 0px 0px 30px -14px rgba(0,0,0,0.75);
border-radius: 4px;
overflow: hidden;
}
h3{
    margin: 0;
}
.fb-image{
    position: relative;
    overflow: hidden;
}
.fb-image img{
    opacity: 1;
}
.fb-text{
    background: #d8afb4;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
.fb-text h2, .fb-text h3{
    margin: 0;
}
.fb-text a{
    margin: 20px auto;
    background: #c68e94;
    color: white;
    border-radius: 3px;
    display: block;
    padding: 8px 16px;
}
#gallery{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
    margin: auto;
}
.image{
    position: relative;
    overflow: hidden;
}
.column:after{
    display: block;
    padding-bottom: 140%;
    content: '';
}
.image img, #blog a img{
    top: 0%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    opacity: 1;
    border-radius: 30px;
    overflow: hidden;
}

#cikkek{
    margin: -30px auto 0px auto;
}
.cikkdoboz h3{
    font-size: 32px;
    margin: 10px auto;
    font-weight: lighter;
    letter-spacing: 2px;
}
.cikkdoboz a{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#blog{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0px;
}
#blog a{
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}
#blog a:nth-child(1){
    height: 320px;
    border-radius: 10px;
}
.blog-btn{
    background: #381e2f;
    color: #ecd2d2;
    padding: 8px 12px;
    border-radius: 3px;
    width: max-content;
}
#blog a h3{
    background: rgba(255,255,255,.95);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0px;
    width: 100%;
    color: #381e2f;
    font-size: 20px;
    z-index: 3;
}
footer{
    background: #ffe0e3;
    min-height: 300px;
    width: 100%;
}
.lablec{
    max-width: 1200px;
    margin: auto;
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 10px 0px;
}
.lablec iframe{
    border-radius: 10px;
    border: 2px solid #381e2f;
}

.lablec ul li{
    list-style: none;
    margin: 15px auto;
    color: #381e2f;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: lighter;
}
.absolute-image{
    opacity: .3;
}
.telefon{
    padding: 8px 20px;
    position: absolute;
    right: 0;
    top:50%;
    width: 280px;
    transform: translate(0%, -50%);
    background: #502d40;
    color: #ffe0e3;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    font-size: 16px;  
}
.cim{
    padding: 8px 20px;
    position: absolute;
    left: 0;
    width: 280px;
    top:50%;
    transform: translate(0%, -50%);
    background: #502d40;
    color: #ffe0e3;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: lighter;
    font-size: 16px;  
}
.row > .column {
  padding: 0 8px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.75);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
    width: 100%;
    z-index: 100;
    cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .2s;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;  text-align: center;

}
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}
.mySlides img{
    margin: auto;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#blogszoveg{
    min-height: 100vh;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fejlec.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    opacity: .3;
    filter: blur(3px);
    z-index: -1;
}
#blogszoveg h2{
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
    color: #381e2f;
    font-size: 32px;
}
#blogszoveg p{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    text-align: left;
    font-weight: lighter;
    letter-spacing: 1px;
    font-family: 'Alegreya', serif;
    color: #381e2f;
    font-size: 17px;
}
#blogszoveg h3{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    color: #381e2f;
}
#termekek{
    width: 100%;
    background:black;
    height: 100vh;
    min-height: 600px;
    max-height: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 2px;
    padding: 0px!important;
}
#termekek a{
    padding:15px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
#termekek a:hover img{
    transform: translate(-50%, 0%) scale(1.05);

}
#termekek a h2{
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: lighter;
    font-size: 40px;
    text-align: center;
    background:rgba(0,0,0,.6);
    padding: 5px 12px;
}
#termekek a:after{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 3px solid white;
    border-radius: 5px;
    content: '';
}
.fo-termek{
    background:rgba(0,0,0,1);
    grid-row: span 2;

}
.blog-fejlec{
    position: relative;
    max-width: 1200px;
    margin: 30px auto;
    height: 300px;
    overflow: hidden;
}
.fb-btn{
    background: rgb(44, 72, 126);
    color: white;
    padding: 8px 12px;
    border-radius: 3px;
    font-family: 'Work Sans', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    margin: 10px auto;
    text-align: center;
}
button {
  width: 40px;
  height: 60px;
  position: fixed;
  right: 20px;
  top: 3px;
  z-index: 10000;
  box-sizing: content-box;
  background: transparent;
  border: none;
  text-indent: 100%;
  color: white;
  display: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;

}
button:focus {
    outline: none auto 0px;
    outline-color: none;
    outline-width: 0px;
}
.button-open {
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;
}
.button-open, 
.button-open::before, 
.button-open::after {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-open::before, 
.button-open::after {
  left: 0;
  content: "";
}
.button-open::before {
  top: 10px;
}
.button-open::after {
  bottom: 10px;
}
.button-close {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.button-close::before {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
.button-close::after {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
.ham-menu{
  position: absolute;
  top: 42px;
  left: 48px;
  margin: auto;
  overflow: hidden;
}
.ham-menu ul {
    background: #381e2f;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 250px;
    position: fixed;
    right: -250px;
    top: 0;
    height: 100vh;
    margin: 0;
    padding: 0;
    padding-top: 90px;
    z-index: 999;
    overflow: scroll;
}
.ham-menu.on ul {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
.ham-menu ul li {
  display: block;
}
.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
.ham-menu ul li a {
  padding: 25px;
  margin: 12px auto;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  text-decoration: none;
}
.ham-menu ul li a:hover {
  color: #fff !important;
} 
.mobile-menu{
    width: 100%;
    position: fixed;
    height: 65px;
    z-index: 10000;
    top: 0;
    left: 0;
    background: #381e2f;
    display: none;
    border-bottom: 1px solid #c5a0a0;
}
@media screen and (max-width: 940px) {
    #desktop{
        display: none;
    }
    button{
        display: unset;
    }
    .mobile-menu{
    display: unset;
    }
}
@media screen and (max-width: 768px) {
    #blog{
        display: block;
    }
    .cikkdoboz{
        margin: 20px auto;
    }
    #termekek{
        display: block;
        min-height: unset;
        max-height: unset;
        height: unset;
    }
    #termekek a{
        min-height: 300px;
    }
    .lablec{
        display: block;
    }
    .lablec ul{
        margin: 0;
        padding: 10px;
    }
    .lablec iframe{
        border: none;
    }
    #desktop{
        display: none;
    }
    button{
        display: unset;
    }
    .mobile-menu{
    display: unset;
    }
}