h1 {
  font-weight: 600;
  font-size: 46px;
  color: #237afb;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}

h3 {
  font-size: 23px;
  font-weight: 600;
}

#copyrightText {
  text-align: center;
  font-size: 13px;
}

.extra-line-height {
  line-height: 1.5;
}

.font-weight-400 {
  display: inline-block;
  font-weight: 400;
}

.font-weight-600 {
  display: inline-block;
  font-weight: 600;
}

.yellowText {
  color: #6ff481;
}

.purpleText {
  color: #f3aa3d;
}

.darkPurpleText {
  color: #88bbea;
}

.bottomText {
   color: #021639;
}

.turquoiseText {
  color: #78fbcd;
}

.healstackLogo {
  background: url(images/healstack_logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 87px;
  width: 200px;
  margin: 0 0 18px 0;
}

.healstackIcon {
  background: url(images/healstack_icon.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  height: 39px;
}

.chunkieLogo {
  background: url(images/chunkie_logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 62px;
  width: 220px;
  margin: 0 0 18px 0;
}

.tablebeatsLogo {
  background: url(images/tablebeats.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 62px;
  width: 220px;
  margin: 0 0 18px 0;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #f9f9f9;
  background-color: #4891f8;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-kerning: auto;
  -webkit-font-kerning: auto;
}

.page {
  margin: 0 auto;
  height: 100%;
  min-height: 600px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#topSection {
  background-color: #021639;
  flex: 1;
  width: 100%;
  max-width: 1220px;
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.darkPurpleFullWithContainer {
  flex: 7;
  width: 100%;
  background-color: #021639;
}

#bottomSection {
  background-color: #eaeafb;
  flex: 1;
  width: 100%;
  padding: 30px 50px;
}

#footerSection {
  height: 40px;
  width: 100%;
  background-color: #eaeafb;
}

a {
  color: rgb(238, 229, 234);
  text-decoration-line: none;
}

/*# sourceMappingURL=styles.css.map */
