
@import "fonts.css";
@media print {
  @page {
    size: auto;
    margin: 1.5cm 2cm;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    margin: 0;
    background: #ffffff;
    font: 12pt/160% 'MuseoSlab300', serif;
    /* 16px */
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #000000;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'BrandonBold', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 100%;
  }
  h1 {
    font-size: 45pt;
    /* 60px */
    text-align: center;
  }
  h2 {
    font-size: 36pt;
    /* 48px */
  }
  h3 {
    font-size: 27pt;
    /* 36px */
  }
  h4 {
    font-size: 18pt;
    /* 24px */
  }
  h5 {
    font-size: 13.5pt;
    /* 18px */
  }
  h6 {
    font-size: 10.5pt;
    /* 14px */
    text-transform: uppercase;
  }
  img {
    border: 0;
    outline: none;
  }
  a {
    color: #333333;
    font: inherit;
    outline: none;
    text-decoration: none;
  }
  .hidden {
    display: none !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .feedback-button {
    display: none !important;
  }
  .logo-container a:after {
    content: " ( http://www.intouch.org/ ) ";
    display: block;
    font-size: 90%;
    margin-left: 12mm;
  }
  p a[href^="http://"]:after,
  p a[href^="https://"]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    word-wrap: break-word;
  }
  p a[href^="#"]:after {
    display: none;
  }
  #PageWrapper {
    margin-bottom: 0 !important;
  }
  #PageWrapper:after {
    display: none;
    height: 0 !important;
  }
  #PageHeader {
    margin-bottom: 50px;
  }
  #PageHeader .header-wrap {
    position: static !important;
  }
  #PageHeader .header-wrap .header-top,
  #PageHeader .header-wrap .header-middle-search,
  #PageHeader .header-wrap .header-bottom {
    display: none !important;
  }
  #PageHeader #UtilityBox,
  #PageHeader .main-navigation {
    display: none !important;
  }
  #PageHeader .header-mobile,
  #PageHeader .header-bottom {
    display: none !important;
  }
  #PageFooter {
    display: none !important;
  }
  #Content .breadcrumbs-container,
  #Content .comments-section,
  #Content .banner-fullwidth-section,
  #Content .side-tools-container {
    display: none !important;
  }
  #Content #LoginForm,
  #Content #LoginModal,
  #Content .modal {
    display: none !important;
  }
  #Content .audio-player-container,
  #Content #Devotions,
  #Content .article-header-info ul li.comments,
  #Content .reading-options-container,
  #Content .article-main-content .functional-links,
  #Content .read-article .load-more-container,
  #Content .tags,
  #Content .aside-links-container {
    display: none !important;
  }
  #Content .read-article + .article-updates-container {
    display: none !important;
  }
  #Content .read-main-title,
  #Content .read-secondary-title {
    font-family: 'BrandonLight', sans-serif;
  }
  #Content .read-main-title {
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  #Content .read-main-description {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #Content .read-secondary-title {
    text-transform: none;
    margin-bottom: 10px;
  }
  #Content .read-main-title,
  #Content .read-secondary-title,
  #Content .read-main-description,
  #Content .article-header-info {
    text-align: center;
  }
  #Content .article-header-info ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
  }
  #Content .article-header-info .read-main-description {
    margin-bottom: 10px;
  }
  #Content .article-header-info .author {
    margin-bottom: 15px;
  }
  #Content .article-main-content {
    margin-top: 50px;
  }
  #Content .article-main-content h2,
  #Content .article-main-content h3 {
    font-family: 'BrandonLightItalic', sans-serif;
    text-transform: none;
  }
  #Content .article-main-content .left-edge-container,
  #Content .article-main-content .right-edge-container {
    display: none !important;
  }
  #Content .daily-devotions-header {
    margin: 0;
  }
}


