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

img {
  display: inline-block;
  max-width: 100%;
}

.top-nav-section {
  background-color: #2f2f2f;
}

.top-nav-div {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.header-section {
  padding-top: 50px;
}

.header-div {
  display: block;
  width: auto;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.h1-headline-dark {
  margin-bottom: 10px;
  font-family: Vidaloka, sans-serif;
  color: #2f2f2f;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -2px;
}

.h1-headline-dark.big {
  margin-top: 0px;
  font-size: 80px;
  line-height: 100px;
  font-weight: 400;
}

.h1-headline-light {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vidaloka, sans-serif;
  color: #6b6b66;
  font-size: 90px;
  line-height: 60px;
  text-align: center;
}

.header-para {
  padding-top: 80px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #3f3f3f;
  font-size: 20px;
  line-height: 34px;
}

.header-para.normal {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grey-section {
  margin-top: 10px;
  border-style: solid;
  border-width: 6px;
  border-color: rgba(0, 0, 0, .05) transparent;
  background-image: url('../images/grey-back.png');
  background-position: 0px 0px;
  background-size: 50px;
}

.standard-div {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.standard-section {
  padding-top: 20px;
}

.h2-headline-dark {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Vidaloka, sans-serif;
  color: #2f2f2f;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -2px;
}

.h2-headline-dark.h2-subhead-light {
  margin-top: 0px;
  color: #6b6b66;
}

.h2-headline-dark.twotone {
  margin-bottom: 0px;
}

.order-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.order-div {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  border-style: dotted;
  border-width: 6px;
  border-color: rgba(0, 0, 0, .05);
  background-image: url('../images/grey-back.png');
  background-position: 0px 0px;
  background-size: 50px;
}

.order-button {
  position: static;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 6px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.order-button:hover {
  background-color: #000;
}

.order-button-div {
  text-align: center;
}

.section-footer {
  background-color: #2f2f2f;
}

.footer-div {
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.footer-text {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #c1c0b4;
  font-size: 12px;
  text-align: center;
}

.order-list {
  margin-bottom: 0px;
  background-color: #fff;
}

.order-list-item {
  padding: 10px;
  background-color: #fff;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #3f3f3f;
  font-size: 20px;
  line-height: 24px;
}

.credit-card-div {
  padding-top: 60px;
  text-align: center;
}

.order-list-div {
  display: block;
  max-width: 800px;
  margin: 30px auto 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .08);
}

.rich-text-left {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #2f2f24;
  font-size: 20px;
  line-height: 34px;
}

.rich-text-left h3 {
  font-family: Vidaloka, sans-serif;
  color: rgba(47, 47, 47, .75);
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.rich-text-left img {
  display: inline-block;
  margin-top: -20px;
  padding-left: 30px;
}

.rich-text-right {
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #2f2f2f;
  font-size: 20px;
  line-height: 34px;
}

.rich-text-right h3 {
  font-family: Vidaloka, sans-serif;
  color: rgba(47, 47, 47, .75);
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: right;
}

.rich-text-right img {
  margin-top: -20px;
  padding-right: 30px;
}

.banner-div {
  padding-top: 30px;
  text-align: center;
}

.final-call-div {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #f5ff00;
}

.h1-last-chance {
  font-family: Oswald, sans-serif;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

@media (max-width: 991px) {
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1-headline-light {
    font-size: 60px;
  }
  .grey-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .standard-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .order-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1-last-chance {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .h1-headline-dark {
    font-size: 40px;
    line-height: 40px;
  }
  .h1-headline-dark.big {
    margin-top: 10px;
    font-size: 60px;
    line-height: 60px;
  }
  .h1-headline-light {
    font-size: 50px;
    line-height: 60px;
  }
  .rich-text-left img {
    padding-left: 10px;
  }
  .rich-text-right img {
    padding-right: 10px;
  }
  .banner-div {
    padding-top: 10px;
  }
  .h1-last-chance {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  .h1-headline-dark.big {
    margin-top: 10px;
    font-size: 40px;
    line-height: 40px;
  }
  .h1-headline-light {
    font-size: 30px;
    line-height: 50px;
  }
  .h2-headline-dark {
    font-size: 34px;
    line-height: 40px;
  }
}


    ul {
           list-style-image: url('https://webvideouniversity.com/play-icon.png');
        }

#typed {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0) !important;
    color: #6b6b66 !important;
    padding: 0 3px;
    white-space: nowrap !important;
}

.typed-cursor {
	color: #6b6b66 !important;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
	text-shadow: none;
	color: #6b6b66 !important;
	margin-left: -1px;
    background: none repeat scroll 0 0 transparent !important;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}



