html {
  background: #ebede4;
}

body {
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

a {
  color: black;
  cursor: pointer;
}

.external-link {
  color: #33aeff;
}

.fab {
  font-size: 5rem;
}

.padded {
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
}

.presentation {
  padding-bottom: 15rem;
  padding-top: 15rem;

}

.container {
  max-width: 80rem;
}

.center {
  text-align: center;
}

.left-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left {
  text-align: left;
  flex: 1;
}

.right {
  text-align: right;
  flex: 1;
}

#home {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}

#announce { 
  background-size: cover;
}

#banner { 
  background: url("../images/lettucewrap.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#banner-2 { 
  background: url("../images/lavendarwrap.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

main { 
  height: 100vh;
}

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

.footer-content {
  justify-content: space-around;
  display: flex;
}

.header-content li {
  list-style: none;
}

h1 {
  font-family: 'Ovo', serif;
  font-size: 6rem;
  letter-spacing: 6px;
}

h2 {
  font-family: 'Ovo', serif;
  font-size: 4rem;
  letter-spacing: 4px;
}

h3 {
  font-family: 'Ovo', serif;
  letter-spacing: 2px;
}

h4 {
  font-family: 'Ovo', serif;
  letter-spacing: 2px;
}

@media screen and (max-width:400px) {
  h1 {
    font-size: 4rem;
    letter-spacing: 3px;
  }

  h3 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
    letter-spacing: 4px;
  }

  h4 {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}