body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 100;
}

h1 {
  margin: 10px 0px;
  font-family: 'Alegreya Sans', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 58px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 4px 0px 11px;
  font-family: 'Alegreya Sans', sans-serif;
  color: #262c46;
  font-size: 38px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 10px;
  color: #1f1e1e;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: none;
}

.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #fac960;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #262c46;
}

.container {
  padding-right: 70px;
  padding-left: 70px;
}

.container.getstarted-wrapper {
  padding-top: 120px;
  padding-bottom: 67px;
}

.social-section {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 27px;
  z-index: 2;
  padding-top: 25px;
  padding-bottom: 24px;
  background-color: #326bc2;
  font-family: 'Alegreya Sans', sans-serif;
  text-align: center;
}

.navbar {
  position: fixed;
  z-index: 2000;
  width: 100%;
  border-top: 3px solid #326bc2;
  background-color: #fff;
  color: #fff;
}

.brand {
  display: inline-block;
  margin-top: 23px;
  float: left;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #000;
  font-size: 29px;
  line-height: 5px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 1px 0 1px #326bc2;
}

.section {
  padding-top: 19px;
  padding-bottom: 63px;
  background-color: #326bc2;
  text-align: center;
}

.section.black {
  padding-top: 41px;
  padding-bottom: 21px;
  clear: both;
  background-color: #224478;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 300;
}

