@media (max-width: 450px) {
  .page-title svg {
    margin-top: .5em;
  }
}

/* narrow view */
@media (max-width: 700px) {
  body {
    font-size: .75em;
  }
  .narrower-section {
    margin: 0;
  }
  hr {
    height: 40px;
  }
  .header {
    text-align: center;
    margin: 10px 0 0;
    padding: 0 0 10px;
  }
  .ruzuku-logo {
    width: 125px;
  }
  .site-nav {
    margin: 20px 0;
    font-size: 1em;
  }
  .site-nav a {
    margin: 0 10px;
  }
  .sign-nav {
    margin: 0 0 0;
    padding: 5px 0 0;
  }
  a.signin-link {
    display: block;
    margin-top: 1.5em;
  }
  .promotion {
    padding: 20px 0;
    clear: left;
    text-align: center;
    position: relative;
    top: 1em;
    background: #FF9100;
  }
  .promotion a,
  .promotion a:hover {
    color: #fff;
    padding: 20px;
  }
  .page-title {
    margin: 0 .5em;
  }
  .page-pricing .page-title {
    margin-bottom: .5em;
    line-height: 1;
  }
  .page-subtitle {
    font-size: 1.5em;
    margin: 1em 0;
  }
  .content-section > div {
    padding: 20px;
  }
  .content-section > div,
  .footer-inner {
    margin: 0 auto;
    max-width: 1140px;
  }
  .page-header {
    margin: 0;
    padding: 50px 0;
  }
  .section-heading {
    font-size: 2.5em;
    margin: 0 0 1em;
    padding: 1em 0 .25em;
  }
  .section-subhead {
    font-weight: 300;
    text-align: center;
    font-size: 1.25em;
  }
  .free-trial-button.wide-button {
    max-width: 14em;
  }
  .free-trial-button span {
    display: none;
  }
  .feature-heading {
    margin: .75em 0 0;
  }
  .feature-image img {
    width: 25em;
    margin-bottom: 1em;
  }
  .checkmark-list ul li {
    list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 512 512' preserveAspectRatio='xMidYMid meet' version='1.1' x='0px' y='0px' xml:space='preserve' class='style0'><style>.style0{enable-background: new 0 0 512 512;fill:darkgreen;}</style><path d='M461.6 109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4 0-4.6 1-6.3 2.5L194.5 323c0 0-78.5-75.5-80.7-77.7 c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4 0-6.4 3.1-8.7 5.4c-1.7 1.8-29.7 31.2-43.5 45.8c-0.8 0.9-1.3 1.4-2 2.1c-1.2 1.7-2 3.6-2 5.7 c0 2.2 0.8 4 2 5.7l2.8 2.6c0 0 139.3 133.8 141.6 136.1c2.3 2.3 5.1 5.2 9.2 5.2c4 0 7.3-4.3 9.2-6.2L462 121.8 c1.2-1.7 2-3.6 2-5.8C464 113.5 463 111.4 461.6 109.6z'/></svg>");
  }


  /* ================================== */
  /*      Testimonials / Quotations     */
  /* ================================== */
  .testimonial {
    text-align: center;
  }
  .testimonial .people-pic {
    margin-bottom: 1em;
  }
  .testimonial .quotation {
    text-align: left;
    font-size: .9em;
  }
  .testimonial .sayer {
    font-size: 1.25em;
    font-weight: 400;
    display: block;
  }
  .testimonial .sayer a:link,
  .testimonial .sayer a:visited {
    text-decoration: none;
    color: #683a79;
  }
  .authority {
    font-size: 0.9em;
    font-weight: 300;
  }
  .testimonial .authority a {
    color: #666666;
  }

  /* Attributions with centered layout  */
  .centered-quotation {
    margin-bottom: 1em;
  }

  .self-courses {
    text-align: center;
  }
  .self-improvement-course {
    margin: 0 0 3em;
  }
  .jumpstart .two-great-way {
    margin-top: 2em;
  }
  .jumpstart img {
    float: left;
    max-width: 25.5%;
  }
  .jumpstart p {
    margin: 0.2em 0 2em 30%;
    font-size: 1em;
  }
  .free-trial-button.wide-button {
    max-width: 20em;
    padding: 1em 2em;
  }
  .superstar {
    text-align: center;
    margin: 0 0 2.5em;
  }
  .heart {
    height: 44px;
    width: 50px;
  }


  /* ================================== */
  /*           University               */
  /* ================================== */

  .uni-mo-price {
    width: 20em;
    margin: 2em auto 0;
  }
  .uni-setup {
    width: 20em;
    margin: 1em auto 0;
  }
  .uni_starter_package {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
  }
}