html {
  background: url("header-2.jpg") no-repeat center center fixed, #1e3d2a; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body,
html {
  height: 100%;
}

body {
  height: 100%;
  font-weight: 300;
}

svg {
  width: 100%;
  height: 100%;
}

p {
  font-size: 32px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

h1 {
  line-height: 1.05;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

a {
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

a svg {
  width: 30px;
  height: auto;
}

.btn {
  background: #000;
  color: #fff;
  padding: 5px 20px;
  margin: 30px auto;
  display: inline-block;
  width: auto;
  border-radius: 2px;
}

.btn:hover {
  background: #505f49;
}

.logo {
  height: auto;
  width: clamp(22.5rem, 4.65vw + 21.34rem, 32.5rem);
  max-width: 600px;
  background: #fff;
}

.content {
  margin-top: 11vh;
  padding-bottom: 50px;
}

.js [data-logo] {
  opacity: 0;
}