.body {
  position: relative;
}
@media (max-width: 415px) {
  .body {
    min-height: 568px;
  }
}
@media (min-width: 415px) {
  .body {
    min-height: 690px;
  }
}
.content {
  max-width: 505px;
}
@media (max-height: 825px) {
  .content {
    margin: 10px 20px 10px 20px;
    position: absolute;
    bottom: 0;
  }
}
@media (min-height: 825px) {
  .content {
    margin: 200px 20px 200px 20px;
    margin: 20vh 20px 20vh 20px;
  }
}
.name {
  margin-bottom: 10px;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 415px) {
  .name {
    font-size: 45px;
  }
}
@media (min-width: 415px) {
  .name {
    font-size: 64px;
  }
}
.text {
  margin-top: 10px;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 415px) {
  .text {
    font-size: 20px;
  }
}
@media (min-width: 415px) {
  .text {
    font-size: 24px;
    text-align: justify;
  }
}
.text a {
  text-decoration: none;
}
.text a:link,
.text a:visited {
  color: #71b97a;
}
.text a:hover,
.text a:active {
  color: #126604;
}
.text a.contact-link {
  font-size: 1.5em;
  margin: .3em;
  text-decoration: none;
}
.text a.contact-link:link,
.text a.contact-link:visited {
  color: inherit;
}
.text a.contact-link:hover,
.text a.contact-link:active {
  color: #126604;
}
body {
  background-color: #636962;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  background-image: url(/img/backgrounds/img1.jpg);
}
body:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
