@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0; }

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, li {
  display: block; }

address, article, aside, audio, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, noscript, ol, output, p, pre, section, table, tfoot, ul, video, li {
  box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit; }

img {
  height: auto;
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button,
input[type='button'],
input[type='submit'],
input[type='image'] {
  outline: none;
  border: none; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #555459;
  background-color: #f3f3f3; }

.row {
  max-width: 1024px;
  margin: 0 auto; }

h1 {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 20px; }

a {
  line-height: 0;
  color: #56B68B; }
  a:hover {
    color: #327456; }

header {
  background-color: #fff;
  border-bottom: 2px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px; }

@keyframes happy-text {
  0% {
    color: #56B68B; }
  25% {
    color: #edb431; }
  50% {
    color: #e32072; }
  75% {
    color: #4b6bc6; } }

.page-title {
  color: #56B68B;
  text-align: center;
  animation: happy-text 5s ease-in 0s infinite alternate; }

.flourish:before,
.flourish:after {
  content: '✨';
  padding: 0 15px; }

footer {
  margin-top: 40px;
  padding: 40px 0 20px;
  text-align: center; }

.footer-divider {
  padding: 0 5px; }

.image-thumbnails {
  margin-top: 40px; }

.image-thumbnail {
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  transition: all 0.2s ease; }
  .image-thumbnail a {
    display: block; }
  .image-thumbnail:hover {
    transform: scale(1.02);
    box-shadow: 1px 2px 10px rgba(85, 84, 89, 0.6); }

#lightbox-wrapper {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%; }
  #lightbox-wrapper.inactive {
    visibility: hidden; }
  #lightbox-wrapper.active {
    visibility: visible;
    z-index: 10; }

.lightbox-content {
  position: relative;
  max-width: 500px;
  margin-top: 40px;
  padding-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.lightbox-image img {
  box-shadow: 1px 5px 35px #000; }

.lightbox-image_title {
  margin-top: 20px;
  color: #fff; }

.lightbox-nav {
  position: absolute;
  color: #fff;
  padding: 5px; }
  .lightbox-nav:hover {
    color: #edb431; }
  .lightbox-nav.inactive {
    visibility: hidden; }

.lightbox-nav_prev {
  left: 0;
  top: 0; }
  .lightbox-nav_prev:before {
    content: '👈'; }

.lightbox-nav_next {
  right: 0;
  top: 0; }
  .lightbox-nav_next:after {
    content: '👉'; }

.lightbox-nav_dismiss {
  top: 0;
  left: 47%;
  font-size: 40px; }
