body {
	padding-top: 70px;
}

.logo {
	width: 65px;
}

.teacher {
	padding-top: 40px;
}

#footer {
   position:absolute;
   bottom:-15px;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#6cf;
}

.teacher-photo {
	max-width: 200px;
	max-height: 200px;
	float: left;
	margin-right: 10px;
}

#nav-static-side-bar {
	position: fixed;
	top: 70px;
	background-color: #F5F5DC;
}

#nav-static-side-bar-contacts {
	position: fixed;
	bottom: 100px;
	background-color: #F0F0F0;
}

#full-body {
	min-height:500px;
   	position:relative;
}

.update {
	background-color: #FDF5E6 ;
	padding:28px;
}

.navbar-fixed-top {
	background-color: #F8F8F8  !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #777;
  background-color: #B0E0E6 !important;
}