#splash {
	position: relative;
	background-image: url("../assets/images/flower_wedding.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#splash_overlay {
	width: 100%;
	height: 100%;
	
}

#splash_header {
	position: absolute;
	right: 50px;
	top: 50px;
	padding: 50px;
	
	font-family: arial;
	font-weight: bold;
	font-size: 6em;
	color: white;
	background-color: rgba(255,160,95,1);
}

#splash_button {
	position: absolute;
	left: 50px;
	bottom: 50px;
	padding: 50px;
	
	font-family: arial;
	font-weight: bold;
	font-size: 2em;
	color: white;
	background-color: rgba(255,160,95,1);
	
}


#description {
	position: relative;
}

#name {  
	text-align: center;
	position: absolute;
	top: 100px;
	width: 100%;
	font-size: 6em;
}

#name_subtitle {
	text-align: center;
	position: absolute;
	top: 300px;
	width: 100%;
	font-size: 2em;
}

#content {
	width: 100%;
	vertical-align: top;
}

#left_side_frame {
	display: inline-block;
	padding: 0;
	width: 20%;
	vertical-align: top;
}

#main_frame {
	display: inline-block;
	padding: 0;
	width: 100%;
	vertical-align: top;
}
