html,
body,
main {
  height: 100%;
}

::selection {
  background: #87ae73;
  color: #fff;
}

.link {
  text-decoration: none;
  color: #bf808e;
  font-weight: bold;
}

.jumbotron {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 0;
  background-color: #35432e;
  color: white;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.photo-cover {
  background: #35432e url(https://live.staticflickr.com/3097/2798522576_a11bf44762_h.jpg) no-repeat center center/cover fixed;
  height: 100%;
  filter: brightness(50%);
  position: relative;
}

.nav-icon {
  color: #87ae73;
}

.navbar-inverse {
  background-color: #87ae73;
  transition: all 0.2s ease-in;
}

.navbar-inverse .navbar-nav > .active a {
  background-color: #35432e;
}

.navbar-inverse .navbar-nav > .active a:hover {
  background-color: #35432e;
}

a:focus {
  color: #35432e;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #35432e;
}

.background-primary {
  background: #87ae73;
}

.background-secondary {
  background: #35432e;
}

.btn-inverse {
  background-color: #87ae73;
}

.btn-danger {
  background-color: #bf808e;
}

.large {
  font-size: 4em;
}

.medium {
  font-size: 2em;
}

/* Header */
.transparent {
  background: transparent;
}

.thumbnail {
  cursor: pointer;
  position: relative;
  display: flex;
  color: #87ae73;
}

.thumbnail-svg {
  flex: 1 0 auto;
  padding: 0.5em;
  max-height: 6em;
}

.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #35432e;
  color: #bf808e;
  padding: 1em;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.thumbnail:hover .thumbnail-overlay {
  opacity: 1;
  transition: all 0.2s ease-in;
}

.full-screen {
  background: #35432e;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
  color: white;
}

.close-window {
  cursor: pointer;
}

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