body{
  margin:0;
}

.landing-bg{
  width:100vw;
  height:100vh;
  position: absolute;
  margin-left:0;
  margin-top:0;
  background-image: url(https://res.cloudinary.com/markdludwig/image/upload/v1649122637/tower-landing.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-content{
  text-align: center;
  margin-top: 50%
}


h1{
    font-family: 'Source Serif Pro';
    font-style:italic;
    font-size: 5em;
    color: gold;
}

h2{
  color: white;
  font-family: 'Raleway';
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 1.2em;
  margin-top: -3em;
}

p{
  color: gray;
  font-family: 'source serif pro';
  font-weight: 200;
  
}

@media only screen and (min-width: 768px) {
  h1{
  font-size: 16em;
}
h2{
  margin-top: -3em;
  color: white;
  font-family: 'Raleway';
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 4em;
}
  .landing-content{
  text-align: center;
  margin-top: 0;
}
}