body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25;
  margin: 0;
  height:100%;
  width:100%;
  background-image: url('back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
a, a:visited {
  color: #2a2a2a;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #4d221c;
}
#page-wrapper {
  width:100%;
  display: inline-block;
  text-align:center;
  padding-top:5%;
}
.logo {
  width: 80%;
  height:auto;
  margin-bottom: 2em;
}
h1 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.25;
  font-size: 2.2em;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.4), 0px 0px 20px rgba(0,0,0,0.4);
  padding: 0 2em;
}
h4 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.3em;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.4), 0px 0px 20px rgba(0,0,0,0.4);
  padding: 0 2em 2em 2em;
}
p {
  display:block;
  background-color: rgba(255,255,255,0.8);
  font-size: 1em;
  padding: 2em 2em;
  color:#2a2a2a;
  line-height: 1.4em;
}

@media (min-width:640px) {
  .logo {
    width: 300px;
    height:auto;
  }
  h1 {
    font-size: 2.4em;
  }
  h4 {
    font-size: 1.3em;
    color: #fff;
  }
  p {
    font-size: 1em;
  }
}
@media (min-width:800px) {
  .logo {
    width: 350px;
    height:auto;
  }
  h1 {
    font-size: 2.6em;
  }
  h4 {
    font-size: 1.3em;
    color: #fff;
  }
  p {
    font-size: 1em;
  }
}
@media (min-width:1024px) {
  .logo {
    width: 400px;
    height:auto;
  }
  h1 {
    font-size: 3em;
  }
  h4 {
    font-size: 1.4em;
    color: #fff;
  }
  p {
    font-size: 1em;
  }
}
@media (min-width:1200px) {
  .logo {
    width: 500px;
    height:auto;
  }
  h1 {
    font-size: 4em;
  }
  h4 {
    font-size: 1.6em;
    color: #fff;
  }
  p {
    font-size: 1.1em;
  }
}
