body {
  font-family: 'Roboto', sans-serif; /* Trendy font choice */
  background-color: #181818; /* Dark background for contrast */
  color: #fff; /* White text for readability */
  margin: 0;
  padding: 0;
}

header {
  background-color: #282828; /* Slightly lighter header */
  padding: 20px 0;
  text-align: center;
  width: 100%;
  height: 10vh;
  
  /*background-image: url('/lapok/dac641b7-d913-4da2-9eec-f9560d99f277.png');*/
  /*background-image: url('/lapok/6ed53545-f6b6-4440-8c80-aec14a5603b3.png');*/
  /*background-image: url('/lapok/ea57c127-8883-4106-a05a-774c47be197b.png');*/
    background-image: url('/lapok/da106e11-2737-4e98-9510-cb91a64022cb.png');
  background-repeat: repeat;
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  background-size: cover;
  z-index: -1;
}

nav ul {
  background-color: #582828; /* Slightly lighter header */
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline-block;
  margin: 0 15px; /* Adjust spacing as needed */
}

nav a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease; /* Smooth hover effect */
}

nav a:hover {
  color: #f5a623; /* Vibrant orange highlight on hover */
}

main {
  padding: 30px;
 /* background-image: url('/lapok/aec5d7bc-f060-4422-9c4d-1cac701865ff.png'); */
  background-image: url('/lapok/7d52c11e-7600-485e-9d05-55334a90d0bd.png'); */
  background-repeat: repeat;
}

.gallery-image {
  width: calc(25% - 10px);
  height: auto;
  margin: 10px;
  cursor: pointer;
  border-radius: 8px; /* Softened corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#largeImageContainer {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 70%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column; /* Allow for vertical alignment */
  justify-content: flex-start; /* Align content to the top */
  padding: 30px; /* Add padding around the image */
}

#largeImageContainer img {
  max-width: 80%;
  max-height: calc(100% - 10px); /* Adjust height for padding */
}

#closeLargeImage {
  position: absolute;
  top: 50px;
  right: 120px;
  background-color: red;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease; /* Add smooth transitions */
}

#closeLargeImage:hover {
  background-color: white;
  color: red;
}

.container {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  text-align: center;
  font-size: 3em; /* Larger heading */
  margin-bottom: 1em;
  color: #f5a623; /* Vibrant orange for emphasis */
}

.content {
  line-height: 1.6;
  font-size: 1.1em;
}

#image-container {
        position: fixed; 
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8); /* Átlátszó háttér */
        display: flex;
        justify-content: center;
        align-items: center;
}

#image-container img {
        max-width: 90%;
        max-height: 90%;
}

#close-button {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        cursor: pointer;
}



#nav-buttons {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
}

#nav-buttons button {
        margin: 0 10px;
        padding: 8px 16px;
        font-size: 16px;
        background-color: #333;
        color: white;
        border: none;
        cursor: pointer;
}

/* Optional: Add animations for a more dynamic feel */


.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    top: 20%;
}
.gallery img {
  width: calc(25% - 10px);
  height: 45%;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px; /* Softened corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */

/*    width: 10%; /* Módosítsd a méretet igényeidnek megfelelően */
/*    height: 10%; /* Módosítsd a méretet igényeidnek megfelelően */
/*    margin: 10px; */
/*    cursor: pointer;*/
}
.large-image {
    display: block;
    position: fixed;
    top: 190px;
    right: 0px;
    width: 55%;
    height: 85%;
    background-color: rgba(0, 0, 0, 0.8);
  
}

.large-image img {
    display: block;
    margin: 50px auto;
    max-width: calc(100% - 30px); /* Adjust height for padding */
    max-height: 70%; /* Adjust height for padding */
}
.large-image .title {
    text-align: center;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.large-image .buy-button {
    display: none;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
}

.about {
    position: fixed; 
    top: 20%;
    left: 0px;
    max-width: 50%;
    max-height: 50%;
    border: white;
    padding: 2px 2px;
}

.text {
    position: fixed; 
    font-size: 16px;
    font-family: 'Roboto', sans-serif; /* Trendy font choice */
    top: 30%;
    right: 10px;
    max-width: 50%;
    max-height: 20%;
    flex-wrap: wrap;
    
}
.container {
    display: block;
    position: fixed;
    top: 190px;
    right: 0px;
    width: 55%;
    height: 85%;
    background-color: rgba(0, 0, 0, 0.8);
  
}

.container-index {
    /*display: block;*/
    display: flex;
    padding: 0px;
    position: fixed;
    top: 190px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: space-around;
  
}
.container-index img {
    max-width: 70%; /* Képek méretének beállítása */
    max-height: 70%; /* Képek méretének beállítása */
    height: auto;
    justify-content: space-around;
    border-radius: 5px; /* Softened corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    margin: 5px;
}

.container-index a img {
    max-width: 70%; /* Képek méretének beállítása */
    max-height: 70%; /* Képek méretének beállítása */
    height: auto;
    justify-content: space-around;
    border-radius: 5px; /* Softened corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    margin: 5px;
}

.container .content img {
    border: 1px solid #F0F0F0;
    margin: 0px;
    padding: 0px;
    
}


