/* Move down content because we have a fixed navbar that is 3.5rem tall */

 @import url("https://use.typekit.net/zor7ert.css");

html body {
  /*padding-top: 1.25rem;*/
  font-family: futura-pt, sans-serif;
  color: #0F6CAE;
  padding-bottom: 0px;
}
main{
	height: 100%;
}
#StaticPage { height: 100%; }
#policy_div { text-align: center; }

.bottom{
	font-size: 10pt;
}

.signup-form button{
	padding: 5px 15px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

.navbar{
	height: 50px
}

button{
  background-color: #0F6CAE;
  color: #fff;
  background-clip: padding-box;
  border: 1px solid #0F6CAE;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.signup-form{
	margin-top: 5rem;
	max-width: 600px;
	margin: auto;
	text-align: left;
}

.wave{
	width: 100%;
	margin-bottom: 0px;
}

.form-group p{
	margin-bottom: 1px;
	margin-top: 0px;
	font-weight: 400;
	font-size: 1rem;
	color: black;
}

.intro{
	font-size: 1.5em;
	text-align: left;
	max-width: 1000px;
	margin: auto;
}
.sn-template{
	position: relative;
	bottom: 0;
	left: 0;
	height: 100%;
	background-color:#EDF8FF;
	background-image: linear-gradient(rgba(255,255,255, 0),
		rgba(255,255,255, 0.0), 
		rgba(255,255,255, 0.5), 
		rgba(255,255,255, 0.7)),
		url("img/kitchen-woman.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 0px;
	margin: auto;
}


.container{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}


.sn-template-2{
	margin-top: 0px;
	background-color:#EDF8FF;
}
.sn-template-3{
	margin-top: 0px;
	background-color:#EDF8FF;
}

.sn-template-5{
	padding-top: 10%;
	margin-top: 0px;
	background-color: white;
}

.sn-template-4{
	margin-top: 0px;
	background-color:#FFFFFF;
}

.sn-template-6{
	margin-top: 0px;
	background-color:#FFFFFF;
}

.sn-template-7{
	max-height: 200px;
	margin-top: 0px;
	background-color:#FFFFFF;
}

.text-center2{
	padding-top: 6%;
	padding-bottom: 2%;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}

.text-center3{
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	width: 100%;
}
.text-center4{
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 40px;
	padding-left: 40px;

}

.text-center5{
	padding-top: 4%;
	padding-bottom: 3%;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}


/*.sn-template2{
	background-color:#EDF8FF;
	background-image: url("img/product-line.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	padding-top: 100px;
	padding-bottom: 10px;
	height: ;
}*/
.sn-logo {
	background-image: url("img/sn-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
	width: 100%;
	text-align:center;
}


.sn-logo span{
	visibility: hidden;
}

nav{
	text-align: center;
}

h1{
	text-align: center;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-style: normal;
	color: #0F6CAE;
	text-shadow: 2px 2px 10px white;
}

h2{
	font-family: freight-display-pro, serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	color: #0F6CAE;
}

h4{
	font-family: freight-display-pro, serif;
	font-weight: 900;
	font-style: bold;
	text-align: left;
	color: #0F6CAE;
}

h3{
	font-family: freight-display-pro, serif;
	font-weight: 900;
	font-style: bold;
	text-align: center;
	color: #0F6CAE;
}



.md-form{
	max-width: 600px;
	margin: auto;
	padding-right: 20px;
	padding-left: 20px;
}




.btn{
	margin-bottom: 0px;
}

.image-row{
	width: 100%;
	margin-bottom: 0px;
}

.row{
	margin-bottom: 20px;
	display: inline-block;

}

.row2{
	padding-top: 50px;
	padding-bottom:50px;
	margin-bottom: 50px;
	padding-bottom: 50px;

}

.height-hack{
	height: auto;
	max-height: 900px;
	display: block;
}

.float-right{
	float: right;
	clear: both;

}

.col-md-7{
	padding: 40px;
}

.col-md-5{
	display: inline-block;	padding: 15px;

}
.col-md-6{
	display: inline-block;	padding: 15px;
	margin-bottom: 0px;

}



.btn-lg{
	text-transform: uppercase;
}

.side-images{
	display: inline-block;
	width: 100%;
	padding: 20px;

}

iframe{
	width: 100%;
	max-width: 560px;
}


footer{
	position: relative;
	bottom: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color:#EDF8FF;
	clear: both;
	margin-bottom: 0px;
	height: auto;
}
footer p{
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0px;
}




