@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

p, h1, h2 {
	margin-top: .3em;
	margin-bottom: .3em;
}

h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 5em;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
}

img.img-responsive {
	width: 100%;
	max-width: 100%;
}

div.container {
	width: 100%;
	min-height: 97vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.cell {
	width: 20vw;
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	div.cell {
		width: 70vw;
	}
}

a.ctaLink {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.ctaLink:hover {
	text-decoration: underline;
}
