.image-shrink img {
  width: 100%;
  height: auto;
  display: block;
}
body {
  margin: 0px;
  font-family: open-sans;
  background: #fff;
}
a {
  color: #007b86;
  text-decoration: none;
  cursor: pointer;
}
hr {
  border: 1px dashed #a1a1a0;
  height: 0px;
  margin: 30px 0;
}
h2 {
  font-size: 30px;
  font-family: "museo-slab";
  color: #7d43a1;
  font-weight: 500;
  line-height: 37px;
}
.display-none {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
h3 {
  font-size: 18px;
  font-family: "museo-slab";
  color: #7d43a1;
}
