body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

/* Global */
.container {
	width: 80%;
	margin: auto;
	overflow: hidden;
}

ul {
	margin: 0;
	padding: 0;
}

/* Header */
header {
	background: #4682b4;
	color: #ffffff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom:  #17113e 3px solid;
}

header a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header li {
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding {
	float: left;
}

header #branding h1 {
	margin: 0;
}

header nav{
	float: right;
	margin-top: 10px;
}

header .highlight, header .current a {
	color:  #17113e;
	font-weight: bold;
}

header a:hover { 
	color: #cccccc;
	font-weight: bold;
}

/* Showcase */
#showcase {
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 400px;
	text-align: center;
	color:  #17113e;
}

#showcase h1 {
	font-size: 40px;
}

#mission {
	padding: 15px;
	text-align: center;
	color:  #17113e;
	background: #4682b4;
}

/* Boxes */
#boxes {
	margin-top: 20px;
	text-align: center;
	color:  #17113e;
}

#boxes .box {
	float: left;
	text-align: center;
	width: 30%;
	padding: 10px;
}

#boxes .box img {
	width: 300px;
}

/* Calendar */
#calendar-wrap header h1{
	text-align: center;	
}

#calendar{
	width: 100%;
}

#calendar a{
	color: #666;
	text-decoration: none;
}

#calendar ul{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
}

#calendar li{
	display: block;
	float: left;
	width: 14.37%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-right: -1px;
	margin-bottom: -1px;
}

#calendar ul.weekdays{
	height: 40px;
	background: #333;
}

#calendar ul.weekdays li{
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border: none !important;
	padding: 10px 6px;
	color: #fff;
	font-size: 13px;
}

#calendar .days li{
	height: 180px; 
}

#calendar .days li:hover{
	background: #eee;
}

#calendar .date{
	text-align: center;
	margin-bottom: 5px;
	padding: 5px;
	background: #333;
	color: #fff;
	width: 25px;
	border-radius: 50%;
	float: right;
}

#calendar .event{
	clear: both;
	display: block;
	font-size: 13px;
	border-radius: 4px;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 5px; 
	color: #666;
	line-height: 14px;
	background: #e4f2f2;
	border: 1px solid #b5dbdc; 
	color: #009aaf;
	text-decoration: none;
}

#calendar .event-desc{
	color: #666;
	margin: 3px 0 7 px 0;
	text-decoration: none;
}

#calendar .day-other-month{
	background: #f5f5f5;
	color: #666;
}

/* Footer */
footer {
	padding: 20px;
	margin-top: 20px
	color: #ffffff;
	background-color: #4682b4;
	border-top: #17113e 3px solid;
	text-align: center;
	color: #ffffff 
}

/* Media Queries */
@media(max-width: 768px){
	header #branding,
	header nav,
	header nav li,
	#boxes .box, 
	article#main-col{
		float: none;
		text-align: center;
		width: 100%;
	}
	
	header{
		padding-bottom: 20px;
	}
	
	#showcase h1{
		margin-top: 40px;
	}
	
	#calendar .weekdays, #calendar .day-other-month{
		display: none;
	}
	
	#calendar li{
		height: auto !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1 px;
	}
	#calendar .date{
		float: none;
	}
	
}




































