@font-face {
  font-family: "Clear Sans";
  src: url("fonts/ClearSans-Light-webfont.eot");
  src: url("fonts/ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"), url("fonts/ClearSans-Light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Johnny Fever";
  src: url("fonts/Johnny-Fever.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Clear Sans";
  src: url("fonts/ClearSans-Bold-webfont.eot");
  src: url("fonts/ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"), url("fonts/ClearSans-Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Calibri";
  background: #0f1629 url("../images/description/description_BG.png") no-repeat fixed center;
  /*font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;*/
  background-size: cover;
  font-size: 16.5pt;
}

body {
  padding: 25px 0;
}

.container {
  width: 500px;
  margin: 0 auto;
  position: relative;
}

.head-img {
  position: relative;
  width: 100%;
  left: 0;
  margin-top: 30px;
}

.text p {
  color: #fff;
  margin-top: 30px;
}

.rainbow-bottom {
  background-image: url("../images/description/rainbow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 46%;
  position: fixed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 0;
  pointer-events: none;
}

button {
  /*background-color: #e61511;
  width: auto;
  display: inline-block;
  height: 35px;
  border: none;
  text-align: center;
  font-family: "Calibri";
  cursor: pointer;
  font-size: 15pt;
  color: #fff;*/
  background-color: transparent;
  width: auto;
  border-radius: 10px;
  display: inline-block;
  height: 40px;
  border: 3px solid #ff006c;
  text-align: center;
  cursor: pointer;
  font-family: "Johnny Fever";
  font-size: 15pt;
  color: #fff;
  margin-bottom: 50px;
}

button:focus {
  outline: 0;
}

.anchor {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 780px) {
  html, body {
    margin: 0;
    padding: 0;
    font-family: "Calibri";
    background: #0f1629 url("../images/description/description_BG.jpg") no-repeat fixed center;
    /*font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;*/
    background-size: cover;
    font-size: 13.5pt;
  }
  body {
    padding: 21.5px 0;
  }
  .container {
    width: 300px;
    margin: 0 auto;
    position: relative;
  }
  .head-img {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 25.8px;
  }
  .text p {
    color: #fff;
  }
  button {
    background-color: transparent;
    width: auto;
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    border: 3px solid #ff006c;
    text-align: center;
    cursor: pointer;
    font-family: "Johnny Fever";
    font-size: 15pt;
    color: #fff;
    margin-bottom: 50px;
  }
  button:focus {
    outline: 0;
  }
  .anchor {
    text-decoration: none;
    color: #fff;
  }
}

/*# sourceMappingURL=description.css.map */
