body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  background: #f3f3f3;
  overflow: hidden;
}
.menu {
  background: url(menu_white.svg) no-repeat top center;
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  left: 0;
  height: 42px;
  right: 0;
  position: absolute;
  margin-top: 20px;
  z-index: 5;
}
#fire {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.container {
  position: absolute;
  color: #fff;
  width: 820px;
  padding-right: 600px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 400px;
}
h1 {
  font-size: 80px;
  margin: 0;
  line-height: 80px;
  padding-bottom: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}

h1:after {
  content: "";
  background: #dd3636;
  width: 100px;
  display: block;
  height: 6px;
  position: absolute;
  bottom: 0;
}
h2 {
  font-size: 46px;
  margin: 0;
  font-weight: 600;
  line-height: 50px;
}
p {
  font-size: 40px;
  font-weight: 200;
}

@media screen and (max-width: 1920px) {
  body {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    background: #f3f3f3;
  }
  .menu {
    background: url(menu_white.svg) no-repeat top center;
    background-size: contain;
    width: 100%;
    margin: 0 auto;
    left: 0;
    height: 36px;
    right: 0;
    position: absolute;
    margin-top: 20px;
    z-index: 5;
  }
  #fire {
    overflow: hidden;
    position: relative;
  }
  .container {
    position: absolute;
    color: #fff;
    width: 620px;
    padding-right: 600px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10px;
    height: 318px;
  }
  h1 {
    font-size: 65px;
    margin: 0;
    line-height: 80px;
    padding-bottom: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
  }

  h1:after {
    content: "";
    background: #dd3636;
    width: 100px;
    display: block;
    height: 6px;
    position: absolute;
    bottom: 0;
  }
  h2 {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
    line-height: 41px;
  }
  p {
    font-size: 30px;
    font-weight: 200;
    width: 670px;
  }
}

@media screen and (max-width: 1600px) {
  .menu{
    width: 94%;
    margin: 20px 3% 0;
  }
  h1, h2, p{
    margin-left: 40px;
  }
  .container{transform: scale(.8);}
}