* {
  /* border: 1px solid red; */
}

/* .business-name-block {
  top: 2px;
  left: 76px;
  display: flex;
  flex-flow: column nowrap;
  align-content: space-between;
}
*/
.business-name {
  color: #1a5cc7;
  font-size: 2rem;
}

.tagline {
  font-weight: lighter;
  /* text-transform: uppercase; */
  font-size: 1.1rem;
  opacity: 0.5;
}

#bio-portrait {
  border-radius: 50%;
}

.bio-text {
  font-size: 1.2rem;
  line-height: 1.6;
}

.address {
  font-size: 1.1rem;
  color: #ccc;
}

.layout-icon {
  font-size: 2rem;
  color: #ccc;
}

.layout-icon:hover {
  color: #fff;
}
