/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background: #BFA47D;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sidebar hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Main styles
   ========================================================================== */

body {
  max-width: 1024px;
  margin: 0px auto;
  background: #e4d8c2;
  color: #53420D;
  font-family: GLCFournierNormal1786, Book Antiqua, serif;
  font-size: 16.3pt;
  letter-spacing: 1;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
}


header {
  margin-bottom: 60px;
}



.nav {
  
}

a {
  color: #882D08;
}

.nav--desktop {
  position: absolute;
  top: 50px;
  border: 1px solid #3A2815;
  border-left: 0;
  border-right: 0;
  background-color: rgba(228,216,194,.7);
  display: flex;
  width: 100%;
  max-width: 1024px;
  height: 50px;
  align-items: center;
  justify-content: space-evenly;
}
header.home .nav--desktop {
  background-color: rgba(228,216,194,.6);
}

.nav--desktop .dot, .nav--footer .dot {
  font-size: 13pt;
  margin-left: -20px;
  margin-right: -20px;
}

.nav__toggle, .nav--mobile {
  display: none;
}

.nav--footer {
  border: 1px solid #3A2815;
  border-left: 0;
  border-right: 0;
  background-color: rgba(228,216,194,.6);
  display: flex;
  width: 100%;
  max-width: 1024px;
  height: 50px;
  align-items: center;
  justify-content: space-evenly;
}
.home .nav--footer {
  margin-bottom: 40px;
}

.nav__item {

}

.nav__link {
  color: #3a2815;
  text-decoration: none;
}

.header__img {
  width: 100%;
}


h1 {
  text-align: center;
  margin-top: 0;
  font-size: 18pt;
}

h1.large {
  font-size: 24pt;
}

h2 {
  font-size: 18pt;
}
h2 .small, h2.small {
  font-size: 13.5pt;
  display: block;
}
h2 .large, h2.large {
  font-size: 24pt;
}

.review {
  text-align: center;
  padding: 0 15px 0 35px;
}

.review__copy {
  font-family: GLCFournierItalic1786, Book Antiqua, serif;
  font-size: 13pt;
  margin-top: 0;
}

.review__link {
  font-size: 13pt;
  color: #882D08;
  text-decoration: none;
}

