body{

}
.image-parent {
  max-width: 50px;
  max-height: 75px;
}
.image-1{
	width: 75px;
}


/*about page*/
#page-header {
  height: 200px;
  background: url('../img/hero.jpg');
  background-position: 0 -360px;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 50px;
}

.about-img {
  margin-top: -50px;
	height: 450px;
}
.bg-purple{
	background-color: rgb(136, 7, 136);
}
.btn-purple .bg-purple:hover{
	background-color: rgb(177, 49, 177);
} 
.login-purpule{
	background-color: rgb(82, 4, 82);
	color: #fff;
}
.login-purpule:hover{
	background-color: rgb(227, 58, 227);
}