html {
  scroll-behavior: smooth;
}

body {
  padding: 20px 14px;
  /*background-image: url("15.png");
  background-repeat: repeat;*/
}
h1 {
  font-family: 'Berkshire Swash', cursive;
  font-size: 3rem;
  font-weight: bold;
  color: #E72F37;
  text-shadow: 6px 6px 8px #dddddd;
}
h2 {
   font-family: 'Berkshire Swash', cursive;
}
h4 {
  font-family: 'Mountains of Christmas', cursive;
  font-size: 4rem;
  font-weight: bold;
  color: #2FA537;
  line-height: 1;
  margin: 4rem 0 2rem;
  text-align: center;
  text-shadow: 6px 6px 8px #aaaaaa;
}
h3 {
  font-family: 'Mountains of Christmas', cursive;
  font-size: 1.3rem;
  /*margin-top: -.6rem;*/
  margin-bottom: 0.7rem;
  font-weight: normal;
  color: #777;
}
img {
  width: 100%;
}
p {
  font-family: cursive;
}
p.install {
  font-size: 0.8rem;
  color: #777;
}
p.install:before {
  content: "Install: ";
  font-weight: bold;
}
li {
  font-family: 'Mountains of Christmas', cursive;
}
.background-image:before {
  content: "";
  background-image: url("/assets/img/Christmas-Repeating-Pattern-1986252.jpg");
  background-repeat: repeat;
  position: fixed;
  width: 200%;
  height: 200%;
  z-index: -1;
  transform: rotate(23deg);
  top: -50%;
  left: -50%;
  opacity: 0.3;
}
iframe {
  border: 0;
  margin: 0;
}
.on-christmas {
  display: none;
}
.row {
  background-color: white;
  box-shadow: 5px 5px 18px rgba(0,0,0,0.4);
  margin-bottom: 30px;
  padding: 0;
}
.row.top-pad {
  padding-top: 8px;
}
.row > div {
  padding: 16px 24px;
}
.row > div.no-pad {
  padding: 0;
  margin: 0;
}
/*.row h2 {
  margin: 0;
}*/

#contents li {
  font-size: 28px;
}
    
@media (min-width: 576px) {  }

@media (min-width: 768px) { 
  h4 {
    font-size: 6rem;
  }
}

@media (min-width: 992px) {  }

@media (min-width: 1200px) {  }
