h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

a {
  color: #797877;
  text-decoration: none;
}

a:hover {
  color: #474747;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-content {
  position: relative;
  height: 100vh;
  padding-top: 36vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: url('../images/presentation-bg-new.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-text-wrap {
  text-align: center;
}

.gw-intro-page {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #797877;
}

.static-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  min-height: 180px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-text {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-right: 60px;
  padding-bottom: 60px;
  float: right;
  font-size: 16px;
  line-height: 22px;
}

.copyright-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-bottom: 60px;
  padding-left: 60px;
}

@media (max-width: 767px) {
  .main-content {
    padding-top: 30vh;
  }
  .footer-text {
    padding-right: 20px;
  }
  .copyright-text {
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .main-content {
    padding-top: 20vh;
  }
    h1 {
    font-size: 48px;
    line-height: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .intro-text-wrap {
    padding-bottom: 40px;
  }

  .footer-text {
    float: none;
    position: static;
    left: 0px;
    right: auto;
    bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
