html, body {
	height:100%;
	width:100%;
}

#home {
	background:url(../images/willows_1.jpg) no-repeat center -10em fixed;
	display:table;
	height:20em;
	position:relative;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.text-vcenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.text-vbottom {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}
.header-wrapper {
	background:rgba(0,0,0,.5);	
	padding-top:10px;
	padding-bottom:10px;
}
h1 {
	font-size: 4.5em;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color:white;
	text-shadow:0px 1px 10px rgba(0,0,0,1);
	font-family: 'Life Savers', cursive;
}

h2 {
	color: white;
	font-family: Helvetia, Arial, sans-serif;
}

.bg-lightgreen {
	background: #ddf2c3 !important;
}

div.scripts {
	gap: 1rem;
}

div.scripts .card {
	flex-basis: 30rem;
}