body {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
  background: url("../images/background/Fotolia_83351925_L.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 320px;
  color: #aaabad;

  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
}

.wrapper {
  max-width: 600px;
}

.jumbotron {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 0;
  padding: 40px 35px 25px;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.1);
}

.header {
  margin-bottom: 40px;
}

img {
  height: 60px;
}

h1 {
  font-size: 1rem;
  color: #000;
  margin-bottom: 1rem;
  font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 700;
}

a, a:link, a:active, a:visited, a:focus {
  color: #aaabad;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: proxima-nova, sans-serif;
}

a:hover {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

ul {
  list-style: none;
  padding-left: 0;
}

.contact {
  border-right: 1px solid #aaabad;
}

ul li {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.2rem;
}

span {
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 50px;
  float: left;
}

@media (max-width: 575px) {

  h1, a, li, span {
    font-size: 0.8rem;
  }

  .jumbotron {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    background-color: #fff;
    border-radius: 0;
    padding: 25px 25px;
    margin-top: 2rem;
  }

  .header {
    margin-bottom: 30px;
  }

  img {
    max-width: 200px;
    height: auto;
  }

  .contact {
    border-right: 0;
    border-bottom: 1px solid #aaabad;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
