nav,
footer {
  min-height: 5vh;
}

main {
  min-height: 90vh;
}

#nav-style {
  background-color: #e3f2fd;
}

.navbar-brand {
  text-align: center;
  font-size: 1.5em;
}

#home-link:hover {
  cursor: pointer;
}

.heading {
  font-size: 2.25em;
}

h1 {
  text-align: center;
}

.btn-showcase {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 5em 0;
  max-width: 1000px;
  margin: 0 auto;
}

.quote-showcase {
  width: 100%;
  min-height: 60vh;
  padding: 5em 0;
  margin: 0 auto;
}

/**
  HOMEPAGE ELEMENTS
**/
.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hero-button {
  width: 200px;
  height: 150px;
  font-size: 8mm;
  margin: 0px auto 1em;
}

/* Button colour */
#happy_button {
  background: #ff72b8;
}

#sad_button {
  background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%);
}

#excited_button {
  background-color: #85ffbd;
  background-image: linear-gradient(45deg, #85ffbd 0%, #fffb7d 100%);
}

#tired_button {
  background-color: #ff3cac;
  background-image: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
}

#scared_button {
  background-color: #a9c9ff;
  background-image: linear-gradient(180deg, #a9c9ff 0%, #ffbbec 100%);
}

#anxious_button {
  background-color: #00dbde;
  background-image: linear-gradient(90deg, #00dbde 0%, #ff0058 100%);
}

#confused_button {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}

#bored_button {
  background: #d8bfd8;
}

/**
  QUOTEPAGE ELEMENTS
**/
#changing-bg p {
  padding: 2em;
}

#quote_body {
  color: #fff;
}

#again {
  display: none;
  background: #e3f2fd;
  color: rgba(0, 0, 0, .9);
  margin: 2em auto;
}

/* Blockquote styling */
blockquote {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.5em;
  max-width: 950px;
  font-style: italic;
  margin: 0.25em auto;
  padding: 2em 40px;
  line-height: 1.45;
  position: relative;
}

blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -20px;
  color: #7a7a7a;
}

blockquote:after {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
  transform: rotate(180deg);
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \2009";
}

#border {
  border-bottom-style: solid;
}

/* Footer */
#foot-style {
  background-color: #e3f2fd;
}

/* Classes for display/hide elements */
.homepage-element {
  display: flex;
}

.quotepage-element {
  display: none;
}
