html
{
	height: 100%;
}
h1,h2,h3,h4,h5,h6
{
	font-family: Merriweather;
	font-weight: 700;
}
body
{
	font-family: 'Source Sans Pro';
	font-weight: 300;
	height: 100%;
	min-height: 35rem;
	position: relative;
}
.overlay
{
	height: 100%;
	min-height: 35rem;
	opacity: .75;
	position: absolute;
	width: 100%;
	z-index: -1;
}
@media (min-width:768px)
{
	.overlay
	{
		min-height: 0;
	}
}
.masthead
{
	overflow: hidden;
	padding-bottom: 3rem;
	position: relative;
}
.masthead .masthead-bg
{
	background-color: rgba(0,46,102,.8);
	bottom: 0;
	height: 100%;
	left: 0;
	min-height: 35rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.masthead .masthead-content h1
{
	font-size: 2.5rem;
}
.masthead .masthead-content p
{
	font-size: 1.2rem;
}
.masthead .masthead-content p strong
{
	font-weight: 700;
}
.masthead .masthead-content .input-group-newsletter input
{
	font-size: 1rem;
	padding: 1rem;
}
.masthead .masthead-content .input-group-newsletter button
{
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 1rem;
	text-transform: uppercase;
}
@media (min-width:768px)
{
	.masthead
	{
		height: 100%;
		min-height: 0;
		padding-bottom: 0;
		width: 50%;
		float: left;
	}
	.masthead .masthead-bg
	{
		min-height: 0;
	}
	.masthead .masthead-content
	{
		padding-left: 3rem;
		padding-right: 10rem;
	}
	.masthead .masthead-content h1
	{
		font-size: 3.5rem;
	}
	.masthead .masthead-content p
	{
		font-size: 1rem;
		color: #f8f9fa;
	}
}



.viosand
{
	overflow: hidden;
	padding-bottom: 3rem;
	position: relative;
}
.viosand .viosand-bg
{
	background-color: rgb(243, 255, 6);
	bottom: 0;
	height: 100%;
	left: 0;
	min-height: 35rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.viosand .viosand-content h1
{
	font-size: 2.5rem;
}
.viosand .viosand-content p
{
	font-size: 1.2rem;
}
.viosand .viosand-content p strong
{
	font-weight: 700;
}
.viosand .viosand-content .input-group-newsletter input
{
	font-size: 1rem;
	padding: 1rem;
}
.viosand .viosand-content .input-group-newsletter button
{
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 1rem;
	text-transform: uppercase;
}
@media (min-width:768px)
{
	.viosand
	{
		height: 100%;
		min-height: 0;
		padding-bottom: 0;
		width: 50%;
		float: right;
	}
	.viosand .viosand-bg
	{
		min-height: 0;
	}
	.viosand .viosand-content
	{
		padding-left: 3rem;
		padding-right: 10rem;
	}
	.viosand .viosand-content h1
	{
		font-size: 3.5rem;
	}
	.viosand .viosand-content p
	{
		font-size: 1rem;
		color: #000000;
	}
}


.btn-secondary
{
	background-color: #cd9557;
	border-color: #cd9557;
}
.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover
{
	background-color: #ba7c37!important;
	border-color: #ba7c37!important;
}
.input
{
	font-weight: 300!important;
}