html{
	height: 100%;
	font-size: 14px;
}
body {
	height: 100%;
	padding: 35px 0;
	font-family: 'Poppins', sans-serif;
}
hr { margin-bottom: 35px }

section { margin-bottom: 50px; }


/* VIDEO */
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
textarea.form-control {
	height: 150px;
	resize: none;
}
.g-recaptcha > div { margin: auto; }