.happ-body {
  background-color: #437a9c;
}

.hero {
  position: absolute;
  top: 38px;
  left: 68px;
  text-align: left;
  width: 522px;
}
.hero h1 {
  font-family: "adobe-garamond-pro";
  font-size: 80px;
  text-align: left;
  color: #fff;
}
.hero h2 {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  line-height: 36px;
  color: #fff;
}
.hero p {
  padding-top: 14px;
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  color: #fff;
}
.hero a {
  position: relative;
  top: 56px;
  font-family: "adobe-garamond-pro";
  font-size: 20px;
  color: #d6863c;
  text-transform: uppercase;
  letter-spacing: .5em;
}
.hero a>i{
  font-size: 41px;
  position: relative;
  top: 8px;
}
.hero a:hover {
  color: #fff;
}

.bio {
  background-color: #fff;
  height: 372px;
  margin-top: 8px;
}
.bio h3 {
  font-family: "adobe-garamond-pro";
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #93121b;
  padding-top: 80px;
  margin-left: 16px;
}
.bio p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  max-width: 434px;
  margin-left: 16px;
}

.contact {
  height: 105px;
}
.contact p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding-left: 62px;
  padding-top: 22px;
}
.contact p>b {
  font-size: 20px;
  text-transform: uppercase;
}

a.btn.btn-happ {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .05em;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 25px;
  padding: 16px 38px;
	background: #fff;
}

a.btn.btn-happ:hover {
  color: #fff;
  background-color: #d6863c;
}

.actions .icon {
  background: #cc5440 !important;
}
.actions div[class*="add-"] {
  background: #93121b !important;
}

div.row-fluid.row-detail div.description div.title a, a.read-more {
  color: #cc5440;
  text-transform: uppercase;
}

div.row-fluid.author a {
  color: #000 !important;
}
