body{
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    overflow-x: hidden;
    width: 100vw;
}
html {
    max-width: 100vw;
    width: 100vw;
}
header {
    background-color: rgb(242, 242, 242);
    width: 100%;
    margin: 0px;
    height: 90px;
    display: flex;
    justify-content: center;  
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.menu{
    position: fixed;
    top: 0%;
    left: 0;
    width: 70%;
    margin-top: 95px;
    height: 50px;
    background-color: rgb(20, 20, 20);
    border-radius: 60px;
    border: 2px solid white;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10%;
     padding-right: 10%;
}

a{
    color: white;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
a:hover{
    color: rgb(247, 47, 47);
    transition: 1s;
}


.banner {
  
    width: 100%;
    height: auto;
    display: block;
}

main {
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 20px;
    margin: 30px 20px 0 20px; 
}

.words, .pictures {
    width: 100%;
    text-align: center;
}

.toppictures {
    width: 95%;
    max-width: 400px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.mainhead{
    font-size: 50px;
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 700;
}
.maindesc{
    margin-left: 10px;
    margin-right: 10px;
    font-family: Tahoma, sans-serif;

}
.main2{
    background-color: rgb(20, 20, 20);
    height: 14px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wave-top svg { 
  margin-bottom: -70px;
  display: block;
  width: 100%;
  height: auto;
}
.wave-bottom{
    margin-top: -10px;
}
.wave-top2{
    margin-bottom: -20px;
}
.aboutus{
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: white;
    font-size: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.intro{
    font-size: 18px;
    color: white;
    font-family: Tahoma, sans-serif;
    padding-top: 15px;
    margin-left: 30px;
     margin-right: 30px;
    text-align: center;  
}

.intro2{
    font-size: 18px;
    color: white;
    font-family: Tahoma, sans-serif;
    padding-top: 30px;
    margin-left: 30px;
     margin-right: 30px;
    text-align: center;
    padding-bottom: 15px; 
}

.gallery{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.josep{
    width: 400px;
     border-radius: 10px;
    height: 260px;
}
 .imagebox {
    padding-left: 5px;
     padding-right: 5px;
    padding-top: 30;
        background-color: rgb(20, 20, 20);
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 5px;
      max-width: 100%;
      /* padding: 10px; */
      box-sizing: border-box;
      /* padding-top: 10px; */
    }

    .boxpiece { 
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      object-fit: cover;
 
      /* border-radius: 4px; */
    }
.gap{
    height: 60px;
    background-color: rgb(20, 20, 20);

}
.white{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.awardname{
        font-size: 50px;
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: -10px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.awards{
    font-size: 15px;
     font-family: Tahoma, sans-serif;
    color: rgb(20, 20, 20);
     margin-left: 30px;
     margin-right: 30px;
     text-align: center;
     margin-bottom: -30px;
}
.guys{
    height: 300px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.image-container {
   
  position: relative;
  display: inline-block;
  /* background-color: black; */
 
  width: 100%;
}

.background-image {
  display: block;
  width: 100%;
  height: auto;
  display: block;
   
}

.image-button {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 24px;
  width: 30%;
  height: 50px;
  background-color: white;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 20px;
    z-index: 1;
}
.image-button:hover{
    background-color: rgb(247, 47, 47);
    transition: 1s;
}
.titel{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 40px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 50px;
    display: flex;
    justify-content: center;
}
footer{
    background-color: rgb(white);
    height: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 20px;
  
}
.captionbox{
        background-color: rgb(white);
        height: 70px;
        margin: -5px;
        color: black;
        font-size: 50px;
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        display: flex;
        justify-content: center;
}

.end{

margin: 10px;
height: 300px;
}
.goodtimes{
    margin: 0px;
    width: 100%;
}
.card{
    height: 120px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.copy{
    position: relative;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 120px;
    height: 40px;
    background-color: rgb(20, 20, 20);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    font-size: 20px;
}


/* Desktop (default) */
@media (min-width: 1025px) {

    main {
        flex-direction: row; /* Side-by-side on desktops */
        justify-content: center;
        align-items: flex-start;
        margin: 70px auto 0 auto;
        max-width: 1000px;
    }

    .words, .pictures {
        width: 50%;
        text-align: left;
        
    }
.intro{
    margin-left: 20%;
     margin-right: 20%;
     
}
.intro2{
    margin-left: 20%;
     margin-right: 20%;
}

    .toppictures {
        width: 90%;
        max-width: 600px;
        margin-top: 50px;
        
    }
    .image-button {
    top: 70%;
 left: 50%;
    width: 15%;
    }

    
    .banner {
        width: 70%;     
        margin: 170px auto 0 auto; 
        display: block;
    }
    .menu{
        width: 50%;
        margin-left: 15%;
    }
.gallery{
    display: flex;
    flex-direction: row;
     align-items: center;
}
.josep{
    width: 500px;
    height: 370px;
}
.guys{
    height: 600px;
}
.main2{
 
    height: 1000px;
}
/* footer{
    height: 80px;
}
.background-image{
      width: 100%;      
  height: 90vh;       
    object-position: top; 
  display: block;
  object-fit: cover; 
} */
 .imagebox {
      grid-template-columns: repeat(4, 1fr);
   
   
    }
      .last-image {
    display: none; 
  }

}


/* Tablets */
@media (max-width: 1024px) {
    .banner {
        width: 100%;
        margin-top: 160px;
    }
    .main2{
   
    height: 1200px;

    
}
    


/* Smartphones */
@media (max-width: 768px) {
    .banner {
        width: 100%;
    }
    .menu{
        width: 70%;
        top: -20px;
        margin-left: 5%;
          margin-right: 5%;
    }
    header {
        width: 195;
        min-width: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border-radius: 0;
        height: 73px;
    }
header img {
    height: 70px;
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 90%;
}
    .mainhead, .awardname, .aboutus {
        font-size: 28px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .intro, .intro2, .awards {
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
    }
    .main2 {
        height: auto;
        padding-bottom: 20px;
    }
    .gallery {
        flex-direction: column;
        gap: 10px;
    }
    .josep {
        width: 90vw;
        height: auto;
        max-width: 350px;
    }
    .imagebox {
        grid-template-columns: repeat(3, 1fr);
        gap: 3px;
    }
    .boxpiece {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .guys {
        height: 240px;
       
    }
    .image-button {
        width: 60vw;
        height: 40px;
        font-size: 16px;
        top: 40%;
    }
    .captionbox {
        font-size: 28px;
        height: 30px;
    }
    .white {
        padding: 10px;
    }
    footer {
        height: 40px;
        font-size: 14px;
        padding-top: 10px;
    }
    .gap {
        height: 30px;
    }
}

/* Small smartphones */
@media (max-width: 480px) {
    .banner {
        width: 100%;
        margin-top: 140px;
    }
}
}