@import 'fontawesome/css/all.css';

@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic';

/* async */
body, input, select, textarea {
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-weight: 300;
  line-height: 1.65;
}

.header {
  background: #000, #000;
  background: url('images/canvas.png') center center repeat, -moz-linear-gradient(-45deg, #69003a 0%, #17005f 100%);
  background: url('images/canvas.png') center center repeat, -webkit-linear-gradient(-45deg, #69003a 0%, #17005f 100%);
  background: url('images/canvas.png') center center repeat, linear-gradient(135deg, #69003a 0%, #17005f 100%);
  background-size: 128px 128px, cover;
}

.splash-wrap {
  height: auto;
}

a, a:visited {
  color: #16b4ff;
  text-decoration: none;
}

a:active, a:hover {
  color: #ffeb00;
  border-bottom-color: transparent;
}
/* logo */
i.logo, a i.logo, i.logo:visited, a i.logo:visited {
  color: #fff;
}

i.logo:active, a i.logo:active, i.logo:hover, a i.logo:hover {
  color: #ffeb00;
}
/* links */
a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
}    


/* titles and text */
h2 {
  font-size: 2.4em;
  line-height: 2.4em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}

h3 {
  font-size: 2.1em;
  line-height: 2.1em;
  font-weight: 300;
  color: #fff;
}

h4, h5, h6 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 0 0 0.7em 0;
  letter-spacing: 0.04em;
  color: #fff;
}

.texts {
  padding: 0.7em 1.1em 0 0;
}

.texts, .media {
  position: relative;
}

.centro {
  position: relative;
  margin: 0 auto;
  padding: 0 1.3em;
  max-width: 1000px;
}

.intro {
  padding-bottom: 2.0em;
  background: #000000;
  background: -moz-linear-gradient(-35deg, #000000 0%, #12305b 100%);
  background: -webkit-linear-gradient(-35deg, #000000 0%,#12305b 100%);
  background: linear-gradient(145deg, #000000 0%,#12305b 100%);
}

.intro a, .intro a:visited {
  color: #20adff;
}

.intro a:active, .intro a:hover {
  color: #ffeb00;
}

.intro-logo {
  font-size: 0.87em;
  line-height: 0.82em;
  display: inline-block;
  position: relative;
  top: -0.06em;
  margin-left: 0.2em;
}

.images {
  -webkit-column-count: 7;
  -webkit-column-gap: 0;
  -moz-column-count: 7;
  -moz-column-gap: 0;
  column-count: 7;
  column-gap: 0;
}

.images img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1900px) {
  .images {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
}

@media screen and (max-width: 1500px) {
  .images {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}

@media screen and (max-width: 1200px) {
  .images {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media screen and (max-width: 900px) {
  .images {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (max-width: 600px) {
  .images {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 340px) {
  .images {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.text-col {
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}

@media screen and (max-width: 700px) {
  .text-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.image-tile {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  color: #ffffffc2;
  background: #000;
}

.image-tile h5 {
  display: none;
}

.image-tile em {
  font-style: italic;
  font-weight: 400;
}

.image-caption {
  padding: 0.2em 0.2em 0.2em 0.4em;
  font-size: 0.9em;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 0%, #16131b 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #16131b 100%);
  background: linear-gradient(to right, #000000 0%, #16131b 100%);
}

.image-caption-title {
  color: #fff;
  font-weight: 400;
  font-style: italic;
}

.byline {
  text-align: right;
  margin: 0 0.4em 0.1em 0;
}

/* Lumos Image Zoom */
img[data-action=lumos] {
  cursor: zoom-in;
}

div#lumos-container {
  transition: all 250ms ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(0);
  opacity: 0;
  cursor: zoom-out;
}

div#lumos-container.visible {
  animation-name: animate-in;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}

div#lumos-container.hidden {
  animation: animate-out;
  animation-duration: 250ms;
  animation-fill-mode: forwards;
}

img#lumos-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  img#lumos-image {
    max-width: 95%;
    max-height: 95%;
  }
}

@keyframes animate-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  1% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes animate-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  99% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}


/* Bio */
.amy.bio {
  background: #242629, #242629;
  background: url('images/canvas.png') center center repeat, -moz-linear-gradient(top, #980707 0%, #00458c 100%);
  background: url('images/canvas.png') center center repeat, -webkit-linear-gradient(top, #980707 0%, #00458c 100%);
  background: url('images/canvas.png') center center repeat, linear-gradient(to bottom, #980707 0%, #00458c 100%);
  background-size: 128px 128px, cover;
}

.juanita.bio {
  background: #242629, #242629;
  background: url('images/canvas.png') center center repeat, -moz-linear-gradient(top, #111b96 0%, #755d31 100%);
  background: url('images/canvas.png') center center repeat, -webkit-linear-gradient(top, #111b96 0%, #755d31 100%);
  background: url('images/canvas.png') center center repeat, linear-gradient(to bottom, #111b96 0%, #755d31 100%);
  background-size: 128px 128px, cover;
}

.amy.bio a, .amy.bio a:visited {
  color: #ff9900;
  ;
}

.amy.bio a:active, .amy.bio a:hover {
  color: #ffeb00;
}

.juanita.bio a, .juanita.bio a:visited {
  color: #9cd42f;
}

.juanita.bio a:active, .juanita.bio a:hover {
  color: #ffeb00;
}

.mailto {
  font-weight: 400;
}

.biorights {
  font-size: 0.83em;
  font-style: italic;
  font-weight: 400;
  color: #ffffffbf;
  text-transform: uppercase;
}

@media screen and (min-width: 1000px) {
  .texts {
    padding-top: 3em;
  }

  .intro {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

.footer {
  text-align: center;
  padding: 6em 1.1em 5.1em 1.4em;
  font-size: 0.9em;
  background: #950033, #950033;
  background: url('images/canvas.png') center center repeat, -moz-linear-gradient(-45deg, #950033 0%, #001059 100%);
  background: url('images/canvas.png') center center repeat, -webkit-linear-gradient(-45deg, #950033 0%,#001059 100%);
  background: url('images/canvas.png') center center repeat, linear-gradient(135deg, #950033 0%,#001059 100%);
  background-size: 128px 128px, cover;
}

.footer a, .footer a:visited {
  color: #fff;
}

.footer a:active, .footer a:hover {
  color: #ffeb00;
}

