body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	font-size: 1em;
}
.ul-buy {
	min-height: 290px;
}

h1 {
	font-weight: bold;
	font-size: 3em;
	line-height: 1.125em;
}

h2 {
	color: black;
	font: 0.75em;
	margin-left: 0px;
	padding-left: 0px;
}
h3 {
	color: grey;
	font: 0.75em;
}
a {
	outline: none;
	color: #004fb0;
	text-decoration: none;
}
.flex {
	display:flex;
	justify-content: space-between;
}
.flexCol50 {
	flex: 1;                 /* Ensures equal width for each column */
	padding: 10px;
}
.flexCol50  img {
	width: 100%; /* Make image width 100% of the column */
	height: auto; /* Maintain aspect ratio */
	display: block; /* Remove any inline space below the image */
}

.column {
	width: 46%;
	min-width:250px;
	float: left;
	background: #eaeaea;
	margin:10px;
	padding:5px;
}
.alternatively {
	width:100%;
	float:left
}
.content {
	display:flex;
	border-top: 1px black solid;
	margin-top: 30px;
	padding: 2%;
	width: 96%;
	background-position: 350px 100px;
	background-repeat: no-repeat;
	background-image:url('../img/watermark.jpg');
	margin:0 50px 0 0;
}

#FrontImageWrapper {
	display:flex;
	flex-wrap: wrap;
	text-align:right!important;
}
#FrontImageWrapper img{
	width:100%;
	height:auto;
	overflow: hidden;
}
.PhotoCreditSize {
	text-align:center;
	margin:25px 0;
	font-size: 1.5rem;
	width:90%;
}

.cardborder {
	border: 1px solid #CCC;
	-moz-box-shadow: 3px 3px 4px #CCC;
	-webkit-box-shadow: 3px 3px 4px #CCC;
	box-shadow: 3px 3px 4px #CCC;
}
a img { margin-bottom: 1px; border-style: none; border-width: 0; }
a:hover { 
	color: #b5b5b5;
}

.frame {
	border-left-style: none;
	border-right-style: none;
	text-align: center;
	width: 92%;
	border-right: 6px #000;
	border-left: 6px #000;	
	background-color: white;
	padding: 2px 4%;
}

.header {
	float: left;
	border-bottom-style: none;
	width: 100%;
	position: relative;
}
.footer {
	float: left;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: left;
	margin-top: 40px;
	padding: 1em;
	width: 100%;	
}

.topnav {
	font-style: normal;
	padding-top: 17px;
	color: #2b2b2b;
	font-family: sans-serif;
	font-weight: normal;
	word-spacing: 1em;
	text-decoration: none;
	text-align: center;
	font-size: 2em;
}

.nav {
	width:100%;
	margin-top: 35px;
	list-style-type: none;
	position: relative;
}
.greynav {
	color: #CCC;
	font-size: 29px;
	font-family: 'Neuton', serif;
	margin-right: 8px;
	margin-left: 8px;
}
.header ul li {
	display: inline;
}
        
.header ul li a {
	display: inline;
	font-size: 29px;
	font-family: 'Neuton', serif;
	margin-right: 8px;
	margin-left: 8px;
	color: #000;
}
.header ul li a span {
	color: #ababab;
}
.border1pxright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

img {
	border-style: none;
}

.900_rule {
	clear: both;
	width: 750px;
	height: 1px;
	background: #E1D3C4;
	margin: 10px 0;
	float: left;
}
        

#a img:hover {
	margin-bottom: 0px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#CalendarDate {
	text-align: center!important;
	width:100%;
	float:right;
}

.custom-order {
	color: #004fb0;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navhome {
	color: #CCC;
}
.greytext {
	color: #000;
}
.floatleft {
	float: left;
	margin-right: 20px;
}
.clearboth {
	clear: both;
}
.carddiv {
	margin-bottom: 20px;
}
.frame .content h2 span {
	font-size: 18px;
	color: #666;
}
.TitleDiv {
	width:100%;
	text-align: center!important;
	display: block;
}
.Title1 {
	width:100%;
	margin: 0 auto;
	text-align: center!important;
	display: block;
}

.Title2 {
	padding: 0;
	width:100%;
	margin: 0 auto;
	text-align: center!important;
	font-size: 3em;
	color:#615f60;
	text-align: center!important;
	display: block;

}
.contenttext {
	width:50%;
	text-align:justify;
}
#HomeTitle {
	text-align: left!important;
}
.flexContent {
	width:100%;
}
.previousCalendars {
	clear:both;
	width:100%;
	height:auto;
	margin:10px 0 20px 0;
	padding:20px 0 80px 0;
	border-bottom: 3px double #dddddd;
}
.previousImg {
	float: left;
	border: 1px dotted black;
	margin-right: 15px;
	width:400px;
}
.businessBlurb {
	margin-bottom: 10px;
	clear:both;
	padding:10px 20px;
	background:#e1e1de;
}
.testimonialImages {
	display:flex;
	width:75%;
}
.testimonialImages img {
	border-bottom:2px solid #e3e3e3;
	margin:30px 0;
}
