body {
	background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
#footer {
	margin-top: 0;
	padding-top: 20px;
}

.contact-info-section {
	font-family: ProximaNovaRegular;
}

.contact-info-section > h1, .contact-info-section > h2, .contact-info-section > h3, .contact-info-section > h4, .contact-info-section > h5, .contact-info-section > h6, .contact-info-section > p {
	position: relative;
	z-index: 100;
}

.contact-info-section > h1 {
	font-family: VerdigrisMVB;
	letter-spacing: 3px;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.5);
}


.white-gradient-fader {
	bottom: 0;
}

.page-content {
	width: 240px;
	background-color: rgba(11, 57, 84, 0.85);
	margin-top: 60px;
	color: #fff;
	padding: 4em;
}
.form-content {
	width: 80%;
	padding: 40px 0px;
}
#form-buffer {
	opacity: 0;
	z-index: -100;
	position: relative;
	width: 240px;
}
.contact-info-section {
	margin-bottom: 60px;
}
.ginput_container > input, .ginput_container > textarea, .ginput_container > select, .ginput_container > span > input, .ginput_container > span > textarea, .ginput_container > span > select {
	border-radius: 20px;
	border: 1px solid #0b3954;
	color: #0b3954;
	background-color: #ebebeb;
}
.gfield_label, label {
	font-family: ProximaNovaBold;
	color: #0b3954;
	padding-left: 14px;
}
.gfield_required {
	color: #0b3954 !important;
}
.gform_confirmation_wrapper  {
    color: #0b3954;
}
.gform_button  {
	background-color: #0b3954;
	color: #fff;
	border: none;
	padding: 4px 20px;
    cursor: pointer;
	-webkit-box-shadow: 3px 5px 12px rgba(0, 0, 0, 0), 0 -1px 1px #fff, inset 0 -1px 4px rgba(0,0,0,0.1), inset 0 3px 2px rgba(255,255,255,0.3);
    box-shadow: 3px 5px 12px rgba(0, 0, 0, 0), 0 -1px 1px #fff, inset 0 -1px 4px rgba(0,0,0,0.1), inset 0 3px 2px rgba(255,255,255,0.3);
    border-radius: 20px;
}

.gform_button :hover {
	border: none;
}


.overlay-card {
	background-color: #fff;
	position: absolute;
    left: 50%;
    width: 600px;
    transform: translateX(-50%);
	z-index: 200;
}
.overlay-card-text-container {
	border-right: 1px solid #000;
	padding: 2em 2em 2em 20%;
}
.overlay-card-buffer {
	opacity: 0;
	width: 100%;
}

.overlay-card > .post-top-shadow {
	left: 0;
}


@media(max-width:681px) {
	.page-content {
		width: 180px;
		padding: 2em;
	}
	#form-buffer {
		width: 180px;
	}
	.overlay-card {
		width: 300px;
	}
}

@media(min-height:1800px) {
	.page-content {
		min-height: 80vh;
	}
}
