html, body {
  height: 100%;
}

.small-profile-pic {
  width: 5rem;
}

.overflow {
  overflow: hidden;
}

.catalog-profile-pic {
  height: 15rem;
  transition: all .5s ease-in-out;
}

.catalog-profile-pic:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.compact-pic {
  height: 10rem;
}

.header {
  background: url("https://images.unsplash.com/photo-1414611091494-9dc36f7730b0?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=00b1a6b38677f1706416fdeecb5d7551&auto=format&fit=crop&w=700&q=60") no-repeat;
  height: 15rem;
  background-size: cover;
  background-position: 50% 55%;
}

.h200 {
  height: 200px;
}

.checked {
  color: orange;
}

.footer {
  width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.holder {
  min-height:100%;
  position:relative;
}

.pb-main {
  padding-bottom: 75px;
}