@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  background: black;
  color: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

input {
  margin: 0;
  padding: 0;
}

/* Fonts */
/* Colors */
/* Site Columns */
/* 124px */
/* 272px */
/* 420px */
/* 568px */
/* 716px */
/* 864px */
/* 1012px */
/* 1160px */
/* 1256px */
/* Alt. Nested Columns */
/* Uses a different grid inside a right shaded box $columns6 wide */
/* Used mostly for account, cart, checkout, etc. */
/* 102px */
/* 240px */
/* 378px */
/* 516px */
/* 654px */
/* 792px */
/* 864px */
.clear {
  display: block;
  clear: both;
}

body {
  background: black;
  position: relative;
}

a {
  color: white;
  text-decoration: none;
}

#header {
  position: relative;
  width: 100%;
  height: 84px;
  margin: 30px 0px 30px;
}

#logo {
  font-family: "Six Caps", sans-serif;
  color: white;
  text-align: center;
  font-size: 90px;
  position: absolute;
  left: 10px;
  top: 0px;
}

@media screen and (max-width: 700px) {
  #header {
    height: 95px;
  }
  #logo {
    width: 300px;
    font-size: 50px;
    text-align: left;
  }
}
.gallery-index {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: brightness(100%) saturate(100%);
  transition: filter 0.4s ease;
}

.gallery-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.gallery-item .caption h2, .gallery-item .caption p {
  font-family: "Six Caps", sans-serif;
}
.gallery-item .caption h2 {
  font-size: 50px;
}
.gallery-item .caption p {
  font-size: 36px;
}

.gallery-item:hover img {
  filter: brightness(60%) saturate(0%);
}

.gallery-item:hover .caption {
  opacity: 1;
}

#wrapper {
  width: 100%;
  margin-bottom: -25px;
}

#navigation {
  color: white;
  float: right;
  font-size: 30px;
  position: absolute;
  right: 15px;
  bottom: 0px;
  font-family: "Six Caps", sans-serif;
}
#navigation li {
  float: left;
  margin-right: 25px;
}
#navigation li.last {
  margin-right: 0px;
}

#triangle {
  position: fixed;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 300px 1200px;
  border-color: transparent transparent #980470 transparent;
}

#copyright {
  color: white;
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  position: fixed;
  bottom: 35px;
  right: 0px;
  margin-right: -25px;
  font-size: 10px;
}

#imagelightbox {
  position: fixed;
  z-index: 9999;
    touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(255, 255, 255, 0.3); /* 50 */
  box-shadow: 0 0 1.125em rgba(255, 255, 255, 0.3); /* 50 */
}

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */
  -webkit-box-shadow: 0 0 2.5em rgba(255, 255, 255, 0.75); /* 40 */
  box-shadow: 0 0 2.5em rgba(255, 255, 255, 0.75); /* 40 */
}

#imagelightbox-loading div {
  width: 2.45em; /* 20 */
  height: 2.45em; /* 20 */
  background-color: #dfdfdf;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}
.main-image {
  margin: 50px auto;
  width: 100%;
  display: block;
}

.portfolio-image {
  height: 300px;
}

.clear {
  display: block;
  clear: both;
  overflow: auto;
  zoom: 1;
}

a:focus {
  border: 2px solid #790258;
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.grow {
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  transform: scale(1.01);
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.masonry-item img {
  display: block;
  width: 100%;
  height: auto; /* preserve aspect ratio */
}