.review__hr {
  display: block;
  margin: 0px auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.single-col {
  max-width: 800px;
  margin: 0px auto;
}

.main {
  padding: 0 40px 0 40px!important;
}

.main p span {
  font-size: 24pt;
}

.main p .small, .main p.small {
  font-size: 13.5pt;
}

.main a {
  text-decoration-color: #3A2815;
  color: #882D08;
}

.main a.small {
  font-size: 13.5pt;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social__link {
  height: 45px;
  width: 45px;
  border: 1px solid #48321B;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px;
}

.social__link.facebook {
  background-image: url('../img/social/share-facebook-beige-brown.png');
}
.social__link.facebook:hover {
  background-image: url('../img/social/share-facebook-color.png');
}

.social__link.twitter {
  background-image: url('../img/social/share-twitter-beige-brown.png');
}
.social__link.twitter:hover {
  background-image: url('../img/social/share-twitter-color.png');
}

.social__link.linkedin {
  background-image: url('../img/social/share-linkedin-beige-brown.png');
}
.social__link.linkedin:hover {
  background-image: url('../img/social/share-linkedin-color.png');
}

.social__link.email {
  background-image: url('../img/social/share-e-mail-beige-brown.jpg');
}
.social__link.email:hover {
  background-image: url('../img/social/share-e-mail-color.png');
}

.social__link.instagram {
  background-image: url('../img/social/share-instagram-beige-brown.png');
}
.social__link.instagram:hover {
  background-image: url('../img/social/share-instagram-color.png');
}


footer {
  margin-top: 50px;
  text-align: center;
}

.footer__logo {
  margin: 0px auto;
  margin-bottom: 20px;
}

.copyright {
  font-size: 13pt;
  padding: 0 30px 10px 30px;
}

.breadcrumb, .breadcrumb a {
  font-size: 13.5pt;
  text-decoration: none;
}

.breadcrumb .arrow:before {
  content: "»";
  padding: 5px;
}


article {
  text-align: center;
}
article .col-6:last-of-type {
  padding-left: 20px;
}
article .caption {
  font-size: 9.7pt;
}
article h2 {
  color: #882D08;
}
article hr {
  margin-bottom: 30px;
}
article a {
  text-decoration: none;
}

.author {
  display: flex;
  text-align: left;
  width: 350px;
  margin-left: auto;
}

.book {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.book__img {
  width: 150px;
  height: 130px;
}

.footer-link a {
  text-decoration: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb0 {
  margin-bottom: 0;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mr30 {
  margin-right: 30px;
}

.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}

.no-bottom-border {
  border-bottom: 0;
}

.align-center {
  align-self: center;
}
.flex-center {
  align-items: center;
}

.small {
  font-size: 13.5pt;
}

.xsmall {
  font-size: 12pt;
}

.db {
  display: block;
}

.red {
  color: #882D08;
}
.light-brown {
  color: #B99F79
}
.dark-grey {
  color: #3A2815!important;
}

.float-right {
  float: right
}
.float-left {
  float: left;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}

/* ==========================================================================
   Grid system
   ========================================================================== */

.row {
    /*margin-right: -15px;
    margin-left: -15px;*/
    display: flex;
    flex-direction: row;
}

[class*="col-"] {
    float:left;
    width:100%;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 50%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
    width: 100%;
}

/* ==========================================================================
   Responsive Design.
   ========================================================================== */


/* LG size */
@media only screen and (max-width: 1199px) {

}

/* MD size */
@media only screen and (max-width: 991px) {
  .row {
    flex-wrap: wrap;
    margin: 0;
  }

  [class*="col-"] {
    width: 100%!important;
  }

  .main {
    padding: 0 15px!important;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .nav--desktop, .nav--footer, .nav--mobile {
    display: none;
  }

  .nav--mobile.show {
    display: block;
    position: absolute;
    top: 51px;
    width: 250px;
    padding: 15px 0;
    background-color: rgba(228,216,194,.9);
    border-left: 1px solid #3A2815;
    border-bottom: 1px solid #3A2815;
  }

  .nav__toggle {
    position: absolute;
    border: 1px solid #3A2815;
    border-left: 0;
    border-right: 0;
    background-color: rgba(228,216,194,.7);
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: flex-end;
    align-items: center;
  }

  .nav__toggle img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
  } 

  .nav__item {
    margin-bottom: 5px;
    padding: 0 15px;
    font-size: 14pt;
  }
  .nav__item:last-of-type {
    margin-bottom: 0;
  }

  .nav__item--child {
    font-size: 13pt;
    display: flex;
  }

  .nav__item--child:before {
    content: '-';
    margin-right: 5px;
  }

  .nav__item--child:hover {
    background-color: rgb(228,216,194);
  }
  
  .sidebar {
    margin-top: 60px;
  }

  hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  header {
    margin-bottom: 40px;
  }

  footer {
    padding-top: 50px;
    margin-top: 0;
  }

  header h1.large.red {
    float: right;
    margin-top: 5px;
  }
  header .light-brown.xsmall {
    margin-right: 15px;
    text-align: right;
  }

  .book__img {
    width: initial;
    margin-right: 15px;
  }

  .review {
    padding: 0 15px;
  }

  .reviews-title {
    margin-bottom: 30px!important;
  }
  .reviews-title h1 {
    margin-top: 20px;
  }
}

/* SM size */
@media only screen and (max-width: 767px) {
  
}

/* XS size */
@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 16px;
  }
  
  h1.large {
    font-size: 22px;
  }
  
  h2 {
    font-size: 16px;
  }
  h2 .small, h2.small {
    font-size: 11.5px;
  }
  h2 .large, h2.large {
    font-size: 22px;
  }
  .main p span {
    font-size: 20px;
  }

  .breadcrumb, .breadcrumb a {
    font-size: 13px;
  }

  .main.tour img, .main.publication img {
    width: calc(100% - 6px)!important;
    height: auto!important;
  }
  .main .float-image {
    width: 100%!important;
  }

  .main.tour article {
    margin-top: 20px;
  }

  .nav__item {
    font-size: 14px;
  }
  .nav__item--child {
    font-size: 13px;
  }

  .review__copy, .review__link, .copyright {
    font-size: 13px;
  }

  .small, .main p .small, .main p.small {
    font-size: 13.5px;
  }

}


/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

