@import url('https://fonts.googleapis.com/css?family=Montserrat:400');
html, body {
	height: 100%;
	width: 100%;
}

#home {
	background: url("https://cdn.shopify.com/s/files/1/0271/0637/7822/files/IMG_4644CLS_4096x.jpg?v=1586819033") no-repeat 50% 50%;
	display: table;
	height: 100%;
	width: 100%;
	background-size: cover;
}

.landing-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
	text-shadow: 3px 3px 9px #000;
}

.subheading {
	font-family: Montserrat,sans-serif;
}