/* Enter Your Custom CSS Here */

.whimsical-static-content, .whimsical-page-topper {
  background-size: contain !important;
}

.page-template-front-page .whimsical-logo img {
  padding-top: 16vh;
}

/*.whimsical-logo:not(.page-template-front-page) img {
  height: 15vh;
  padding-top: 5vh;
}*/

@media screen and (max-width: 1000px){
  .page-template-front-page .whimsical-logo img {
    width: 80%;
  }
}