body {
  font-family: proxima-nova;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova;
  color: #fff;
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

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

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button.submit_quotes {
  display: block;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  border-radius: 6px;
  background-color: #01ff6a;
  color: #0f1611;
  font-size: 16px;
  font-weight: 700;
}

.button.donate {
  display: block;
  width: 200px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  border-radius: 7px;
  background-color: #fff;
  color: #ff7373;
  font-size: 14px;
}

.button.donate:hover {
  box-shadow: 0 0 0 2px #ff3939;
}

.b1_title {
  height: 825px;
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url('../images/qstimage.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.b2_about {
  overflow: visible;
  padding-top: 50px;
  border-top: 6px solid #0951d1;
  border-bottom: 6px solid #0951d1;
  background-color: #101521;
}

.b3_about_pic {
  height: 675px;
  padding-top: 265px;
  padding-right: 5%;
  padding-left: 5%;
  background-image: url('../images/2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.b4_achievements {
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 6px solid #ff38b9;
  border-bottom: 6px solid #ff38b9;
  background-color: #1a0f16;
}

.b5_acheive_pic {
  height: 675px;
  padding-top: 265px;
  background-image: url('../images/3_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.b6_coaching {
  padding: 50px 2%;
  border-top: 6px solid #01ff6a;
  border-bottom: 6px solid #01ff6a;
  background-color: #0f1611;
}

.b7_coach_pic {
  height: 675px;
  padding-top: 265px;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.b8_speaking {
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 6px solid #c5ff01;
  border-bottom: 6px solid #c5ff01;
  background-color: #121408;
}

.b10_speaking_pic {
  height: 675px;
  padding-top: 265px;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.b11_sponsors {
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 6px solid #ffa701;
  border-bottom: 6px solid #ffa701;
  background-color: #140f06;
}

.b12_sponsors_pic {
  height: 675px;
  padding-top: 265px;
  background-image: url('../images/6.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-attachment: fixed;
}

.b13_contact {
  padding-top: 50px;
  padding-bottom: 100px;
  border-top: 6px solid #ff3939;
  border-bottom: 6px solid #ff3939;
  background-color: #170a0a;
}

.nav_section {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 75px;
  background-color: rgba(0, 0, 0, .92);
}

.logo_container {
  width: 76px;
  height: 47px;
  margin-top: 13px;
}

.nav_button {
  margin-top: 25px;
  margin-left: 23px;
  padding: 0px 1px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-family: proxima-nova;
  color: #fff;
  font-size: 16px;
}

.nav_button.about {
  border-bottom-color: #035fff;
}

.nav_button.about:hover {
  color: #fff;
}

.nav_button.about.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #035fff;
  color: #fff;
  text-shadow: 0 2px 3px #035fff;
}

.nav_button.achievements {
  border-bottom-color: #ff38b9;
}

.nav_button.achievements:hover {
  color: #fff;
}

.nav_button.achievements.w--current {
  color: #fff;
}

.nav_button.coaching {
  border-bottom-color: #01ff6a;
}

.nav_button.coaching:hover {
  color: #fff;
}

.nav_button.coaching.w--current {
  color: #fff;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, .5);
}

.nav_button.speaking {
  border-bottom-color: #c5ff01;
}

.nav_button.speaking:hover {
  color: #fff;
}

.nav_button.speaking.w--current {
  color: #fff;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, .5);
}

.nav_button.sponsors {
  border-bottom-color: #ffa701;
}

.nav_button.sponsors:hover {
  color: #fff;
}

.nav_button.sponsors.w--current {
  color: #fff;
}

.nav_button.news:hover {
  color: #fff;
}

.nav_button.contact {
  border-bottom-color: #ff3939;
}

.nav_button.contact:hover {
  color: #fff;
}

.nav_button.contact.w--current {
  color: #fff;
}

.nav_button.contact.w--current:hover {
  color: #fff;
}

.nav_button.patreon {
  border-bottom-color: #ebff00;
}

.blue_h3 {
  color: #5395ff;
}

.triven {
  display: block;
  width: 253px;
  height: 250px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/triforce.png');
}

.narrow_text {
  display: block;
  max-width: 750px;
  margin: 35px auto 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: proxima-nova;
  color: #d3d4f0;
  font-size: 20px;
  line-height: 22px;
}

.three_photos_about {
  display: block;
  height: 228px;
  max-width: 828px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/3photos2.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pink_h3 {
  color: #ff77ca;
}

.coaching_h3 {
  margin-bottom: 40px;
  color: #01ff6a;
}

.big_light_txt {
  margin-bottom: 0px;
  padding-right: 8%;
  padding-left: 8%;
  font-family: proxima-nova;
  color: #fff;
  font-size: 44px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}

.attribution {
  margin-top: 4px;
  margin-bottom: 55px;
  font-family: proxima-nova;
  color: #01ff6a;
  font-size: 17px;
  line-height: 22px;
  font-weight: 100;
  text-align: center;
}

.quote_slide {
  background-color: #0f1611;
}

.quote_caro {
  height: auto;
  background-color: #0f1611;
}

.quote_slide_itself {
  background-color: #0f1611;
}

.quote_slider_nav {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 1px;
  background-color: transparent;
  color: transparent;
}

.footer {
  height: 150px;
  padding-top: 60px;
  background-color: #ff3939;
}

.tab_style {
  margin: 8px 5px 25px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #4c6300;
}

.tab_style.w--current {
  display: inline-block;
  max-width: 100%;
  float: none;
  border-radius: 4px;
  background-color: #c2fc03;
}

.tab_text {
  color: #121408;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.tabs_menu {
  display: block;
  width: 435px;
  margin-right: auto;
  margin-left: auto;
}

.tri_text {
  color: #fff;
  font-size: 15px;
  font-weight: 100;
}

.tri_text.family {
  position: relative;
  left: 103px;
  top: 20px;
  width: 75px;
}

.tri_text.shooting {
  position: relative;
  left: 16px;
  top: 142px;
  width: 75px;
}

.tri_text.life {
  position: relative;
  left: 206px;
  top: 122px;
  width: 75px;
}

.tri_text.jesus {
  position: relative;
  left: 104px;
  top: 62px;
  width: 75px;
  font-size: 18px;
  font-weight: 300;
}

.headline {
  color: #fff;
  font-size: 88px;
  line-height: 86px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .4);
}

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

.orange_h3 {
  color: #ffa701;
}

.social_icons {
  display: block;
  margin: 30px auto 10px;
}

.sub_headlines {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.footer_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.social_icons_label {
  color: #ffc4c4;
  line-height: 24px;
  text-align: center;
}

.sponsor_img {
  margin-bottom: 10px;
}

.gebben_quote {
  display: block;
  padding-right: 8%;
  padding-left: 8%;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
  text-shadow: 0 1px 17px rgba(0, 0, 0, .75);
}

.gebben_quote_attribution {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
}

.qds_logo {
  display: block;
  width: 216px;
  height: 216px;
  margin-right: auto;
  margin-left: auto;
}

.timeline_holder {
  width: 100%;
}

.timeline_event {
  position: relative;
  width: auto;
  height: 91px;
  margin-bottom: 32px;
  -webkit-perspective: 1268px;
  perspective: 1268px;
}

.event_pip {
  position: absolute;
  left: 462px;
  width: 25px;
  height: 25px;
  margin-top: 33px;
  border: 6px solid #fff;
  border-radius: 50px;
  background-color: #0b55cc;
}

.event_content {
  position: relative;
  width: 375px;
  height: 90px;
  padding-top: 17px;
  padding-right: 35px;
  padding-left: 35px;
  float: none;
  border-radius: 5px;
  background-color: #0b55cc;
}

.event_content.left {
  float: right;
}

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

.timeline_master_line {
  position: absolute;
  left: 50%;
  width: 10px;
  height: 4550px;
  border-radius: 4px;
  background-color: #fff;
}

.timeline_date {
  color: #1a0f16;
  font-size: 36px;
  line-height: 34px;
  font-weight: 700;
}

.timeline_date.right {
  text-align: right;
}

.timeline_eventtext {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.timeline_eventtext.right {
  text-align: right;
}

.qds_linkbox {
  display: block;
  width: 23%;
  height: 23%;
  margin-right: auto;
  margin-left: auto;
}

.video_container {
  width: 100%;
  height: 100%;
}

.super-container {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.new_pip {
  position: relative;
  left: 0px;
  top: 40px;
  width: 20px;
  height: 20px;
  float: none;
  border: 5px solid #fff;
  border-radius: 25px;
  background-color: #4e94ff;
}

.achievements-v2-text {
  margin-top: 3px;
  margin-left: 50px;
  padding-left: 0px;
  float: left;
  color: #5489fc;
  font-size: 16px;
  font-weight: 300;
}

.timeline-date-v2 {
  margin-left: 50px;
  float: none;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
}

.timeline-head-bg {
  margin-bottom: 25px;
  padding-top: 1px;
  border-bottom: 3px solid #5391ff;
}

.timeline-head-text {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.container {
  display: none;
}

.new-timeline-date-container {
  margin-top: 20px;
}

.gebben-miles-basics {
  margin-top: 30px;
}

.gebben-miles-basics-text {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
}

html.w-mod-js *[data-ix="timeline-glidein"] {
  opacity: 0;
  -webkit-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}

html.w-mod-js *[data-ix="timeline-glidein-2"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}

html.w-mod-js *[data-ix="gebben-title"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="gebben-sub-title"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="triforce"] {
  -webkit-transform: rotate(-40deg) scale(0.68, 0.68);
  -ms-transform: rotate(-40deg) scale(0.68, 0.68);
  transform: rotate(-40deg) scale(0.68, 0.68);
}

html.w-mod-js *[data-ix="top-quote"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  .button.submit_quotes {
    padding-right: 25px;
    padding-left: 25px;
  }
  .b4_achievements {
    overflow: hidden;
  }
  .logo_container {
    margin-top: 13px;
  }
  .nav_button {
    margin-top: 7px;
    margin-left: 0px;
    padding: 15px 0px 15px 25px;
    border-bottom-style: none;
  }
  .nav_button.about {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-top: 3px none #035fff;
    border-left: 15px none #035fff;
    border-bottom-style: none;
    border-bottom-width: 3px;
    background-image: none;
    font-size: 18px;
  }
  .nav_button.about.w--current {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: none;
    text-align: left;
  }
  .nav_button.achievements {
    border-top: 3px none #ff38b9;
    border-bottom-style: none;
    border-bottom-width: 3px;
    background-image: none;
  }
  .nav_button.achievements.w--current {
    border-top-style: none;
    border-bottom-style: none;
  }
  .nav_button.coaching {
    background-image: none;
  }
  .nav_button.speaking {
    background-image: none;
  }
  .big_light_txt {
    font-size: 35px;
    line-height: 46px;
  }
  .mobile_nav {
    color: #fff;
    font-size: 34px;
  }
  .nav_container {
    padding-top: 7px;
    padding-bottom: 0px;
    background-color: #000;
  }
  .timeline_event {
    width: auto;
  }
  .event_pip {
    left: 49%;
    display: none;
    border-style: solid;
  }
  .event_content {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    border: 4px solid #0b55cc;
    background-color: #1a0f16;
  }
  .event_content.left {
    float: none;
  }
  .timeline_date {
    color: #fff;
    text-align: center;
  }
  .timeline_date.right {
    color: #fff;
    text-align: center;
  }
  .timeline_eventtext {
    text-align: center;
  }
  .timeline_eventtext.right {
    text-align: center;
  }
  .super-container {
    width: 700px;
  }
  .timeline-head-bg {
    margin-top: 25px;
  }
  .timeline-head-text {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .button.submit_quotes {
    padding-right: 25px;
    padding-left: 25px;
  }
  .b1_title {
    height: 850px;
  }
  .b6_coaching {
    display: block;
  }
  .b8_speaking {
    display: block;
    padding-right: 5%;
    padding-left: 5%;
  }
  .b11_sponsors {
    display: block;
  }
  .b13_contact {
    display: block;
  }
  .three_photos_about {
    margin-top: 0px;
  }
  .big_light_txt {
    font-size: 29px;
    line-height: 40px;
  }
  .tri_text.life {
    width: 75px;
  }
  .sponsor_img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .gebben_quote {
    display: none;
  }
  .gebben_quote_attribution {
    display: none;
  }
  .timeline_holder {
    display: block;
  }
  .timeline_event {
    position: relative;
  }
  .event_pip {
    display: none;
  }
  .event_content {
    position: relative;
    display: block;
    width: 85%;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    border-style: none;
    background-color: #1a0f16;
  }
  .event_content.left {
    width: 85%;
    height: 70px;
    padding-top: 14px;
    padding-right: 5px;
    padding-left: 5px;
    float: none;
    background-color: #1a0f16;
  }
  .timeline_master_line {
    width: 6px;
  }
  .sponsor_link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .timeline_date {
    color: #fff;
    font-size: 26px;
    line-height: 24px;
  }
  .timeline_date.right {
    font-size: 26px;
  }
  .timeline_eventtext {
    font-size: 13px;
    text-align: center;
  }
  .timeline_eventtext.right {
    text-align: center;
  }
  .nine_time_items {
    overflow: hidden;
  }
  .super-container {
    width: 500px;
  }
  .timeline-head-bg {
    margin-top: 25px;
  }
  .gebben-miles-basics {
    display: none;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 48px;
  }
  h3 {
    font-size: 20px;
  }
  .button.submit_quotes {
    padding-right: 20px;
    padding-left: 20px;
  }
  .b1_title {
    display: block;
    height: 800px;
    padding-top: 178px;
  }
  .b2_about {
    display: block;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .b3_about_pic {
    display: block;
    height: 350px;
    padding-top: 134px;
    background-attachment: scroll;
  }
  .b4_achievements {
    display: block;
    padding-top: 25px;
  }
  .b5_acheive_pic {
    height: 350px;
    padding-top: 134px;
    background-attachment: scroll;
  }
  .b6_coaching {
    padding-top: 25px;
  }
  .b7_coach_pic {
    height: 350px;
    padding-top: 134px;
    background-attachment: scroll;
  }
  .b8_speaking {
    padding-top: 25px;
  }
  .b10_speaking_pic {
    height: 350px;
    padding-top: 134px;
    background-attachment: scroll;
  }
  .b12_sponsors_pic {
    height: 350px;
    padding-top: 134px;
    background-attachment: scroll;
  }
  .b13_contact {
    display: block;
  }
  .nav_section {
    display: none;
  }
  .narrow_text {
    font-size: 17px;
    line-height: 21px;
  }
  .three_photos_about {
    display: none;
  }
  .coaching_h3 {
    font-size: 22px;
  }
  .big_light_txt {
    font-size: 18px;
    line-height: 28px;
  }
  .attribution {
    font-size: 14px;
  }
  .quote_slide {
    height: auto;
  }
  .tab_style {
    display: block;
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .tab_style.w--current {
    display: block;
    width: auto;
    text-align: center;
  }
  .tab_text {
    text-align: center;
  }
  .tabs_menu {
    width: auto;
  }
  .tri_text.family {
    width: 50px;
  }
  .tri_text.life {
    width: 50px;
  }
  .headline {
    font-size: 72px;
  }
  .orange_h3 {
    font-size: 20px;
  }
  .sub_headlines {
    font-size: 25px;
  }
  .gebben_quote {
    font-size: 30px;
    line-height: 41px;
  }
  .gebben_quote_attribution {
    font-size: 19px;
  }
  .qds_logo {
    width: auto;
    height: auto;
  }
  .left_arrow_slider {
    display: none;
  }
  .right_arrow_slider {
    display: none;
  }
  .timeline_master_line {
    width: 4px;
  }
  .sponsor_link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .super-container {
    width: 320px;
  }
  .achievements-v2-text {
    font-size: 14px;
  }
  .timeline-date-v2 {
    font-size: 38px;
  }
  .timeline-head-bg {
    margin-top: 25px;
  }
  .timeline-head-bg.psca {
    width: auto;
  }
  .gebben-miles-basics {
    display: none;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
  }
}

