.fancy-text {
  font-family: 'Baskervville-Regular', 'serif';
}

#splash {
  font-family: 'Baskervville-Regular', 'serif';
  font-style: italic;
  background-image: url('../img/header-sun.jpg');
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#splash #logo {
  max-width: 100%;
  width: 400px;
  opacity: 0.85;
  margin: 0 auto;
  display: block;
}

#splash .badge-container {
  text-align: center;
}

#splash .see-more {
  font-family: Helvetica, Arial, 'sans-serif';
  font-style: normal;
  color: #fff;
}

#splash .see-more .see-more-link {
  color: #fff;
  text-decoration: none;
}

.see-more-arrow {
  font-size: 60px;
  color: white;
}

.screenshot {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 3px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 410px;
  margin: 0 auto;
}

.screenshot-item {
  max-width: 300px;
}
