@charset "UTF-8";
/* CSS Document */
.tst {
   background: url(../img/bghead.png) no-repeat 0 0;
   background-attachment: scroll;
   background-size: contain;
}

.tst_about {
   margin-top: 2rem;
}
.tst_about p {
   margin: 0 0 1em;
   padding-left: 0;
   color: #525252;
   font-feature-settings: initial;
   line-height: 1.8;
}
.tst_about p:last-child {
   margin-bottom: 0;
}
.tst_white {
   color: #ffffff;
   font-size: 2.5em;
   letter-spacing: 2px;
   line-height: 1.4em;
   text-shadow: 1px 1px 2px #999999;
}
.tst_blue {
   font-weight: bold;
   color: #37aacf;
}

@media screen and (max-width: 767px) {
   .tst_white {
      font-size: 1.2em;
      color: #37aacf;
      letter-spacing: 1px;
   }
}