@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600");


a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active {
  font-family: "Montserrat";
  font-size: 12px;
  text-decoration: none;
  background: #212121;
  padding: 4px 8px;
  color: #f7f7f7;
}
a.white-mode:hover, a.white-mode:link:hover, a.white-mode:visited:hover, a.white-mode:active:hover {
  background: #edf3f8;
  color: #212121;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #171925;
  font-family: "Montserrat";
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
}

.title {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Montserrat";
  text-align: center;
  width: 100%;
}
.title h1 {
  position: relative;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 60px;
  padding: 0;
  margin: 0;
  line-height: 1;

  font-family: Helvetica Neue;
  background-color: #62f754;
  background-image: -webkit-linear-gradient(-360deg, #62f754, #307df9, #c638aa, #ff3463, #ff8542);
  background-image: linear-gradient(90deg,#62f754, #307df9, #c638aa, #ff3463, #ff8542);
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 100% 200%;
  background-position: 50% 90%;
  background-repeat: repeat;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em;
  -webkit-animation: gradiente 0.6s both infinite;
  -moz-animation: gradiente 0.6s both infinite;
  animation: gradiente 0.6s both infinite;
}
.title h1 span {
  font-weight: 600;
  font-size: 60px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.title h3 {
  font-weight: 200;
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 2px;
}

.title h4 {
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 10px 0 0 0;
  line-height: 1;
  color: #CC3341;
  letter-spacing: 2px;
}

.codepen-promotion:active, .codepen-promotion:hover, .codepen-promotion:link, .codepen-promotion:visited {
  position: absolute;
  display: block;
  width: 200px;
  z-index: 111;
  right: 40px;
  bottom: 40px;
}

.codepen-promotion__image {
  width: 100%;
}

.container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: url('');
  background-size: cover;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto;
  display: table;
}

.content {
  display: table-cell;
  vertical-align: middle;
}

.item {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
}

@media only screen and (min-width: 800px) {
  h1 {
    font-size: 6em;
  }
  p {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 2em;
  }
  p {
    font-size: 1.2em;
  }
}