@media only screen and (min-width: 1024px) {

  body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background-color: cornflowerblue;
    padding: 100px 100px 100px 100px;
  }
  
  #hofmanns {
    color: whitesmoke;
    font-size: 1.25rem;
    line-height: 3rem; 
    text-align: right;
    padding: 100px 100px 0px 0px;
  }
  
  quote {
    font-size: 3rem;
    border: 100px 100px 0px 100px;
  }
  
  #quote-header {
    font-size: 1.5rem;
    line-height: 3rem;
    color: mintcream;
  }
  
  
  #sun {
    padding-inline-start: 10px;
    font-size: 1rem;
  }
  

} /* end of media query */
