document, body, html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background-color: #181b22;
}

.headers-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

/* the sticky header which follows along the top of the page */

.sticky-header {
  background-color: #21242c;
  height: 256px;
  display: table;
  width: 100%;
  position: relative;
}

/* the logo inside the sticky header including text */

.sticky-header .logo-container {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.sticky-header .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}

.logo .left, .logo .center, .logo .right {
  font-size: 42px;
  color: white;
  display: table-cell;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  font-family: "Ringside Extra Wide A", "Ringside Extra Wide B";
  font-style: normal;
  font-weight: 700;
}

body.smallscreen .logo .left, body.smallscreen .logo .right {
  font-weight: 400;
}

.logo .left {
  text-align: right;
}

.logo .center {
  width: 160px;
  background-image: url(../images/logo-white.png);
  height: 123px;
  background-position: 42% 103%;
  background-size: 83px auto;
  background-repeat: no-repeat;
}

.logo {
  padding-left: 37px;
}

.logo .right {
  text-align: left;
  text-indent: -10px;
}

/* the rest of the header underneath the sticky header */

.header {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 100px);
}

.header .title {
  color: #a2a7b4;
  font-family: "Ringside Wide A", "Ringside Wide B";
  font-style: normal;
  font-weight: 700;
  padding-top: 53px;
  padding-left: 25px;
  margin-left: 30px;
  font-size: 86px;
  line-height: 0.8;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  transform-origin: left;
}

.header .bottom {
  color: #bdbebf;
  font-size: 15px;
  text-align: center;
  font-family: "Ringside Regular A", "Ringside Regular B";
  letter-spacing: 0.2px;
  font-style: normal;
  font-weight: 300;
  padding-top: 40px;
  height: 40px;
}

.header .title p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

.header .content {
  color: #a4a4a6;
  font-family: "Ringside Regular A", "Ringside Regular B";
  font-style: normal;
  font-weight: 300;
  margin-left: 30px;
  font-size: 16px;
  line-height: 22px;
}

.header .content p {
  margin-top: 35px;
}

body.smallscreen .sticky-header .logo {
  margin-top: -30px;
  padding-left: 0;
}

.header .sticky-hamburger {
  display: none;
}

body.smallscreen .sticky-header .logo .right {
  text-indent: -13px;
}

body.smallscreen .sticky-header .hamburger {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background-image: url(../images/hamburger.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}

body.smallscreen .sticky-header .hamburger:active {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

body.verysmallscreen .logo-offset {
  width: 700%;
  margin-left: -300%;
}

body.smallscreen .header {
  width: 100%;
}

body.smallscreen .sticky-header {
  height: 160px;
}

body.smallscreen .header .content {
  margin-left: 15px;
  margin-right: 15px;
}

body.smallscreen .header .title {
  padding-top: 11px;
}

body.smallscreen .header .content p {
  margin-top: 0;
}