ons-pull-hook {
  color: bisque;
  text-align: center;
}

/*reveal and visible js*/
.info {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 1s ease;
}
.info.active {
  transform: translateY(0px);
  opacity: 1;
}
.visible {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: all 1s ease;
}
.visible.active {
  transform: translateX(0px);
  opacity: 1;
}

body {
  background-image: url(botw-background2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#results {
  display: grid;
  grid-template-columns: 1fr;
}

figure {
  /* max-width: 500px; */
  background-color: rgba(255, 228, 196, 0.7);
  border-radius: 20px;
  justify-content: center;
}

@font-face {
  font-family: The Wild Breath of Zelda;
  src: url(The\ Wild\ Breath\ of\ Zelda.otf);
}

h1 {
  font-family: The Wild Breath of Zelda !important;
  text-align: center;
  font-size: 70px;
  color: bisque;
  padding: 25px;
  margin: 0;
}

h2 {
  font-family: The Wild Breath of Zelda !important;
  text-align: center;
  font-size: 50px;
  color: #130304;
  padding: 25px;
  margin: 0;
}

@font-face {
  font-family: Louis;
  src: url(../../fonts/louis_george_caf/Louis\ George\ Cafe.ttf);
}

p {
  font-family: Louis !important;
  color: #130304;
  padding: 30px;
  margin: 0;
}

img {
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px double #130304;
  border-radius: 10px;
}

@media only screen and (max-width: 430px) {
  section {
    margin: 0;
  }
}
