@charset "UTF-8";

/* Title
============================================================================= */
#title span.freebies-title {
	font-family: 'Stella Starlight', Serif;
	font-size: 3.6em;
	font-weight: 900;
	color: #7437b8;	
}


/* Monster Under the Bed
============================================================================= */
#monster-under-the-bed p {
	margin-bottom: 0.4rem;
}

#monster-under-the-bed img.img-full-width {
	width: 100%;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
	background-color: #cd2257 !important;
	border-color: #cd2257 !important;
	outline: none !important;
	box-shadow: none !important;	
}

.btn-primary:hover {
	background-color: #9a1941 !important;
	border-color: #9a1941 !important;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}