body {
	padding-top: 5rem;
}

main {
	margin-bottom: 1.5rem;
}

a {
	color: #337ab7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}

nav.bg-dark {
  background-color: #00274c !important;
}

footer {
  background-color: #f5f5f5;
}

.courseyear {
  display: block;
}

@media (min-width: 992px) {
	.courseyear {
		float: right;
		padding-left: 20px;
	}
}

.facecard {
    display: inline-block;
    width: 178px;
    margin:2.5px;
}

.facecard div {
    display:inline-block;
    vertical-align: middle;
}

.faceface {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ddd;
    margin-right: 6.5px;
}

/* For calendar only
------------------------------------------------------ */

#calendar h2 {
  font-size: 24px;
}
.fc-time-grid-event {  
  border-color: #b6b6b6 !important;
  background-color: #428bca !important;
  line-height: 1.2 !important;
}
.fc-event-lecture {
  background-color: #428bca !important;
}
.fc-event-lab {
  background-color: #3a87ad !important;
}
.fc-event-office-hour {
  background-color: #bbdefb !important;
  color: #727272 !important;
}
.fc-event-deadline {
  background-color: #d39e00 !important;
}
.fc-event-exam {
  background-color: #d9534f !important;
}
.fc-event-hidden {
  display: none !important;
}
