body {
  background-image: url('../images/background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  font-family: 'Gill Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

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

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

a {
  color: #8a1a76;
  text-decoration: none;
}

a.w--current {
  color: #e7500f;
}

li {
  display: inline-block;
  padding: 15px;
  color: #8a1a76;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  list-style-type: none;
}

.spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu {
  text-align: center;
}

.aside-text {
  color: #fff;
  font-weight: 400;
}

.left-column {
  width: 220px;
  padding: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left-column.orange-background {
  position: fixed;
  top: 300px;
  height: 100vh;
  background-color: #e7500f;
  background-image: url('../images/background-aside.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.left-column.purple-background {
  background-color: #8a1a76;
}

.left-column.purple-background.fixed {
  position: fixed;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-column {
  width: 720px;
}

.flex-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 220px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.logo {
  margin-top: 20px;
}

.title {
  margin-top: 70px;
  margin-bottom: 30px;
  margin-left: 100px;
}

.bookshelf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 40px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.book {
  width: 25%;
  margin-top: 15px;
  padding: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.read-more-link {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.menu-list-item-separator {
  color: #e7500f;
}

.bookshelf-book-title {
  min-height: 3em;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.bookshelf-book-price {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8a1a76;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.bookshelf-book-buy-button-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bookshelf-book-buy-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.principle-container {
  margin-left: 40px;
}

.principle-title {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-image: url('../images/dos-donts-title-background.jpg');
  background-position: 0px 0px;
  background-size: 402px;
  color: #8a1a76;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.principle-content {
  padding-top: 15px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.footer {
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-social-icons-rtf {
  font-family: Socicon, sans-serif;
  color: #000;
  text-align: right;
}

.footer-social-icons-rtf a {
  color: #000;
}

.biography-container {
  padding-left: 40px;
}

.biography-title {
  margin-top: 14px;
  margin-bottom: 14px;
  color: #e7500f;
}

.biography-title.hidden {
  display: none;
}

.biography-video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.biography-video-more-container {
  width: 50%;
  margin-left: 40px;
  background-color: #edf7fd;
}

.biography-video-more {
  margin: 15px;
}

.biography-video-more-title {
  padding-top: 16px;
  padding-bottom: 16px;
}

.separator {
  width: 100%;
}

.home-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-book {
  width: 50%;
}

.grabber {
  color: #e7500f;
  font-size: 20px;
  text-align: center;
}

.bookshelf-book-cover {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hidden {
  display: none;
}

.content {
  overflow: auto;
  height: 100%;
}

@media (max-width: 991px) {
  .menu {
    padding-bottom: 25px;
    padding-left: 0px;
  }
  .flex-section.full-height {
    height: auto;
  }
  .title {
    margin-top: 80px;
    margin-left: 10px;
  }
  .biography-video-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .biography-video-more-container {
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .left-column.orange-background {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .left-column.purple-background {
    overflow: hidden;
    width: 100%;
    height: 123px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-section {
    padding-left: 0px;
  }
  .logo {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .title {
    margin-top: 15px;
    margin-left: 0px;
    padding: 15px;
  }
  .bookshelf {
    padding-right: 20px;
    padding-left: 20px;
  }
  .book {
    width: 33.33%;
  }
  .menu-list-item-separator {
    display: none;
  }
  .bookshelf-book-price {
    text-align: center;
  }
  .bookshelf-book-buy-button-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .principle-container {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-social-icons-rtf {
    margin-bottom: 20px;
    text-align: center;
  }
  .biography-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bookshelf-book-cover {
    width: 100%;
  }
  .author-image {
    width: 50%;
  }
  .content {
    overflow: visible;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 479px) {
  body {
    background-repeat: repeat-y;
  }
  .menu {
    padding-right: 5px;
    padding-left: 5px;
  }
  .book {
    width: 100%;
  }
  .principle-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .bookshelf-book-cover {
    width: 50%;
  }
  .menu-item {
    display: block;
  }
}

@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GILB____.TTF') format('undefined');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Socicon';
  src: url('../fonts/socicon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gill Sans';
  src: url('../fonts/GIL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}