html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, section {
  display: block;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
}

img {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto";
  font-weight: 700;
}

h1 {
  font-size: 250%;
}

h2 {
  font-size: 220%;
}

h3 {
  font-size: 180%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 80%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  height: 100%;
  position: relative;
}

.col {
  float: left;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

.padding-0 {
  padding: 0;
}

.margin-0 {
  margin: 0;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*.preload {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.8);
} */

/* mulai dari bawah ini */
a {
  text-decoration: none;
}

a:visited {
  // color: #555;
  text-decoration: none;
}

.prelude {
  background: #000;
}

.prelude .container > .wrapper {
  display: table;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.prelude main {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

.prelude main div:nth-child(1) img {
  width: 70%;
  margin: 0 auto;
}

.prelude .copyright p {
  color: #fff;
  font-family: 'Roboto',Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.prelude .copyright p a {
  color: #fff;
  text-decoration: none;
}

.prelude .copyright p a:hover {
  color: #d8d8d8;
  text-decoration: underline;
}

.prelude .copyright .love {
  position: relative;
}

.prelude .copyright .love:before {
  content: '';
  display: inline-block;
  width: 24.5px;
  height: 32px;
  position: absolute;
  top: -6px;
  left: 0;
  background: url(../images/l.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.prelude .copyright .love strong {
  opacity: 0;
}

