/* Text Elements */

h1.landing {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  border-bottom-right-radius: 12px 12px;
  border-bottom-left-radius: 12px 12px;
  background-color: #fff;
  text-align: center;
  text-indent: 0;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Indie Flower', cursive;
}

/* Layout Elements */

body > .row.landing {
  width: auto;
}

body.grid {
  background-color: #333;
}

div.responsive-picture.landing {
  display: block;
  clear: none;
  margin: 50px auto 0;
  max-width: 600px;
  max-height: 600px;
  border: 10px solid #fff;
  border-top-left-radius: 12px 12px;
  border-top-right-radius: 12px 12px;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  box-shadow: none;
}

.row > [class*='coffee-span-'] > .container.landing {
  margin-right: auto;
  margin-left: auto;
  max-width: 550px;
}