html {
    min-height: 100%;
    display: block;
    position: relative;

}
body {
	margin-top: 70px;
	background-color: #f2f2f2;
  margin-bottom: 60px;
}

li {
  padding-top: 10px;
}
.nav {
	margin-right: 10px;
}
#bio {
	padding: 60px 50px 50px 50px;
/*	background-color: #fff;
*/}

/*.main-content {
  height: 100%;
}
*/#connect {
	margin-bottom: 20px;
}

#connect img {
	margin: 0 auto;
	width: 100%;
}

h2 {
	color: #ff9900;
	border-bottom: 2px solid #000;
}

.work {
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
  margin: 20px 0 25px;
  overflow: auto;
  background-size: cover;
  background-position: center;
}

.work-md {
  height: 125px;
  margin: 10px 0 15px;

}

.work:nth-child(even) {
  margin-right: 40px;
}
.work img {
  max-width: 100%;
  max-height: 100%;
  border: 0 none;
  opacity: 0.8;
}
.work h3 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 10px 5px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #4aaaa5;
  border-bottom: 0;
}

.work-md h3 {
  font-size: 16px;
}
.auth-image {
  float: left;
  width: 200px;
  height: auto;
  margin-top: 10px;
  margin-right: 25px;
}

form {
	padding: 25px;
}

#footer {
  position: absolute;
  bottom: 0;
	text-align: center;
	background-color: #3a3a3a;
	color: #fff;
	width: 100%;
  height: 60px;
  padding: 20px;
}