@charset "utf-8";
/* CSS Document */

*{
	text-decoration: none !important;
}
html {
    height: 100vh; /* set viewport constraint */
    min-height: 100%; /* enforce height */
}
body {
	padding: 0 !important;
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    background: url(../img/bg.jpg)  top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

::selection { background: #0033ff; color:#ffffff; /* WebKit/Blink Browsers */ }

::-moz-selection { background: #0033ff; color:#ffffff; /* Gecko Browsers */ }

#mc_embed_signup input.mce_inline_error {
	border-color: red !important;
	background-color: #fff !important;
}

a, a:visited, a:focus {
	color: #0066ff;
}
a:hover{
	color: #0099ff;
	text-shadow: 0 0 5px #0099ff;
}
#heroimage{
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 20px 40px 20px;

}

#header {
	display: flex;
	justify-content: center;
	padding:  40px 20px 40px 20px;

}

#header > a {
	padding: 10px;
}
#header > a > svg{
	width: 300px;
    height: auto;
}
#content {
	max-width: 760px;
	margin: 0px auto;
	padding:  0 20px 40px 20px;
}
#content .content {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	align-items: flex-start;
	flex-basis: 25%;
	flex-grow: 0;
}
#content .content-promo{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	margin-bottom: 40px;
}
#content .content-promo div{
	display: flex;
    align-content: center;
    justify-content: center;
}
.promo-button {
	background: #fff;
    font-weight: 700;
    letter-spacing: 0.0em;
    color: #0033ff;
    padding: 15px 20px;
    width: 140px;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0 17px #0033ff;
}
.promo-button:hover, .promo-button:focus {
	box-shadow: 0 0 17px #0066ff;
	text-shadow: none !important;
	color: #0033ff !important;

}
#content .content>div {
	padding: 0 ;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	/*border: 1px solid black;*/
}

label {
	text-align: left;
}
.socialmedia{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.socialmediaicons {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
	flex-wrap: wrap;
	width: 200px;
}
.socialmediaicons a {
    margin: 0 15px 0 0;
	fill: #BDBDBD;
}
.socialmediaicons a svg {
	width: 25px;
	fill: #BDBDBD;
}
.socialmediaicons a svg:hover {
	fill: #0099ff;
}
.field-shift {
	display: none;
}
.heroimageinner {
	margin-top: 0;
}
h1 {
	color: #fff;
	text-align: center;
	font-style: 700;
	font-size: 56px;
	line-height: normal;
	text-shadow: 0px 0px 40px #0033ff;
}
.subheadline {
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	line-height: normal;
	text-shadow: 0px 0px 10px #0033ff;
}
h2 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}
h3 {
	font-weight: 700;
	text-align: center;
	line-height: normal;
}
h4 {
	font-size: 22px;
    line-height: normal;
    text-align: center;
    font-weight: 600;
}
/*Form*/
#mc_embed_signup {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	text-align: left;
}
.formEmailButton {
	color: #0033ff;
    background: #fff;
    border-radius: 3px;
    padding: 10px 30px;
    border: 0;
    margin-top: 10px;
    font-family: inherit;
    font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 10px #0033ff;

}
.formEmailButton:hover {
	background: #fff;
	text-decoration: none;
	
	box-shadow: 0 0 10px #0099ff;
}
.indicates-required, .asterisk {
	color: red;
	font-size: 10px;
}

.content-text{
	margin: 20px 0 0 0;
}
hr {
	border: aliceblue;
    width: 100%;
    background: #BDBDBD;
    height: 1px;
}

.features, .socialmedia {
	margin-top: 50px;
}
svg {
	fill: #fff;
}
svg:hover {
	fill: #0099ff;
  }

.featuresbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.featureitem {
	padding: 10px;
    margin: 10px;
    width: 210px;
    display: flex;
    justify-content: start;
    align-items: end;
  }



	#footer {
		text-align: center;
		height: 60px;
		vertical-align: middle;
		justify-content: center;
		align-items: center;
		color: #fff;
		display: flex;
	}
	.nrflogoimage img {
		margin: 10px 0;
	}
	.strong {
		font-weight: 700;
	}
	.mce_inline_error {
		z-index: 1 !important;
		width: fit-conten !important;
		background: transparent !important;
		font-size: 10px !important;
		font-weight: normal !important;
		z-index: 1;
		color: red !important;
		padding: 0px 0px !important;
}
	#contactform input {
		display: inline-block !important;
		height: 20px !important;
		padding: 4px 6px !important;
		margin-bottom: 10px !important;
		font-size: 14px !important;
		line-height: 20px !important;
		color: #555 !important;
		vertical-align: middle !important;
	}

	#promo {
		margin: 0;
		padding: 0 0 40px 0;
}
	

.content-promo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.promo-button-container {
	padding: 15px 20px;
    display: flex;
    align-content: center;
    justify-content: center;
}	
  /*media queries*/
  @media screen and (max-width: 700px) {

#heroimage{
	height: auto;
}

	#content .content{
		flex-direction: column-reverse !important;
		text-align: center;
	}
		#content .content>div {
		width: 100% !important;
		}
label {text-align:center;}
	#mc_embed_signup {
	
		text-align: center !important;
	}
	#content .content>div {
		padding: 0;
	}
	h1 {
line-height: normal;
		font-size: 36px;
	}
	.subheadline {
	font-size: 18px;
	}
	}
