.container-fluid{
	background: url(../images/christmas-background-3529.jpeg);
	background-size: cover;
	height: 100vh;
}
.optionBar, form {
	background: url(../images/formBg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	padding:10px;
	border-radius: 20px;
	color:white;
	display: block;
	margin: 10vh auto 0;
}
h1{
	text-align: center;
}
#header{
	padding-top:25vh;
	font-family: "Mountains of Christmas";
    margin: 0 auto;
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 50px;
}

#result, .result {
	text-align: center;
	margin-top: 10vh;
	font-family: "Mountains of Christmas";
}

#secondResult {
	text-align: center;
	margin-top: 20px;
	font-family: "Mountains of Christmas";

}
.christmas{
	font-family: "Mountains of Christmas";
}
.white {
	color: white;
}

.header {
	font-size: 4em;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}
.adminRow {
	padding-top: 5px;
}