html {
  background: url(../images/ryan-wilson-629442-unsplash.jpg) no-repeat center
    center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  --title-color: #0b4421;
}

body {
  background: rgba(255, 255, 255, 0.75);
  padding: 0 2rem;
}

section {
  margin-bottom: 2rem;
}

.rounded {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shadow {
  -webkit-box-shadow: 7px 7px 23px -8px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 7px 7px 23px -8px rgba(0, 0, 0, 0.43);
  box-shadow: 7px 7px 23px -8px rgba(0, 0, 0, 0.43);
}

#header {
  margin: 0 auto 20px auto;
  padding-top: 20px;
}

#header h1 {
  font-size: 7vw;
  text-align: center;
  font-family: "Patua One", cursive;
  color: var(--title-color);
  text-shadow: 2px 2px rgba(254, 254, 254, 1);
}

.row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

li {
  display: inline;
}

li a {
  padding-right: 0.75em;
  display: inline;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  text-decoration: none;
  color: #000;
}

.hero {
  padding: 35px;
  background: rgba(255, 255, 255, 0.75);
  display: block;
  height: auto;
}

.hero-image {
  width: 100%;
  max-width: 400px;
  text-align: center;
  align-items: center;
  align-content: center;
  align-self: center;
  margin: 0 auto;
}

.about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  background: rgba(255, 255, 255, 0.95);
  font-family: "Lato", sans-serif;
}
.brooks {
  position: relative;
  font-family: "Lato", serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.5rem;
}

.brooks:before {
  font-family: "Sanchez", serif;
  content: "\201C";
  position: relative;
  top: 0.30em;
  color: #074420;
  font-size: 12rem;
  font-style:italic;
  font-weight: 800;
  z-index: 0;
}

.brooks cite {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight:700;
  margin-right: .5rem;
}

.attributed {
  font-size: 1rem;
  line-height:1.75rem;
}

.attributed br {
  height:-10px;
}

.pushcart {width: fit-content;align-self: center;max-width: 125px;}

.works, .interviews, .cv, footer{
  padding: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

h3 {
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "Patua One";
  color: var(--title-color);
}

.card {
  background-color: #fff;
  transition: background-color 250ms, box-shadow 250ms;
}

.card:hover {
  background-color: #afd3ff30;
  -webkit-box-shadow: 3px 3px 13px -8px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 3px 3px 13px -8px rgba(0, 0, 0, 0.33);
  box-shadow: 3px 3px 13px -8px rgba(0, 0, 0, 0.33);
}

blockquote {
  margin: 2rem 2rem 1rem 2rem;
  text-align: center;
}

.interviews blockquote {
  margin: 0 2rem 2rem 2rem;
  text-align: center;
}

blockquote h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.75rem;
  font-weight: 900;
}

a {
  text-decoration: none;
}

a h4 {
  color: #000;
}

.card.columns {
  width: 100%;
  margin-left: 0;
  margin-bottom: 1rem;
}

/* Larger than mobile */
@media (min-width: 400px) {
  #header h1 {
    font-size: 6vw;
    text-align: center;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  body {
    padding: 0 4rem;
  }

  #header h1 {
    font-size: 6vw;
    text-align: left;
  }

  .top-nav ul {
    text-align: left;
  }

  .five.columns {
    min-width: 50%;
    display: flex;
    justify-content: center;
  }

  .hero-image {
    max-width: 200px;
  }

}

/* Larger than tablet */
@media (min-width: 750px) {
  #header h1 {
    font-size: 5vw;
    text-align: left;
  }

  .about {
    flex-wrap: nowrap;
  }

  .five.columns {
    min-width: 50%;
    display: block;
    }

  .hero-image {
    max-width: 400px;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {
  #header h1 {
    font-size: 4vw;
    text-align: left;
  }

  .card.three.columns {
    width: 22%;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .card.four.columns {
    width: 30.6666666667%;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .card.five.columns {
    width: 39.3333333333%;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .five.columns {
    min-width: 33%;
  }

  .works .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: flex-end;
    margin-bottom: 2rem;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}
