body {
  padding-top: 10px;
}

.starter-template {
  padding: 40px 15px;
  text-align: left;
}

.navbar {
	background-color: black;
}

@media (min-width: 768px){
	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.navbar-header .navbar-brand {
	color: #D1D1D1;
	font-size: 1.2em;
}

h2 {
	margin-top: 30px;
}
h4.panel-title {
  margin-bottom: 0.5em;
}
.cont-guik{
	padding-top: 80px;
	position: left;
}

#guik-pic-cont {
	padding-top: 60px;
}

#guik-pic {
	border:1px solid #000000;
	width: 240px;
	height: 360px;
}

.nav-tabs {
	padding-top: 45px;
}

#linkTab {
	font-size: 18px;
}

.student {
	padding-top: 20px;
	padding-bottom: 20px;
}

.student-window-background {
	background: #e7e7e7;
	width: 100%;
}

#student-pic {
	border:1px solid #000000;
}

#student-bio {
	overflow: auto;
	height: 190px;
}

.btn {
	margin-left: 25px;
}


/*Footer*/
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  border-top: 1px solid #D4D5D6;
}
