@font-face {
  font-family: 'WesternFont';
  src: url('../fonts/Lost-Leonenst Bold.otf') format('opentype');
  font-weight: bold; 
  font-style: normal;
}

@font-face {
  font-family: 'WesternFont';
  src: url('../fonts/Lost-Leonest Reguler.otf') format('opentype');
  font-weight: normal; 
  font-style: normal;
}

blockquote {
  font-family: 'WesternFont', Arial, "Helvetica Neue", Helvetica, sans-serif; 
  font-weight: bold; 
  font-style: italic;
  font-size: 1.5em;
  margin: 110px 0;
  padding-left: 30px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 95%;
  color: white;
  opacity: 0.8;
}

blockquote h3 {
  font-family: 'WesternFont', Arial, "Helvetica Neue", Helvetica, sans-serif; 
  font-weight: normal; 
  font-style: normal;
  font-size: 1em;
  margin-top: 10px;
  color: white;
  text-align: center;
}

/* Mobile */
@media screen and (max-height: 660px){
  blockquote{ opacity: 0%;}
}

@media screen and (max-width: 600px) {
  blockquote {
    font-size: 12px; 
    margin: 20px 0;
    padding-left: 8px;
  }
  blockquote h3 {
    font-size: 10px;  
    margin-top: 8px;
  }
}

/* Tablet */

@media screen and (min-width: 601px) and (max-width: 1024px) {
  blockquote {
    margin-top: 5px;
    font-size: 20px; 
    padding-left: 20px;
  }
  blockquote h3 {
    font-size: 18px;
  }
}
