/* ========================================
 * CSS written here will override Tachyons
 * ======================================== */

 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}
.travis {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 30px) {
  .travis {
    background-image: url(/DSC_0755.jpg);
    background-size: no-repeat;
  }
}
.atlas {
  width: 100%;
  height: 500px;
}
.gallery {
  background: black;
}
.greg {
  background-color: #045177;
}
.teal {
  background-color: #2e95b8;
}
.greg2 {
  background-color: #750560;
}
.boob {
  background-color: #800000;
}
.boob2 {
  background-color: #2f4f4f;
}
.tom {
  background-color: #558000;
}
.tom2 {
  background-color: #008080;
}
.tom3 {
  background-color: #1e90ff;
}
.tom5 {
  background-color: #33bbff;
}
.gallery-cell {
  width: 100%;
  height: 500px;
  margin-right: 10px;
}

.bev {
  background-image: url(/mac1.png);
  background-size: cover;
}

@media screen and (min-width: 330px) {
  .gallery-cell {
    height: 500px;
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  .gallery-cell {
    height: 600px;
    width: 100%;
  }
}

.big {
  font-size: 0.75rem;
}
.f8 {
  font-size: 0.5rem;
}
.fontone {
  font-family: "Play", sans-serif;
}
.font32 {
  font-family: "JetBrains Mono", monospace;
}
.font323 {
  font-family: "JetBrains Mono", monospace;
}

.flickity-button {
  width: 50px;
  height: 50px;
  background: transparent;
  opacity: 0.3;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: black;
}
.flickity-prev-next-button.no-svg {
  color: black;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}
