.main-area{
	padding-top: 200px;
}

.daycontent{
	margin: 10px;
	padding: 10px;
	margin-bottom: 50px;
}

.daycontent h3{
	border-bottom: 2px solid #B4C2E3;
	padding-bottom: 5px;
	text-align: left;
}

.daycontent h3 span{
	font-size: 0.7em;
	color: #B4C2E3;
	font-weight: bold;
	margin: 0 10px;
}

.daycontent p{
	text-align: left;
}

.daycontent img.dayp{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;	
}

.event-text{
	margin: 10px;
	padding: 30px;
	background: #F9F0E5;
}

.sidebar__item--fixed {
  position: sticky;
  margin-bottom: 0;
  top: 90px;
  z-index: 1;
}

.semester{
	margin: 10px;
	padding: 10px;
	border: 2px dashed #CCA467;
}
.semester ul{
	vertical-align: middle; 
}
.semester ul li{
	list-style: none;
}
.semester ul li span{
	color: #B4C2E3;
	font-weight: bold;
	margin-right: 30px;
}