@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");


[v-cloak] {
  display: none;
}

body {
  background: #424C38;
    background-image: url("https://astronaomical.com/valentine/includes/images/background-1.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
  color: #ffffff;
  text-align: center;
  font-family: "Playfair Display", serif;
}

h1 {
  margin: 0;
  padding: 15px 25px;
  font-style: italic;
  display: none;
}

#surprise {
  font-weight: 900;
  font-style: italic;
  line-height: normal;
  font-size: 48px;
 text-shadow: 2px 2px #424C38;
  margin: 0;
  padding: 15px 25px;
}

#pull {
  font-weight: 700;
  font-size: 48px;
  margin: 0;
  padding: 15px 25px;
  text-shadow: 2px 2px #424C38;
}

.wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: translateY(-115px);
  transform: translateY(-115px);
}

.over {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: calc(100% - 115px);
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  border-radius: 0 0 50% 50%;
  background-color: #7F282C;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
}
.over.pulled {
  -webkit-transition: 200ms cubic-bezier(0.3, 0.9, 0.65, 1);
  transition: 200ms cubic-bezier(0.3, 0.9, 0.65, 1);
  -webkit-transition-property: border-radius, height;
  transition-property: border-radius, height;
}

.under {
  padding-top: 150px;
  cursor: pointer;
}

.reset {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-style: italic;
  margin-top: 25px;
  padding: 15px 25px;
  font-size: 32px;
  border: none;
  border-radius: 15px;
  background-color: #687060;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 200ms cubic-bezier(0.3, 0.6, 0.9, 1);
  transition: background-color 200ms cubic-bezier(0.3, 0.6, 0.9, 1);
 text-shadow: 2px 2px #424C38;
  box-shadow: 2px 2px #424C38;
}

.reset:hover {
  background-color: #7F282C;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.footer {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
  justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
  padding: 15px 25px;
  background-color: #687060;
}

footer .fab,
footer .fas {
    font-weight: normal;
    font-size: 1.75em;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
  flex-wrap: wrap;
    align-items: center;
}

footer li {
    padding: 0;
}

footer li:last-child {
    padding: 0;
}

footer p {
    margin: 0;
    padding: 0;
    text-transform: lowercase;
  text-align: right;
}

.footer p i {
  font-style: normal;
}

.footer li a {
    padding: 0;
    background: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.75em;
  text-decoration: none;
}

.footer a:link,
.footer a:visited {
    color: #ffffff;
    background: #687060;
}

.footer a:hover,
.footer a:active {
    color: #ffffff;
    background: #7F282C;
}

/* @media (max-width: 880px) {
  .footer {
    justify-content: normal;
  } 
} */