@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
}
@font-face {
	font-family: "Clicker Script";
	src: url('clicker-script.ttf');
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
	color: #383a3c;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
	font-family: cursive, 'Raleway', Calibri, Arial, sans-serif;
	background-image: url('../img/background.png');
	background-repeat: repeat;
}
a, button {
	outline: none;
}
a {
	color: #566473;
	text-decoration: none;
}
a:hover, a:focus {
	color: #34495e;
}
section {
	padding: 1em;
	text-align: center;
}
h3.ref {
	padding: 0 0 4px 8px;
	font-style: italic;
	margin: 12px 0 0 0;
	color: #383a3c;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
}
/* Header */

.codrops-header {
	margin: 0 auto;
	padding: 34px 0 38px 0;
	text-align: center;
	width: 100%;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
.codrops-header h1, .codrops-header h2 {
	margin: 0;
	font-size: 4.5em;
	line-height: 1;
	font-weight: 200;
}
.codrops-header h1 span, .codrops-header h2 span {
	display: block;
	padding: 1em 0 1.5em;
	font-size: 36%;
	color: #95a5a6;
	line-height: 1.4;
}
/* Related demos */

.related {
	padding: 0;
}
.related p {
	font-size: 1.5em;
}
.related>a {
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	vertical-align: middle;
}
.related a img {
	max-width: 100%;
	opacity: 0.8;
	border-radius: 10px;
}
.related a:hover img, .related a:active img {
	opacity: 1;
}
.related a h3 {
	margin: 0;
	min-height: 63px;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: center;
	font-weight: 400;
	font-size: 1em;
}
.large-header {
	position: relative;
	width: 100%;
	background: #000;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	background-image: url('../img/header.jpg');
	background-position: center bottom;
	box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 1);
}
.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	font-family: 'Clicker Script', cursive;
	font-weight: normal;
	font-size: 8em;
	padding-left: 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.main-title .thin {
	font-weight: 200;
}
.table_vignette {
	border: 2px solid #274469;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	border-spacing: 0px;
	margin: auto;
	padding: 0px 0 14px 0;
	width: 90%;
	max-width: 600px;
	background: rgba(254, 254, 254, 1);
}
.table_vignette td {
	padding: 6px;
	text-align: center;
	line-height: 30px;
}
.contact-form label, #recaptcha {
    display: block;
    margin: 0px 0px 15px 0px;
}
.contact-form label > span, #recaptcha::before {
    width: 100px;
    text-align: right;
    float: left;
    padding-top: 8px;
    padding-right: 20px;
    content:""; //Make sure you add this as well
}
#footer_fade {
	background-image: linear-gradient(#0000ff00, black);
	width: 100%;
	height: 16px;
    margin-bottom: 20px;
}
.contact-form .textarea-field, .g-recaptcha {
    width: 70%;
    height: 250px;
    font-size: 18px;
    display: inline-block;
}
@media only screen and (max-width: 700px) {
	.main-title {
		font-size: 4.5em;
		transition: .5s;
	}
}
@media screen and (max-width: 40em) {
	.codrops-header h1 {
		font-size: 2.5em;
		transition: .5s;
	}
}