html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  list-style: none;
  background-color: transparent;
}

@font-face {
  font-family: "Inky Regular";
  src: url('/onewave/AlteHaasGroteskRegular.ttf');
}

@font-face {
  font-family: "Circular";
  src: url('/onewave/circular-bold.ttf');
}

@font-face {
  font-family: "Inky Bold";
  src: url('/onewave/AlteHaasGroteskBold.ttf');
}

@font-face {
  font-family: Helvetica Light;
  src: url('/onewave/font.ttf');
}

body {
  font-family: "Helvetica Neue", Arial;
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Inky Regular";
  font-size: 72px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  letter-spacing: -2px;
  line-height: 82px;
}

h1#count {
  font-family: "Helvetica Neue";
  font-size: 132px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  letter-spacing: -5px;
  line-height: 132px;
}

h2 {
  font-family: "Circular", "Helvetica Neue";
  font-size: 72px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: -5px;
  line-height: 80px;
  margin: 75px 0px;
}

h3 {
  font-family: "Circular", "Inky Regular";
  font-size: 24px;
  font-weight: 100;
  color: #222222;
  text-align: center;
  letter-spacing: -1px;
  line-height: 30px;
  margin: 30px 0px 10px;
}

h4 {
  font-size: 24px;
  font-weight: 100;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0px;
}

h5 {
  font-family: "Inky Regular";
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0px;
  line-height: 20px;
  margin: -20px auto 30px;
}

.clear {
  clear: both;
}

.content {
  width: 800px;
  margin: auto;
}

#content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 224px;
  margin-top: -112px;
  margin-left: -400px;
}

a#button {
  display: block;
  width: 140px;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  margin: 50px auto 0px;
}

a#button:hover {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #333333;
}

#top {
  display: block;
  background: url(/onewave/bg23.png) no-repeat center center #000000;
  background-size: cover;
  height: 100%;
}

#grey {
  display: block;
  background: #000000;
  padding: 50px 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}

#white {
  display: block;
  background: #ffffff;
  padding: 0px 0px;
}

#white a#button {
  display: block;
  width: 140px;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #222222;
  border-radius: 2px;
  color: #222222;
  margin: auto;
}

#white a#button:hover {
  border: 2px solid #222222;
  background: #222222;
  color: #ffffff;
}


#footer {
  display: block;
  background: #000000;
  padding: 80px 0px 60px;
  color: #ffffff;
  margin-top: 50px;
}

#footer .content {
  width: 400px;
}

#footer a {
  display: block;
  width: 140px;
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  margin: -10px 0px 0px;
  float: right;
}

#footer a:hover {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #222222;
}

ul#apps li {
  width: 256px;
  float: left;
  margin-bottom: 50px;
}

ul#apps li.middle {
  margin: 0px 16px;
}

ul#apps li p {
  font-size: 14px;
  color: #777777;
  line-height: 22px;
  padding: 0px 10px;
  text-align: center;
}

.icon {
  display: block;
  width: 200px;
  height: 200px;
  background: #000000;
  border-radius: 35px;
  margin: auto;
}

.icon.secret-calculator-folder {
  background: url(/onewave/secret.png);
  background-size: contain;
}

.icon.empire-era {
  background: url(/onewave/empire.jpg);
  background-size: contain;
}

.icon.lock-your-folder {
  background: url(/onewave/locked.jpg);
  background-size: contain;
}

.icon.perfect-wallpaper {
  background: url(/onewave/wallpaper.png);
  background-size: contain;
}

.icon.connect-mania {
  background: url(/onewave/connect.jpg);
  background-size: contain;
  width: 196px;
  height: 196px;
  border: 2px solid #dddddd;
}

.icon.unfollowers {
  background: url(/onewave/unfollowers.jpg);
  background-size: contain;
}

.icon.secret-calculator {
  background: url(/onewave/secretcalc.jpg);
  background-size: contain;
}

.icon.vem-ringer {
  background: url(/onewave/vemringer.jpg);
  background-size: contain;
}