@charset "UTF-8";
/* CSS Document */


@media screen and (min-width: 351px) {
  span.h1 {
    font-family: "Pinyon Script";
    font-size: 30px;
  }
}

@media screen and (max-width: 350px) {
  span.h1 {
    font-family: "Pinyon Script";
    font-size: 25px;
  }
}

span.h2 {
  font-family: "Comfortaa";
  font-size: 15px;
  font-weight: 1000;
}

span.h3 {
  font-family: "Dancing Script";
  font-size: 14px;
}


.h4 {
  font-family: "Comfortaa";
  font-size: 12px;
  font-weight: bolder;
}

@media screen and (max-width: 375px) {
  .b4 {
    font-family: "Comfortaa";
    font-size: 10px;
  }
  }
  
  @media screen and (min-width: 376px) and (max-width: 550px) {
  .b4 {
    font-family: "Comfortaa";
    font-size: 12px;
  }
  }
  
  @media screen and (min-width: 551px) {
    .b4 {
      font-family: "Comfortaa";
      font-size: 18px;
    }
  }

.h6 {
  font-family: "Comfortaa";
  font-size: 10px;
}

div.h3 {
  font-family: "Pinyon Script";
  font-size: 30px;
  text-align: center;
  width: 100%;
  /*		margin: auto;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

font1 {
  font-family: "Dancing Script";
}