body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, "Helvetica Neue", sans-serif;
	background: #fcfafb;
}

a {
	text-decoration: none;
	color: #333333;
}

/* @group HeaderFrame */

#HeaderFrame {
	background: #ffffff;
	width: 100%;
	float: left;
}

#Header {
	width: 880px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #EAECDF;
}

#Header a {
	color: #EAECDF;
}

#Header #Logo img {
	float: left;
	width: 40%;
	margin-right: 10px;
}
/* @end */


/* @group ContentFrame */
#ContentFrame {
	width: 100%;
	float: left;
}

#Content {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	padding: 10px;
	padding-top: 0px;
	margin-top: -4px;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}

.goldbar {
	float: left;
	height:  6px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	border-radius: 50%;
	background: rgb(236,203,103);
	background: linear-gradient(0deg, rgba(236,203,103,1) 0%, rgba(249,242,149,1) 5%, rgba(224,170,62,1) 26%, rgba(250,243,152,1) 66%, rgba(184,138,68,1) 100%);
}

#Content h1, .decorative, .saturday a {
	font-family: "Great Vibes", cursive;
}

#Content h2 {
	margin-top: 4px;
	margin-bottom: 8px;
}

#Content h3 {
	color: #11273B;
	margin-bottom: 2px;
	margin-top: 5px;
}

#Content p {
	color: #333333;
	line-height:1.3em;
}

#Content table {
	color: #11273B;
}

#Content table h3 {
	margin: 0;
	color: #11273B;
}

.contentright {
	width: 28%;
	float: right;
	padding: 1%;
	margin: 1%;
}

.contactinfo {
	background: #336699;
	background: linear-gradient(270deg, #0f4375 0%, #5a8ec0 100%);
	text-align: center;
	color: #ffffff;
	float: left;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contactinfo a {
	color: #eeeeee;
}

.contactinfo a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#Card, .contactinfo {
	border-radius:8px;
	box-shadow:1px 1px 3px #999999;
	width: 100%;
}

/* @end */

/* @group Saturdays */
.saturday {
	padding:8px;
	border-radius:5px;
	line-height:32px;
	margin: 1%;
	border: solid 1px #ffffff;
	border-radius: 6px;
}
.fulfilled {
	border: solid 1px rgb(236,203,103);
	box-shadow: 1px 2px 5px rgb(236,203,103);
	color: rgb(236,203,103);
}
.saturday:hover {
	cursor:pointer;
	background: #f5f5f5;
	border: solid 1px #eeeeee;
	border-radius: 6px;
}
.saturday img {
	height: 64px;
	float:right;
	margin-left: 4px;
}
.badges {
	float:right;
}
.check {
	font-size: 1.6em;
	color: #dddddd;
	border-radius: 50%;
	border: solid 1px transparent;
	padding: 0px 5px;
	margin: 5px;
	cursor: pointer;
}
.colored {
	color: rgb(236,203,103);
	border: solid 1px rgb(236,203,103);
}
.box {
	float:left;
	width:20px;
	padding:5px 10px;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	background: #333333;
	border-radius:4px;
	border:solid 1px #333333;
	color:#999999;
	text-align:center;
}
.on {
	background: #cc0000;
	color:#ffffff;
}
.button {
	float:left;
	padding:5px 15px;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	background: #11273B;
	border-radius:10px;
	color:#eeeeee;
	text-align:center;
}
.button:hover {
	color:#ffffff;
}
.selected {
	background: #336699;
	color: #ffffff;
}

.back-button {
	background: rgb(236,203,103); 
	color: #ffffff; 
	position: fixed; 
	bottom: 0;
	left: 0; 
	font-size: 3em; 
	padding: 20px 20px 10px 20px; 
	border-top-right-radius: 50%; 
	box-shadow: 0px 0px 12px #aaa
}

.menu-button {
	background: rgb(236,203,103); 
	color: #f5f5f5; 
	position: fixed; 
	bottom: 0;
	right: 0; 
	font-size: 3em; 
	padding: 10px 20px 20px 20px; 
	border-top-left-radius: 50%; 
	box-shadow: 0px 0px 12px #aaa
}

.menu-button:hover {
	cursor: pointer;
	text-shadow: 1px 1px 3px #333333;
}

/* @end group Saturdsays */

/* @group FooterFrame */

#FooterFrame {
	width: 100%;
	float: left;
}

#Footer {
	width: 880px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.bottomlinks a {
	color: #11273B;
	font-size: 10px;
}

.bottomlinks {
	color: #11273B;
	font-size: 10px;
}
/* @end */

.decor_image {
	margin: 5px;
	padding: 3px;
	border: solid 1px #cccccc;
	border-radius:6px;
	background: #f5f5f5;
}

.modal {
  position: fixed; /* Positioning context */
  z-index: 9999; /* Make sure it appears on top of other content */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(173, 216, 230, 0.5); /* Semi-transparent background */
  overflow: auto; /* Enable scrolling if content exceeds viewport */
}

/* Modal content */
.modal-content {
  background-color: #fefefe;
  margin: auto; /* Center the modal vertically and horizontally */
  margin-top:170px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 3px 4px 6px #222222;
  width: 80%; /* Set width to 80% of the viewport */
  max-width: 380px; /* Limit maximum width */
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width:800px) {
	#Header, #Nav, #Marketing, #Content, #Footer {
		width: 96%;
		padding: 1%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width:480px) {
	#Header #Logo img {
		float: left;
		margin-left: 20%;
		width: 60%;
	}
	#Header .header-contact {
		width: 100%;
		float:right;
		text-align:center;
	}
	#Nav a {
		font-size: 0.84em;
	}
	#Nav a small {
		line-height: 0.5em;
	}
	.contentright {
		width: 38%;
		float: right;
		padding: 1%;
		margin: 1%;
	}
	.check {
		font-size: 1.5em;
		padding: 0px 4px;
		margin: 3px;
	}
	.saturday {
		text-align: center;
	}
	.badges {
		float:left;
		width:100%;
		text-align: center;
	}
}