
.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}

body {
  color:#fff;
  background: black;
  font-family: "Georgia";
  font-weight: 300;
  font-size:35px;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  line-height: 1.8;
  text-shadow: 
  -1px -1px 1px #111, 
	2px 2px 1px #999;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
a {
	color: grey;
    border-bottom: 2px solid grey;
}
p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
  font-size:35px;

  }

.content {
  padding: 50px 2% 250px;
}

.hero {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 110px;
  min-height: 500px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
.hero h1 {
  font-size: 170px;
  line-height: 1.3;
  color: linear-gradient(185deg, #551A8B, #E066FF,#FF3E96, #FF0000);
}
.hero h1 span {
  font-size: 40px;
  color: white;
  text-shadow: 
  -1px -1px 1px #111, 
	2px 2px 1px #999;
  border-bottom: 4px solid purple;
  padding-bottom: 12px;
  line-height: 3;
}


@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
* {box-sizing:border-box}


.feature {position:fixed; 
	top:0; z-index:0; width:100%; padding-top:50%; background: url(g.jpg) center center no-repeat;
    -webkit-background-size:150%;
       -moz-background-size:150%;
         -o-background-size:150%;
            background-size:150%;
    -webkit-box-shadow: 0 -50px 20px -20px #232323 inset;
       -moz-box-shadow: 0 -50px 20px -20px #232323 inset;
            box-shadow: 0 -50px 20px -20px #232323 inset;
  }

.sign-wrap-4 {
    text-align: center;
    padding: 60px 20px;
}
.sign-wrap-4 .sign_word {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #BFE2FF, 0 0 0.5em #BFE2FF, 0 0 0.1em #BFE2FF;
}
.sign-wrap-4 .sign_word span {
    animation: neon-4 linear infinite 2s;
}
@keyframes neon-4 {
    78% {
        color: inherit;
        text-shadow: inherit;
    }
    79%{
        color: #0b3960;
    }
    80% {
        text-shadow: none;
    }
    81% {
        color: inherit;
        text-shadow: inherit;
    }
    82% {
        color: #0b3960;
        text-shadow: none;
    }
    83% {
        color: inherit;
        text-shadow: inherit;
    }
    92% {
        color: #0b3960;
        text-shadow: none;
    }
    92.5% {
        color: inherit;
        text-shadow: inherit;
    }
}

