.image {
  max-width: 40%;
}

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}

.spacing {
  height: 20px;
}

.paragraph {
  font-family: Dosis, sans-serif;
  font-size: 18px;
}

.spacing-tall {
  height: 100px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b3adad;
  color: #fff;
}

.linkheader {
  height: 100%;
  margin-top: auto;
  font-size: 26px;
  text-transform: uppercase;
}

.link-block {
  padding-top: 10px;
  font-family: Dosis, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.link-block:hover {
  background-color: #fff;
  color: #3f3f3f;
}

.paragraphfooter {
  font-family: Dosis, sans-serif;
  color: #b1b1b1;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 70%;
  }
}

@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}