
 .starfield {
	 height: 100%;
	 left: 0;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 z-index: 0;
}
 *, *:before, *:after {
	 box-sizing: border-box;
	 margin: 0;
	 padding: 0;
}

.parallax-feature {
    /* z-index: -2; */
    padding: 40px;
    text-align: center;
    min-height: 10vh;
    background: url(https://download.unsplash.com/photo-1422640805998-18a4dd89bec2) center center no-repeat;
    background-size: cover;
    background: #ffcc00;
    margin: 30px 0px;
}
 .parallax-feature i.fa.fa-paper-plane {
	 font-size: 29px;
	 color: white;
	 padding: 15px;
}
.parallax-feature .feature-title {
    font-family: "Iceberg", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 40px 0;
    font-family: "Roboto", sans-serif;
}
 .enteremail {
	 font-family: 'Open Sans', sans-serif;
	 height: 55px;
	 word-spacing: 1px;
	 padding-left: 20px;
	 padding-right: 20px;
	 padding-top: 1px;
	 width: 70%;
	 outline: none;
	 background-color: rgba(255, 255, 255, 0.1);
	 border: solid 1px rgba(255, 255, 255, 0.17);
	 color: #fff;
	 font-size: 13px;
	 font-weight: 400;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}
.signup-button {
    width: 20%;
    font-family: 'Roboto', sans-serif;
    height: 55px;
    /* background-color: rgba(22, 182, 234, 0.52); */
    background-color: #e1071a;
    /* background-color: #303e49; */
    border: none;
    outline: none;
    position: relative;
    float: none;
    font-size: 11px;
    border-radius: 0px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    border: none;
    cursor: pointer;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-background-clip: padding-box;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
 label.subscribe-message {
	 height: 2.5em;
	 padding: 10px 20px;
	 color: #fff;
	 font-size: 13px;
	 float: none;
	 top: 0;
	 display: block;
}
 label.subscribe-message {
	 display: none;
}
label.error i {
    color: #e1071a;
}
 .parallax-background {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 z-index: -1;
	 background-attachment: fixed;
	 background-clip: border-box;
	 background-origin: padding-box;
	 background-repeat: no-repeat;
	 background-position: center top;
	 background-color: rgba(0, 0, 0, 0.3);
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}
 .parallax {
	 position: relative !important;
	 z-index: 1 !important;
	 background-repeat: no-repeat !important;
	 background-attachment: fixed !important;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}
 .parallax-feature::after {
	 content: '';
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background-image: url('http://mountaintheme.com/themeforest/mountain/demo-3/images/overlay.png');
	 background-repeat: repeat;
	 background-color: rgba(95, 96, 97, 0.4);
	 z-index: -1;
}
#subscribe{
    color:white;
}
 