@charset "UTF-8";
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


body,
button,
input,
select,
textarea {
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Helvetica, Arial, sans-serif;
}

body {
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.9;
}

.main-section {
  position: relative;
}

.main-content {
  position: fixed;
  left: 60px;
  bottom: 60px;
  color: #fff;
  z-index: 200;
  max-width: 250px;
}

.main-header {
  position: absolute;
  z-index: 300;
  width: 100%;
}
.main-header .kloon-logo {
  position: absolute;
  left: 60px;
  top: 60px;
  display: inline-block;
  width: 113px;
  height: 25px;
  background-image: url("img/kloon-logo@2x.png");
  background-size: 113px 25px;
  background-repeat: no-repeat;
}

@media (max-width: 499px) {
  .main-header .kloon-logo {
    left: 25px;
    top: 25px;
  }
}
body {
  background-color: #222020;
  color: #fff;
  overflow-x: hidden;
}

a {
  color: #fff;
  text-decoration: underline;
}

p {
  margin: 1em 0px;
}

.hidden {
  display: none;
}


#main {
  position: relative;
  z-index: 10;
}

#image-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bgr-image {
  background-image: url(img/bgr.jpg);
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
