@import url('https://fonts.googleapis.com/css?family=Poppins');

 
 body {
    width: 100%;
    margin: 0;
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    background: #d4ecb2;
    overflow: hidden;
    align-items: center;
}

.oldal{
  width: 20%;
  position: fixed;
  z-index: 2;
  height: 100vh;
  background-color: #f8f8ef;
  background-image: url(images/Hatter.png) ;
  float: center;
  align-items: center;
  margin: auto;
  padding: 5px;

}

.row:after {
    content: "";
    display:flex;
    clear: both;
  }
.tartalom{
    background: #d4ecb2;
    padding: 10px;
    height: 95vh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;

}
.tartalomv2{
    padding: 20px;
    left: 20%;
    background-color: rgba(0, 0, 0, 0.096);
    width: 70%;
    height: auto;
    margin-left: 25%;
    margin-top: 5vh;
    border-radius: 20px;
}

.tartalomgaleria{
  padding: 20px;
  left: 20%;
  width: 70%;
  height: auto;
  margin-left: 25%;
  margin-top: 5vh;
  border-radius: 20px;
}

#logofelso{
  display: none;
}
p{
    color: #000000;
    font-family: 'Poppins';
    font-weight: normal;
    font-variant: normal;
    font-size: 0.9rem;
    text-align: justify;
    line-height: 24px;
    letter-spacing: 0.05em;
}
ul {
  list-style-type: none;
  margin: 0;
  position: relative;
  padding: 0;
  float: center;
  vertical-align: middle;
  text-align: center;
  font-family: 'Poppins';
  letter-spacing: 0.1em;
  font-weight: regular;
  text-transform: uppercase;
  align-items: center;
  margin: 0;
  padding: 0;
}
#datum{
  background: linear-gradient(180deg, #9DC98E 0%, #2E4D3A 100%);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  width: 20%;
  padding: 5px;
  font-family: 'Poppins';
  color: #ddd;
  text-align: center;
  float: right;
  margin-top: -30px;
}
li{
  vertical-align: middle;
  text-align: center;

}
li a {
  display: inline-flex;
  color: #000;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  font-size: medium;
  float: center;
  vertical-align: middle;
}

li a:hover {
  background-color: #E1E6E3;
  border-radius: 20px;
  color: #000;
  text-align: center;
}
h1{
    font-family: Playfair Display;
    font-weight: bold;
    font-size: 3em;
    color: rgb(0, 0, 0);
}
h2{
    font-family: Playfair Display;
    font-weight: bold;
    font-size: 1.7em;
    color: rgb(46, 46, 46);
    text-shadow: #474747 0px 0px 5px;
}
h3{
    font-family: Playfair Display;
    font-weight: bold;
    font-size: 1em;
    color: rgb(46, 46, 46);
}
.topnav {
  overflow: hidden;
  background-color: rgba(247, 247, 247, 0.945);
  background-image: url(images/Hatter.png) ;
  display: none;
}

.topnav a {
  float: center;
  display: inline-flex;
  text-align: center;
  color: #1b1919;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Poppins';
  letter-spacing: 0.1em;
  font-weight: regular;
  text-transform: uppercase;
}

.active {
  background-color: transparent;
  color: #1b1919;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: #1b1919;
  padding: 14px 16px;
  background-color: inherit;
  font-family: 'Poppins';
  letter-spacing: 0.1em;
  font-weight: regular;
  text-transform: uppercase;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
#vastag{
  width: 40%;
  border-top: 2px solid ;
}
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #E1E6E3;
  color: rgb(29, 29, 29);
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.oldalp{
    color: black;
    bottom: 3%;
    width: 90%;
    float: center;
    text-align: center;
    position: absolute;
}
.oldalalso{
  color: #000;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}
.menus{
    width: 100%;
    align-items: center;
}


* {
  box-sizing: border-box;
}

.row > .column {
  padding: 10px 8px;
}

.row > .column2 {
  padding: 10px 8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 30%;
}
.column2{
  float: right;
  width: 15%;
  
}
.kozoskepes{
  margin: auto;
  left: 0%;
  width:60%;
  float: center;
  position: block;


}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
}

