@charset "utf-8";
/* CSS Document */
.Calendars
{margin-right: 100px;
	display: inline-block; 
}
main
{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-decoration-color: #EDF177;
	background-color: #BCC1C5;
}
.callout {
	color: #070707;
	font-size:60px;
	padding-top: 5px;
	text-align: center;
	}

.header-img {
	width:800px;
	height:400px;
 margin-left: 100px;
margin-bottom: 20px;
			align-items: center;	background:url("../images/image.png");
		background-color:#B7D7ED;
		background-repeat:no-repeat;
}
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-decoration-color: #F2F37D;
	text-decoration-style: double;
	background-color: #BCC1C5;
	margin: 10px;
}


.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
        margin-left: 0px;
       
	}
.left_half {
	background-color: #BCC1C5;
	color: #FFFFFF;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #BCC1C5;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}

	#shop-wrap, #shop-wrap > * { box-sizing: border-box; }

#digital-clock {
 background-color: #090009;
 float:center;
	width: 35%;
 margin: auto;
 padding-top: 20px;
 padding-bottom: 20px;
 font-color: #000000;
	font-family: 'Open Sans Condensed', sans-serif;
 text-align: center;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #182FDD;
    font-size: 70px;
    letter-spacing: 5px;
}
footer {
	background-color:#BCC1C5;
	height: 400px;
	border-radius: 0px 0px 10px 10px;
	color:#0B0B0A;
	text-align: center;
}

#lowertext {
	color: #090909;
	font-size: 30px;
		}
ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

footer a:link, footer a:visited{
	color:#AF943A;
	font-weight:bold;
	text-decoration: none;
	transition:all 0.5s;
}
footer a:hover{
	color:#f4e3cf;
	font-weight:bold;
	text-decoration: none;
	transition:all 0.5s;
}
#lowerTitle{
	color: #070707;
	font-size:60px;
	padding-top: 5px;
	text-align: center;
}

