@font-face {
  font-family: "Enriqueta";
  src: url("../fonts/Enriqueta-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

h2{
  font-family: "Enriqueta", Times New Roman, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

p{
  font-family: "Enriqueta", Times New Roman, Helvetica, Arial, sans-serif;
  font-size: 24px;
}

.caption{
  font-size: 14px;
}

img{
  width: 50vw;
  margin-left: 50px;
}

.image{
  margin-top: 50px;
  margin-bottom: -60px;
  width: 300px;
}

#wisdomSentences{
  font-family: "Enriqueta", Times New Roman, Helvetica, Arial, sans-serif;
  text-align: center;
}

#speakButton{
  font-size: 48px;
  font-family: "Enriqueta", Times New Roman, Helvetica, Arial, sans-serif;
  text-align: center;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: fixed;
  cursor: pointer;
  border: 2px solid #000;
  border-color: black;
  background: white;
}

#speakButton:active {
  background: rgb(255, 20, 147);
  color:#FFF;
}

.title{
  font-size: 30px;
  font-style: bold;
}

.virtueSentences{
  margin-left: 20px;
  font-size: 20px;
}

#userSpeaks{
  color:  rgb(255, 20, 147);
  position: fixed;
  width: 200px;
  left: 80px;
  top: 60px;
  font-family: "Enriqueta", Times New Roman, Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 30px;
  z-index: 10;
}

#score-box{
  font-family: "Enriqueta", Times New Roman, Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  position: fixed;
  left: 50px;
  bottom: 45px;
  width: 150px;
  border-radius: 20px;
  border: 2px solid #000;
  border-color: black;
  background-color: white;
}

.instructions{
  position: fixed;
  font-family: "Enriqueta", Times New Roman, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  top: 50px;
  left: 100px;
  width: 200px;
  max-height: 400px;
  z-index: 1000;
  background-color: #FFF;
  border-radius: 10px;
  border: 2px solid #000;
  line-height: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.infobutton{
  font-family: "Enriqueta", Times New Roman, Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  z-index: 1000;
  top: 40px;
  left: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  position: fixed;
  cursor: pointer;
  border: 2px solid #000;
  border-color: black;
  background: white;
}

#container{
  position: relative;
  width: window.innerWidth;
  height: window.innerHeight;
}

#heartDIV{
  width: 100%;
  height: 100%;
  top: 10px;
  text-align: center;
  position:absolute;
}

@media screen and (max-width: 992px) {

  .image{
    margin-top: 100px;
    margin-bottom: -150px;
    width: 90vw;
  }

  #speakButton{
    font-size: 100px;
    text-align: center;
    z-index: 1000;
    bottom: 40px;
    right: 40px;
    width: 180px;
    height: 180px;
    border-radius: 50px;
    position: fixed;
    cursor: pointer;
    border: 2px solid #000;
    border-color: black;
    background: white;
  }

  #score-box{
    font-size: 60px;
    bottom: 40px;
    right: 45px;
    width: 350px;
    height: 110px;
  }

  #score{
    margin-top: 10px;
  }

  .title{
    font-size: 80px;
    font-style: bold;
  }

  .virtueSentences{
    font-size: 45px;
  }

  .infobutton{
    font-size: 70px;
    text-align: center;
    z-index: 1000;
    top: 40px;
    left: 40px;
    width: 110px;
    height: 110px;
    border-radius: 50px;
    position: fixed;
    cursor: pointer;
    border: 2px solid #000;
    border-color: black;
    background: white;
  }

  .instructions{
    position: fixed;
    font-size: 45px;
    text-align: center;
    top: 200px;
    left: 200px;
    width: 500px;
    max-height: 1300px;
    z-index: 1000;
    background-color: #FFF;
    border-radius: 10px;
    border: 2px solid #000;
    line-height: 1;
    padding-left: 30px;
    padding-right: 30px;
  }

}
