.wrapper {
    background-color: rgba(237,233,233,0);
}
h1 {
    font-family: 'Shadows Into Light', cursive;
    font-size: 26px;
    font-style: normal;
    color: rgba(255,255,255,1);
    background-image: url(/userfiles/images/Magical_Memories_Entertainment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	padding:5px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    height: 38px;
}

.embed-responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}