@import url('https://fonts.googleapis.com/css?family=Markazi+Text|Raleway');


body {
  margin: 0;
}

#parallax-container {
  display: block;
  height: 1080px;
}

#parallax-container div {
  position: fixed;
  top: 0;
  background-position: center !important;
  transform: translateY(0px);
  height: 1080px;
  width: 100%;
}

#content {
  position: relative;
  background-color: #ff9308;
  color: #ffffff;
  padding: 10px;
}

#content h1 {
  font-size: 70px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
#content h2 {
  font-size: 40px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
#content h3 {
  font-size: 18px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
#content p {
  font-size: 35px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}