@import url("https://fonts.googleapis.com/css2?family=Gloock&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gloock&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #000;
  background-image: url("images/noise-light.png");
  overflow-x: hidden;
}

/* Loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /* background: black; */
}

.shutter {
  position: absolute;
  width: 100%;
  height: 50%;
  /* background: black; */
  z-index: 2;
}

.shutter.top {
  top: 0;
  background: black;
}

.shutter.bottom {
  bottom: 0;
  background: black;
}

.percentage {
  position: absolute;
  top: 80%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 10vw;
  z-index: 3;
  font-family: "Gloock", serif;
  font-weight: 600;
  font-style: normal;
}

#mainContent {
  opacity: 0;
}

.header {
  width: 100%;
  height: 8vh;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-container {
  width: 25vw;
}

.lmlogo {
  margin-left: 1vw;
}

.animate-text {
  visibility: hidden;
  /* Prevent text from showing */
}

.button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-title {
  color: white;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1vw;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
  text-decoration: none;
}

.button {
  border: 1px solid white;
  border-radius: 1.5rem;
  width: auto;
  height: 3vh;
  margin: 0vw 1vw 0vw 0vw;
  padding: 0.2vw 1vw 0.2vw 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none;
}

.button:hover {
  background: grey;
}

.btn-text {
  color: white;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 0.8vw;
}

.quote-container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.animstyle {
  width: 50%;
  text-align: center;
  font-weight: 900;
  font-size: 2vw;
  color: white;
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 5vh;
}

.second {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 2vh;
  font-style: normal;
  color: grey;
  margin-top: 3vh;
}

.titletext {
  width: 90vw;
  color: white;
  font-size: 10vw;
}

.swimmerphoto {
  width: 90vw;
  border-radius: 30px;
}

.swimmer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.photos {
  width: 50vw;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.caption-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20vw;
  padding: 2vw 2vw 2vw 0vw;
}

.caption {
  font-family: "Open Sans", sans-serif;
  font-size: 1vw;
  color: white;
  width: 10vw;
  margin-bottom: 1vh;
}

.photo-credits {
  font-family: "Open Sans", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 0.6vw;
  letter-spacing: 0.1vw;
}

.capline {
  width: 5px;
  margin-right: 10px;
  height: auto;
  background: #FDB100;
}

span {
  display: inline-block;
}

.title-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4vh;
}

.stephentext {
  width: 90vw;
  color: white;
  font-size: 5vw;
}

.category-container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cat {
  width: 30vw;
  height: 80vh;
  border-radius: 40px;
  background: blue;
  margin: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.catwrapper {
  width: 30vw;
  height: 25vh;
  border-radius: 0px 0px 40px 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.169), rgba(255, 255, 255, 0.165));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cattext {
  color: white;
  font-family: "Gloock", serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.5vw;
  margin-bottom: 1vh;
}

.cat1 {
  background: url("images/250209(5740)acopy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.cat2 {
  background: url("images/250208(6384)acopy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.cat3 {
  background: url("images/250209(1066)acopy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.galoverlay {
  position: fixed;
  /* or absolute, based on your use */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  /* example overlay */
  z-index: 5;
  /* overlay is under hovered images */
  pointer-events: none;
  /* allows interaction with underlying images */
}

.masongallery {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0px auto;
  padding: 0;
  list-style-type: none;
}

.gallery-item {
  width: calc(33.333% - 20px);
  padding: 5px;
  /* border: 2px solid black; */
  margin-bottom: 0;
  /* Remove spacing between items */
  background-color: #000;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.galphoto {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  position: relative;
  z-index: 1;
}

.galphoto:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 10;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.footer {
  width: 100%;
  height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2vw;
}

.copyrighttext {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8vw;
}

.fancybox-caption {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1vw !important;
}

@media only screen and (max-width: 1024px) {
  .header {
    height: 4vh;
  }
  .logo-container {
    width: 30vw;
  }
  .lmlogo {
    width: 3vw;
  }
  .button {
    height: 2vh;
    padding: 0.2vw 1.5vw 0.2vw 1.5vw;
  }
  .btn-text, .copyrighttext {
    font-size: 1vw;
  }
  .animstyle {
    width: 70%;
    font-size: 3.5vw;
  }
  .gallery {
    padding: 5vh;
  }
  .img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5vh;
  }
  .photos {
    width: 90vw;
  }
  .switchcol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .caption-container {
    width: 90vw;
    margin-top: 3vh;
    background: rgba(76, 76, 76, 0.333);
  }
  .caption {
    font-size: 2vw;
    width: 85vw;
  }
  .photo-credits {
    font-size: 1.2vw;
  }
  .box {
    min-width: 25vw;
    height: 16vw;
  }
  .category-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .cat {
    width: 90vw;
    height: 80vh;
  }
  .catwrapper {
    width: 90vw;
  }
  .cattext {
    font-size: 3.5vw;
  }
  .catbtn {
    padding: 0.8vw 10vw 0.8vw 10vw;
  }
  .catbtntext {
    font-size: 2vw;
  }
  .fancybox-caption {
    font-size: 2vw !important;
  }
}

@media only screen and (max-width: 820px) {
  .header {
    height: 5vh;
  }
  .header-title {
    font-size: 1.5vw;
  }
  .gallery-item {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .logo-container {
    display: none;
  }
  .header {
    height: 7vh;
  }
  .heading-container {
    width: 30vw;
    margin: 2vw;
  }
  .header-title {
    font-size: 3vw;
  }
  .caption {
    font-size: 3vw;
  }
  .button {
    height: 3vh;
    margin: 0vw 1vw 0vw 0vw;
    padding: 0.5vw 2.5vw 0.5vw 2.5vw;
  }
  .btn-text, .copyrighttext {
    font-size: 2.3vw;
  }
  .animstyle {
    font-size: 6vw;
  }
  .box {
    min-width: 35vw;
    height: 25vw;
  }
  .cat {
    height: 50vh;
  }
  .catwrapper {
    height: 15vh;
  }
  .gallery-item {
    width: 100%;
  }
  .percentage {
    left: 50%;
    font-size: 20vw;
  }
  .footer {
    height: 10vh;
  }
  .fancybox-caption {
    font-size: 3vw !important;
  }
  .photographertext {
    font-size: 2vw;
  }
}
/*# sourceMappingURL=styles-v1.css.map */