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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: black;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}
@keyframes fade-out {
  from { opacity: 1 }
    to { opacity: 0 }
}
@keyframes fade-in {
  from { opacity: 0 }
    to { opacity: 1 }
}
#fader.fade-out {
  opacity: 0;
  animation-name: fade-out;
}
#fader.fade-in {
  opacity: 1;
  animation-name: fade-in;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  background-image: url('../images/main/bg.svg');
  background-position: center;
  background-size: cover;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#intro {
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  text-align: center;
}
#intro2 {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  text-align: center;
}
img {
  max-width: 100%;
  max-height: 200%;
  position: absolute;
  margin: auto;
  top: -90%;
  bottom: 100%;
  left: 0;
  right: 0;
}
@font-face {
  font-family: EXAN;
  src: url('fonts/EXAN.ttf') format('truetype');
}
@font-face {
  font-family: ELIXIA;
  src: url('fonts/ELIXIA.ttf') format('truetype');
}
h1 {
  text-transform: uppercase;
  font-family: EXAN;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.015em;
  color: #fff;
}
h1::after {
  content: '';
  width: 100px;
  display: block;
  background: #fff;
  height: 10px;
  margin: 30px auto;
  line-height: 1.1;
}
h2 {
  font-family: EXAN;
  font-size: 40px;
  letter-spacing: 0.01em;
  color: #fff;
}
mainicon {
  background-image: url(../images/main/test.svg);
}
p {
  margin: 0 0 30px 0;
  font-family: ELIXIA;
  font-size: 100px;
}
a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;

}
a:hover {
  text-decoration: underline;
}
.btn {
  display: inline-block;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
.btn:hover {
  color: #005544;
  border-color: #005544;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 60px;
  }
  p {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 48px;
  }
  h1::after {
    height: 8px;
  }
  p {
    font-size: 48px;
  }
  h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 568px) {
  #intro {
    padding: 0 10px;
  }
  h1 {
    font-size: 30px;
  }
  h1::after {
    height: 6px;
  }
  p {
    font-size: 30px;
  }
  .btn {
    font-size: 16px;
  }
  h2 {
    font-size: 10px;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 28px;
  }
  h1::after {
    height: 4px;
  }
  p {
    font-size: 28px;
  }
  h2 {
    font-size: 5px;
  }
}

.disableselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge*/
   user-select: none;          /* Non-prefixed version, currently 
                                  not supported by any browser */
}.body {
  background-color: black;
}
#container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#container>div {
  width: 240px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#MidText {
  justify-content: center;
  align-items: center;
  text-align: middle;
}

@-webkit-keyframes animate {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#LeftArrows {
  width: 100%;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}

#LeftArrows .arrowL {
  background: url(/images/main/left.png) no-repeat;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
  height: 49px;
  width: 40px;
  float: left;
  opacity: 0;
}

#LeftArrows .arrowL.show {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}

#RightArrows {
  width: 100%;
  height: 100px;
  vertical-align: middle;
  text-align: center;
}

#RightArrows .arrowR {
  background: url(/images/main/right.png) no-repeat;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
  height: 49px;
  width: 40px;
  float: right;
  opacity: 0;
}

#RightArrows .arrowR.show {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}
