body{
    background-color: #690825;
    background-image: url('backgrounds/pink.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.text2 {
  transition-delay: 0s;
  display:block;
  position: absolute;
  top: 1%;
  width: 98%;
  height: 50%;
  opacity: 1;
  text-align: center;
  color: white;
  font-family: rosmary;
}

@font-face { font-family: rosmary; src: url('Rosemary.ttf'); } 

.text {
  transition-delay: 0s;
  display:block;
  position: absolute;
  top: 50%;
  width: 98%;
  height: 50%;
  opacity: 1;
  text-align: center;
  color: white;
  font-family: rosmary;
}

.big_talk{
  transition-delay: 0s;
  display:block;
  position: absolute;
  top: 25%;
  width: 98%;
  height: 75%;
  opacity: 1;
  text-align: center;
  color: white;
  text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}

nav {
  width : 100%; 
  margin : 0px auto; 
  animation: fadeIn 1s;
}

span {
  animation: fadeIn 1s;
  position:sticky;
  font-size : 1.2em;
  font-variant : small-caps;
  cursor : pointer;
  display: block;
}

.slide {
  clear:both;
  width:100%;
  height:0px;
  overflow: hidden;
  transition: height .4s ease;
}

#touch {position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slide {height: 1000px;} 

@keyframes fadeIn {
  0%{opacity: 0;}
  100% {opacity: 1;}
  }

  @keyframes boop{
    0% {opacity: 0;}
    100% {opacity: 1;}
  }

  @keyframes boop{
    0% {opacity: 0;}
    100% {opacity: 1;}
  }