body {
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 28px solid #3a6f8f;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.link {
  text-align: center;
}

.email-link {
  margin-top: 7px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 9px;
  text-decoration: none;
  text-transform: uppercase;
}

.email-link:hover {
  color: #adadad;
}

.big-name {
  position: fixed;
  right: 40px;
  bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 84px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.copyright {
  margin-top: 24px;
  font-size: 10px;
}

.vision-logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .email-link {
    font-size: 16px;
  }

  .big-name {
    bottom: 18px;
    font-size: 64px;
  }
}

@media screen and (max-width: 479px) {
  .email-link {
    letter-spacing: 0px;
  }

  .big-name {
    top: 20px;
    bottom: 21px;
    font-size: 37px;
  }

  .copyright {
    line-height: 1.2em;
  }

  .vision-logo {
    max-width: 85%;
    padding: 0px;
  }
}

