body {
    margin: 0;
	padding: 0;
	background-color: lightsteelblue;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif" /* Fallback font */
}

img{
	width: 100%;
}

.title {
    font-family: "Apple Chancery", cursive;
    font-size: 3em;
    text-align: center;
    margin-top: 50px;
    color: #4A2C2A; /* A nice color for the title */
}

.h1style {
	text-align:center; 
	font-size: 50px; 
	color: white; 
	padding: 30px;
}
.navbar ul {
    list-style: none;
    background-color: #f8f8f8; /* Optional background color */
    padding: 0; 
	margin: 0;
	text-align: center;
}

.navbar li {
    display: inline-block;
}

.navbar a {
    text-decoration: none;
	color: black;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

a:hover {
    color: #aadcf8; 
}

.container {
	text-align: center;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.center {
	margin: 0 auto;
}

.subheader {
	font-family: "Apple Chancery", cursive;
    font-size: 30px;
    margin: 0;
}

.date {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

.story-title {
	font-family: "Apple Chancery", cursive;
    font-size: 30px;
    margin: 20px 0 10px 0;
}

.story-text {
    font-size: 16px;
    line-height: 1.5;
}

.container2 {
	text-align: center;
    max-width: 400px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding-top: 30px;
}

.rsvp{
	display: block;
	text-decoration: none;
	color: black;
	border: 1px solid black;
	padding: 10px;
	margin: 20px auto;
	border-radius: 10px;
	width: 120px;
}

.subheader2 {
	font-family: "Apple Chancery", cursive;
	font-size: 40px;
    margin: 0;	
}

.date2 {
    font-size: 18px;
    margin: 10px 0;
}

.countdown{
	font-size: 30px;
	padding-top: 40px;
	margin: 10px 0;
}

.guest-title {
	font-family: "Apple Chancery", cursive;
    font-size: 40px;
    margin: 20px 0 10px 0;
	padding-top: 40px;
}

.guest-instructions {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.img-style1 {
	width: 50%; 
	float: left;
}

.textbox {
	padding-left: 20%;
}

.text-style1{
	width: 50%; 
	float: right;
}

.img-style1 {
	width: 50%;
	float: left;
}

.text-style2{
	width: 50%; 
	float: left; 
	clear: both;
}

.img-style2 {
	width: 50%; 
	float: left; 
	clear: both;
}

.text-style3 {
	float: left; 
	width: 50%; 
	position: relative;
}

.textbox2{
	position: absolute; 
	top: 200px; 
	padding: 30px;
}

.img-style3 {
	 width: 50%; 
	float: right;
}

.container3 {
    text-align: center;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.subheader3 {
    font-size: 25px;
    margin: 0 0 20px 0;
}

.registry-list {
    list-style-type: none; /* Remove bullet points */
    padding: 0;
}

.registry-list li {
    margin: 10px 0;
}

.registry-list a {
    text-decoration: none;
    color: #007BFF; /* Link color */
    font-size: 16px;
}

.registry-list a:hover {
    text-decoration: underline; /* Underline on hover */
}

.clear {
	clear: both;
}

.footer{
	margin-top: 50px;
	text-align: center;	
}


