/*.hero-bg {
	background-image: url(../images/backgrounds/hero_bg.jpg);
}*/

#hero {
    height: 400px;
    padding: 40px;
    box-sizing: border-box;
    background-position: center -30px;
}

#social-nav ul {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#social-nav ul li a {
    color: #fff;
    margin: auto 20px;
}

#social-nav ul li a:hover {
    color: #25aae1;
}

#social-nav ul li i {
    width: 28px;
    font-size: 20px;
    text-align: center;
}

.hero-details {
	text-align: center;
	color: #fff;
	margin-top: 50px;
    position: relative;
}

.hero-details h2 {
	font-size: 200%;
}

.hero-details span {
    letter-spacing: 0.3em;
    white-space: nowrap;
}

.hero-details span i {
	color: #fe4918;
}

.heading {
    font-size: 110px;
    text-transform: uppercase;
    line-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    white-space: nowrap;
}

.hero-details h1 span {
    letter-spacing: 1px;
    font-size: 0.8em;
    text-shadow: 1px 9px 6px #000000;
    /*position: absolute;
    top: -20px;*/
}

.hero-details .allcaps {
    display: flex;
    justify-content: center;
}

.hero-details p {
	font-size: 20px;
}

.sticky-heading {
    display: none;
    position: fixed;
    top: 17px;
    line-height: 100%;
    z-index: 10000;
    margin: 0;
    font-size: 1.5em;
    color: #000;
    width: 80%;
}

@keyframes color-text {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1100px 0;
  }
}