body{
  font-family: 'Raleway', sans-serif;
  background-color: #e3e3e3;
}

main{
  margin: 0;
  padding: 0;
}

footer{
  text-align: center;
  letter-spacing: 3px;
  margin-top: 1.5em;
  background-color: #ffffff;
}

#landing{
  background-image: url(/img/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000 !important;
  color: ghostwhite;
  height: 100vh;
  max-width: 100vw;
  position: relative;
}

h1{
  text-align: center;
  font-weight: 100;
}

#title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 250px;
}

section{
  background-color: #ffffff;
  padding: 2.5em;
  margin: 3em auto;
  width: 85%;
  max-width: 1200px;
}

p {
  font-size: 1.3em;
  margin-bottom: 15px;
}


#contact a {
  color: black;
  text-decoration: none;
}
#contact a:hover,
#contact a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* adjust styling for mobile screens */
@media only screen and (max-width: 600px) {
  section{
    margin: 0;
    width: 100%;
  }
}