h1 {
    color: #efefef;
}

h1 small {
    color: #cccccc;
}

body {
	background-color: #042514;
	background-image: url('//secretsanta.mikemayer.me/img/bg.jpg');
	font-family: 'Kalam', cursive;
	background-size:   cover;                      /* <------ */
    background-repeat: no-repeat;
    background-position: center center;            /* optionally, center the image */
}

#main {
	padding-top: 20px;
	padding-bottom: 20px;
}

.jumbotron {
	background-color: #042514;
	border: 1px solid white;
	box-shadow: 0px 0px 16px white;
}

.jumbotron h1 {
	color: white;
}

.jumbotron label {
	color: white;
}