/*@import 'fonts.css';*/

*{
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */

    -webkit-text-size-adjust: 160%;

    -webkit-user-select: none;
    -moz-user-select: none;
    -user-select: none;
    margin: 0;
    padding: 0;
}

span {
  margin: 0;
  padding: 0;
  font-size: auto;
}

img {
  vertical-align: middle;
}

html,body{
  -webkit-overflow-scrolling: touch;  
  margin:0; padding:0;
  background: #FFF; color: #000;
  font-family: 'Didact Gothic', 'Arial', sans-serif;
  width: 100%; height: 100%;
}

body {

}

.wrapper {
  position: absolute;
  width: 640px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.title {
  position: relative;
  margin-left: -19px;
  font-family: 'Yellowtail', sans-serif;
  font-size: 150px; line-height: 150px;
  color: rgba(0,0,0,.9);
}

.subTitle {
  position: relative;
  left: 20px;
  margin-top: -8px;
  font-family: 'Century Gothic', sans-serif;
  font-size: 11px; line-height: 11px;
  font-weight: bold; 
  letter-spacing: 31px;
  text-align: center;
  color: rgba(0,0,0,.5);
  /*width: 100%;*/
}