body {
  background-color: #000000;
}

/* Nav Menu
---------------------------------------------------------------------- */
.nav-menu {
  cursor: pointer;
  float: right;
}

.icon {
  fill: #999999;
  font-size: 1.5rem;
}
.icon:hover {
  fill: #ffffff;
}

.sidenav {
  min-height: 100vh;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  font-family: system-ui;
  background-color: #212121;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 2000;
  display: flex;
  flex-direction: column;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 2.25rem;
  margin-left: 50px;
  color: black;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.5625rem;
  color: #818181;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}
.sidenav a:hover {
  color: #f1f1f1;
}
@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 1.125rem;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}

.links {
  flex-grow: 1;
}

/* Gallery Index View
---------------------------------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  align-content: center;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

header {
  margin-bottom: 3.2em;
}

.main-title {
  margin-top: -0.9em;
}
.main-title a {
  color: #cccccc;
  font-family: Yellowtail, sans-serif;
  font-size: 3.5rem;
  font-weight: normal;
  padding: 40px 0 12px 0;
  text-shadow: 0 0 5px #000000;
  text-decoration: none;
}

.entry-title {
  color: #6eaee4;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 300;
}

.control {
  background-color: #2e5077;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 1rem;
  margin: 5px 5px 5px 0;
  padding: 8px 16px;
  cursor: pointer;
}
.control:hover, .control:active, .control.mixitup-control-active {
  outline: none;
  border-color: #1c3148;
  background-color: #1c3148;
  color: #ffffff;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  margin-top: 1rem;
}

.card {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding-bottom: 0.5rem;
}
.card img {
  width: 100%;
  width: 218px;
  height: 163px;
}
.card figure {
  margin: 0;
}
.card figcaption {
  margin-top: 0.4em;
}
.card a {
  color: #000000;
  font-family: sans-serif;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
}
.card a:hover {
  color: #018ed3;
}

/* Gallery Pages
---------------------------------------------------------------------- */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lg-video-cont {
  border: 3px solid white;
}

.gallery-title {
  color: #f7f7f7;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  padding-bottom: 12rem;
  justify-content: space-around;
  white-space: nowrap;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  margin-bottom: -3em;
  padding: 0.75em 0 0 0;
}

/*# sourceMappingURL=main.css.map */