.gallery img {
  width: 33.33%;
  height: auto;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  left: 20%;
  top: 0;
  width: 80%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 500px;
  height: auto;
}

.close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev{
  left: 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#image-container, #gal_sample, #gal_2, #gal_3, #gal_4, #gal_5, #gal_6, #gal_7, #gal_8 , #gal_9, #gal_10 , #gal_11, #gal_12, #gal_13, #gal_14 {
	width: 400px;
	height: 400px;
	margin-left: auto;
  margin-right: auto;
 
  padding-bottom: 20px;
	background-color: #eeeeee00;
	display: flex;
	align-items: center;
	position: relative;
}

#image, #image_sample, #image_2, #image_3, #image_4, #image_5, #image_6, #image_7, #image_8, #image_9, #image_10, #image_11, #image_12, #image_13, #image_14 {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
  font-weight: bold;
	color: #f1f1f1;
  background-color: #0000007e;
  padding: 10px;
  border-radius: 20px;
	cursor: pointer;
	transition: color 0.2s;
}
.arrow:hover {
	color: #ffffff;
}
#previous, #prev_sample, #prev_2, #prev_3, #prev_4 , #prev_5, #prev_6, #prev_7, #prev_8, #prev_9, #prev_10, #prev_11, #prev_12, #prev_13, #prev_14 {
	left: 20px;
}
#next, #next_sample, #next_2, #next_3, #next_4, #next_5, #next_6, #next_7, #next_8, #next_9, #next_10, #next_11, #next_12, #next_13, #next_14 {
	right: 20px;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav {
    display: block;
  }
  .tartalomv2{
    width: 90%;
  }
  #logofelso{
    display:inline-flex;
  }
  .tartalomgaleria{
    padding: 20px;
    width: 90%;  
    margin-left: 0%;
    left: 0;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
  }
  #image-container, #gal_sample, #gal_2, #gal_3, #gal_4 , #gal_5, #gal_6, #gal_7, #gal_8, #gal_9, #gal_10, #gal_11, #gal_12, #gal_13, #gal_14 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background-color: #eeeeee00;
    display: flex;
    align-items: center;
    position: relative;
  }
  #image, #image_sample, #image_2, #image_3, #image_4, #image_5, #image_6, #image_7, #image_8, #image_9, #image_10, #image_11, #image_12, #image_13, #image_14 {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    padding: auto;
    align-items: center;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
  }
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    color: #f1f1f1;
    background-color: #0000007e;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    transition: color 0.2s;
  }
  .arrow:hover {
    color: #ffffff;
  }
  #previous, #prev_sample, #prev_2, #prev_3, #prev_4, #prev_5, #prev_6, #prev_7, #prev_8, #prev_9, #prev_10, #prev_11, #prev_12, #prev_13, #prev_14 {
    left: 5px;
  }
  #next, #next_sample, #next_2, #next_3, #next_4, #next_5, #next_6, #next_7, #next_8, #next_9, #next_10, #next_11, #next_12, #next_13, #prev_14 {
    right: 5px;
  }
}

@media screen and (max-width: 900px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: absolute;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
  #logofelso{
    display:inline-flex;
  }

  .topnav {
    display: visible;
  }
  
  .tartalomv2{
    width: 90%;
    margin-left: 2.5%;
  }
  .topnav {
    display: block;
    float: none;
    text-align: center;
  }
  .tartalomv2{
    width: 90%;
    margin-left: 2.5%;

  }
  .oldal{
    display: none;
  }
  .tartalomgaleria{
    padding: 20px;
    width: 90%;  
    margin-left: 0%;
    left: 0;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
  }
}


