@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
	font-family: 'Nova Grotesk';
	src: url('../fonts/nova-grotesk/nova-grotesk/Untype - Nova Grotesk Expanded Bold.otf');
	font-weight: 700;
}
@font-face {
	font-family: 'Nova Grotesk';
	src: url('../fonts/nova-grotesk/nova-grotesk/Untype - Nova Grotesk Expanded ExtraBold.otf');
	font-weight: 800;
}

body {
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 18px;
	color: #4C95B0;
	background-color: #EFEEE8;
	background-image: url(../img-registry/texture.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: #00AFB9;
}

h1 {
	color: #4C95B0;
	text-align: center;
}

h2 {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 800;
	text-align: center;
}

.features-list {
	padding-left: 20px;
}

li {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 700;
	padding-bottom: 15px;
	color: #686D71;
}

.hero {
	background-image: url(../img-registry/masthead.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.hero-image {
	visibility: hidden;
}

.lp-intro {
	font-size: 20px;
}

.separator {
	border-bottom: 1px solid #579DB8;
	width: 20%;
	opacity: 1;
}

.text-lp {
	padding: 5px 0 30px 22px;
}

.text-block {
	background-image: url(../img-registry/text-block-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.lp-form {
	background-image: url(../img-registry/form-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

@media (min-width: 1500px) {
	.hero {
		background-position: center;
	}
}