/* Home Page is spreads Index */
.spreads-index {
  color: var(--white);
  margin-bottom: 50px;
  text-align: center;
  text-shadow: var(--shadow);
}

.spreads-index a {
  color: var(--white);
}

.spreads-index a:hover {
  text-decoration: none;
}

.spreads-index .sitename {
  font-family: var(--chunky);
  font-size: 6em;
  margin-bottom: 3%;
}

.spreads-index .tagline {
  font-family: var(--script);
  font-size: 4em;
  margin-bottom: 70px;
  margin-top: 0;
}

.spreads-index .spread-tile {
  height: 300px;
}

.spreads-index .spread-tile a {
  text-decoration: none;
}

.spreads-index .spread-image-holder {
  background-image: radial-gradient(var(--gradient-lt) 0%, var(--gradient-dk) 60%);
  border-radius: 50%;
  box-shadow: var(--shadow);
  height: 150px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 150px;
}

.spreads-index .spread-image-holder img {
  left: 15px;
  max-height: 120px;
  max-width: 120px;
  position: absolute;
  top: 15px;
}


/* spread show page */
.spread {
  text-align: center;
}

.spread p,
.spread h1,
.spread h2,
.spread h3,
.spread h4 {
  color: var(--white);
  text-shadow: var(--shadow);
}

.spread h1 {
  font-family: var(--chunky);
  font-size: 3rem;
  line-height: 125%;
}

.spread h2 {
  margin-bottom: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .spread h1 {
    font-size: 2.25rem;
  }
}

.spread-image {
  width: 150px;
}

/* admin spread positions */
.position-form-wrapper {
  background: var(--gray-lt);
  border-radius: var(--corner);
  padding: 20px;
}

.position-form-wrapper .form-position {
  border-bottom: 1px solid var(--gray-medium);
  padding-bottom: 20px;
}

.position-form-wrapper .form-position:last-of-type {
  border-bottom: 0;
}
