.bg {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 100%;
	height: 125%;

	z-index: -1;
	
	/* Preserve aspect ratio */
	min-width: 100%;
	min-height: 100%;
}

.bg img{
	position: fixed
	background-position: right;
	top: -50%;
	left: -50%;
	right: 0;
	margin: auto;
	width: 200%;
	height: 350%;
	min-width: : 50%;
	min-height: 50%;
	background-repeat: repeat-x;
	z-index: -1;
}

body {
		font-family: 'Atma', cursive;
		font-size: 20px;
		text-align: justify;
		margin: 0px 10px 0px 0px;
		color: #FF6188;
		width: 100%;
		/*height: 2200px;*/
		background-image: url('Chalkboard.jpg');
    	background-repeat: no-repeat;
    	background-attachment: fixed;

		}

.container {
	height: 2000px;
	width: 1680px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0px auto;
}

header {
	width: 300%;
	margin-left: 26%;
	height: auto;
}

h1 {
		width: 300%;
		height: auto;
		text-align: center;
	}
	
h2 {
		color: #FA1B5E;
		font-size: 40px;
		margin-left: 50px;
}

h3 {
		color: #FF6188;
		font-size: 30px;
}

h6 {
	color: #F67E87;
	text-align: left;
	padding: 5px;
	margin-left: 250px;
	font-size: 24px;
}

p {
	text-align: left;
	margin: 5px;
	padding: 5px;
	color: #03DCE3;
	font-size: 56px;
	}	
	


#home-page {
	width: 300%;
	margin-left: 26%;
	height: auto;
	}
	
.menu-vertical {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	margin-left: 30px;
	padding: 0px;
	width: 100px;
	border: 0;
	}

.menu {
	display: block;
	float: left;
	list-style-type: none;
	margin-left: 30px;
	width: 200px;
	border: 0;
	overflow: hidden;
}

nav ul {
		display: block;
		float: left;
	    list-style-type: none;
	    margin-left: 30px;
	    width: 100px;
			} 

		ul li {
		float: left;
	    display: block;
	    font-family: 'Atma', cursive;
	    font-size: 20px;
	    margin-left: 30px;
	    border: 0;
	    text-align: left;
			}
		
			li a {
			    display: block;
			}
			
#calendar {
	width: 100%;
	margin-left: 32%;
}

#thats-in {
	width: 100%;
	margin-left: 45%;
}
	
#demo {
	width: 400%;
	height: 0%;
	margin-left: 35%;
}
           
#quote{
	width: 50%;
	height: 0%;
	margin-left: 24%;
	margin-top: 5%;
	margin-bottom: 20%;
}

#daneel{
	width: 500%;
	height: auto;
	margin-left: 20%;
	margin-top: 5%;
}
	
#ashley {
	width: 500%;
	height: auto;
	margin-left: 20%;
}	

#filmstrip {
	width: 500%;
	height: auto;
	margin-left: 10%;
}

#together {
		width: 500%;
		height: auto;
		margin-left: 15%;
		margin-bottom: 9%;
}

#day-info-beginning{
	width: 500%;
	height: auto;
	margin-left: 20%;
	margin-top: 5%;
}

#day-info-ending{
	width: 500%;
	height: auto;
	margin-left: 20%;
	margin-bottom: -17%;
}

#map{
	width: 200%;
	height: auto;
	margin-left: 35%;
	z-index: 5;
}

.homeLogo{
	width: 60%;
}

table {
	width: 50%;
	margin-left: 7%;
	margin-bottom: 9%;
	height: auto;
	color: #03DCE3;
	border: 2px solid #FA185E;
}

form{

	margin-bottom: 10%;

}

#registry{
	width: 300%;
	height: auto;
	margin-left: 30%;
	margin-top: 10%;
}	

#rsvp {
	width: 300%;
	height: auto;
	margin-left: 20%;	
}

#feature{
			color: #03DCE3;
			font-size: 24px;
			margin-left: 20%;
		}			

input[type=text] {
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	border: none;
	background-color: transparent;
	color: #F67E87;
	font-family: 'Atma', cursive;
	font-size: 20px;
}

input[type=submit] {
	background-color: #F67E87;
	border: none;
	font-family: 'Atma', cursive;
	font-size: 35px;
}

@media screen and (max-width: 699px) {
    #home-page {
	    width: 450% !important;
	    margin-left: 26%;
	    height: auto;
	}
	#calendar{
		width: 200%;
	}
	#quote{
		width: 90%;
	}
	.homePoem{
		width: 185%;
	}
	#daneel {
	    width: 640% !important;
	    margin: 0% !important;
	}
	#ashley {
    	width: 640% !important;
    	margin: 0% !important;
	}
	.aboutQuote{
		width: 19%;
	}
	#day-info-beginning {
    	width: 645%;
	}
	#registry {
    	width: 720%;
	}
	#rsvp {
    	width: 455%;
	}
	#feature {
    width: 120% !important;
    font-size: xx-small;
	}
	#day-info-ending {
    	width: 665%;
	}
	.ballons{
		width:	75%;
	}
}

@media screen and (max-width: 2000px) and (min-width: 1600px) {
	.homeLogo {
    	width: 20% !important;
	}
}
	


/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