.section.black.top {
  background-image: -webkit-linear-gradient(270deg, #000, #fff);
  background-image: linear-gradient(180deg, #000, #fff);
  text-align: left;
}

.section.why-techup {
  margin-top: 0px;
  padding-bottom: 87px;
}

.section.white {
  background-color: #fff;
}

.topnav {
  margin-top: 0px;
  background-color: transparent;
}

.logobox {
  font-size: 21px;
  line-height: 38px;
}

.top-nav-link {
  color: #000;
  font-weight: 300;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 15px;
}

.footer-paragraph {
  color: #424242;
  text-align: left;
  text-shadow: none;
}

.left-aligned {
  text-align: left;
  text-shadow: none;
}

.maintitle {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #132982;
  font-size: 86px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.maintitle.bringyourowntheme {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 49px;
}

.discreet {
  color: #604f1f;
  font-size: 16px;
  text-shadow: none;
}

.info-options {
  margin-top: -30px;
  margin-bottom: 168px;
  padding-top: 31px;
  padding-bottom: 28px;
  padding-left: 18px;
  background-color: #ffdf18;
}

.what-is-it {
  margin-top: 86px;
}

.form-field {
  width: 375px;
  float: left;
  background-color: #f2f6ad;
  font-size: 25px;
  font-weight: 400;
}

.submit-button {
  float: left;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #37b70b;
}

.hero {
  margin-top: 0px;
  background-image: url('../images/bringyourownthemebg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero.gl-inner-drop {
  position: relative;
  padding-top: 24px;
  padding-bottom: 16px;
  background-color: #ffdf18;
  background-image: none;
}

.white-writing {
  color: #fff;
}

.hamburger {
  color: #000;
  font-size: 27px;
}

.dark {
  display: block;
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 108%;
  text-align: center;
}

.explanation {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.main-area {
  margin-top: 18px;
  margin-bottom: 18px;
}

.super-powers.gl-inner-drop {
  padding-top: 56px;
  text-align: left;
}

.gl-content.gl-front-drop {
  margin-top: 28px;
  padding-right: 13px;
  padding-left: 16px;
  text-align: left;
}

.gl-ul {
  margin-bottom: 22px;
}

.gl-ol {
  margin-bottom: 16px;
}

.indicates-required {
  text-align: right;
}

.invite-form {
  left: 19px;
  top: 19px;
  right: 19px;
  bottom: 19px;
}

.sign-up {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  text-align: center;
}

.sign-up:hover {
  background-color: #1abd39;
}

.raceshoelogo {
  position: absolute;
  width: 100px;
  margin-top: -18px;
  margin-bottom: -18px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-2 {
  background-color: #ffdf18;
}

.brand-logo {
  height: 60px;
}

.brand-2 {
  padding: 8px;
}

.nav-link {
  color: #132982;
  font-weight: 400;
}

.nav-link-2 {
  color: #132982;
}

.nav-link-3 {
  color: #132982;
  font-weight: 300;
}

.nav-menu-2 {
  display: none;
}

.paragraph {
  margin-bottom: 16px;
  line-height: 105%;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  color: #919191;
  font-weight: 300;
}

.dateplaceholder {
  color: #838383;
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
}

.menu-button-2 {
  display: none;
}

.heading {
  margin-top: 16px;
  font-size: 20px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map {
  border: 16px solid #f2f2f2;
}

.presented-by {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #132982;
  font-size: 28px;
  line-height: 90%;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.presented-by.bringyourowntheme {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 49px;
}

.button {
  border-radius: 5px;
  background-color: #132982;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button.yellow {
  background-color: #ffdf18;
  color: #132982;
}

.registration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
  -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;
}

.route {
  -webkit-box-flex: 3;
  -webkit-flex: 3 100%;
  -ms-flex: 3 100%;
  flex: 3 100%;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  margin-top: 8px;
}

.bold-text-2 {
  font-size: 20px;
  line-height: 108%;
}

.announcement {
  margin-bottom: 32px;
  padding: 8px 24px;
  background-color: #132982;
  box-shadow: 1px 1px 8px 0 #b7a42f;
  color: #ffdf18;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  h2 {
    margin-top: 1px;
    font-size: 33px;
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .navbar {
    text-align: left;
  }
  .brand {
    display: inline-block;
    font-size: 32px;
  }
  .top-nav-link {
    text-decoration: none;
  }
  .top-nav-link:hover {
    color: #103b57;
    text-decoration: none;
  }
  .nav-menu {
    background-color: #95eda4;
  }
  .menu-button.w--open {
    background-color: #2e4f11;
  }
  .maintitle {
    font-size: 61px;
  }
  .maintitle.bringyourowntheme {
    font-size: 32px;
  }
  .form-field {
    width: 319px;
  }
  .hamburger {
    color: #fff;
  }
  .super-powers.gl-inner-drop {
    padding-right: 16px;
    padding-left: 16px;
  }
  .brand-2 {
    position: absolute;
  }
  .icon {
    padding: 8px;
    color: #132982;
    font-size: 32px;
    line-height: 100%;
  }
  .nav-menu-2 {
    background-color: #e6ca1a;
  }
  .paragraph {
    text-align: center;
  }
  .menu-button-2 {
    display: block;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .menu-button-2.w--open {
    background-color: #e6ca1a;
  }
  .presented-by {
    font-size: 23px;
  }
  .presented-by.bringyourowntheme {
    font-size: 32px;
  }
  .announcement {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  h2 {
    padding-left: 20px;
    text-shadow: none;
  }
  p {
    padding-left: 20px;
    text-shadow: none;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .navbar {
    padding-top: 6px;
    padding-bottom: 3px;
  }
  .section.black.top {
    padding-top: 24px;
  }
  .logobox {
    text-align: center;
  }
  .menu-button {
    color: #000;
  }
  .maintitle {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 41px;
  }
  .maintitle.bringyourowntheme {
    font-size: 25px;
    line-height: 100%;
  }
  .info-options {
    margin-top: 20px;
  }
  .hero.gl-inner-drop {
    padding-top: 24px;
  }
  .white-writing {
    display: block;
    text-align: center;
  }
  .hamburger {
    color: #000;
  }
  .super-powers.gl-inner-drop {
    padding-top: 32px;
  }
  .raceshoelogo {
    left: 31px;
    width: 66px;
  }
  .icon {
    display: none;
  }
  .menu-button-2 {
    display: none;
  }
  .presented-by {
    font-size: 17px;
  }
  .presented-by.bringyourowntheme {
    font-size: 25px;
    line-height: 100%;
  }
  .route {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .announcement {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: none;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-section {
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
  }
  .brand {
    display: block;
    text-align: center;
  }
  .section {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .section.black.top {
    padding-top: 3px;
  }
  .logobox {
    text-align: center;
  }
  .maintitle {
    font-size: 32px;
  }
  .maintitle.bringyourowntheme {
    font-size: 18px;
  }
  .form-field {
    display: block;
    width: 253px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .raceshoelogo {
    left: 8px;
    width: 50px;
  }
  .dateplaceholder {
    font-size: 12px;
  }
  .date-number {
    font-size: 16px;
  }
  .presented-by {
    font-size: 12px;
  }
  .presented-by.bringyourowntheme {
    font-size: 18px;
  }
}

