html {
  font-size: 10px; }
  @media (max-width: 767px) {
    html {
      font-size: 8px; } }

body {
  background: #e2e6e9;
  color: black;
  font-family: "myriad pro", "myriad-pro-1","myriad-pro-2", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

a:link, a:visited {
  color: black; }

.highlight {
  background: #ffc;
}

.logo-image {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem; }

.hero-image {
  display: block;
  width: 82%;
  margin: 2rem auto; }
  @media (max-width: 767px) {
    .hero-image {
      width: 92%; } }

.double-dorje-divider {
  width: 100%; }

.panel {
  margin: 0 auto;
  width: 80rem;
  background: white; }
  @media (max-width: 767px) {
    .panel {
      width: auto;
      margin: 0 1rem; } }

.content {
  margin: 2rem; }

.text-content {
  margin: 0 auto;
  max-width: 50rem;
  font-size: 1.8rem;
  color: #222; }
  @media (max-width: 767px) {
    .text-content {
      font-size: 2rem; } }

.text-content strong {
  color: black;
  font-weight: 600; }

.text-content a:link, .text-content a:visited {
  color: #1155cc;
  }


.centered {
  text-align: center; }

.not-centered {
  text-align: left !important;
}

.course-introduction {
  margin-top: 1em;
  max-width: 50rem;
  margin-right: auto;
  margin-left: auto;
}

.course-name {
  margin: 3rem 0 0 0;
  padding: 0;
  font-size: 3rem;
  color: #d0263d;
  line-height: 1.3; }

.course-date {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  color: #d0263d;
  line-height: 1.3;
  font-weight: normal; }

.desktop-line {
  display: inline-block; }
  @media (max-width: 767px) {
    .desktop-line {
      display: inline; } }

.menu {
  margin-top: 3rem;
  font-size: 2.3rem; }

.menu__section {
  margin-bottom: 2rem; }

.menu__item {
  line-height: 1.5; }
  .menu__item a {
    text-decoration: none;
    box-shadow: 0px -1px 0px black inset; }

.divider {
  color: #bbb; }

.footer {
  padding: 1.5rem 0 1.5rem 0;
  font-size: 1.1rem;
  color: #bbb;
  text-align: center; }

.subpage-header {
  font-weight: normal;
  font-style: italic; }

table.course-schedule {
  margin-bottom: 1em;
  border-collapse: collapse;
  width: 100%; }
  table.course-schedule td.course-schedule__time {
    width: 30%; }
  table.course-schedule td.course-schedule__event {
    width: 70%; }
  table.course-schedule td.course-schedule__time,
  table.course-schedule td.course-schedule__event {
    border-top: 1px solid #ddd; }

.questions {
  margin-top: 3rem;
  font-size: 2rem; }

.big-button {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
          border-radius: 6px;
  background: #d30c2c;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  padding: .5em 1em;
  text-decoration: none;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.1em;
  margin: 1.5em 0 .5em 0;
}

p {
  margin: 0 0 1em 0;
}
