/* sono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sono-v6-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sono-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sono';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/sono-v6-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
  scrollbar-gutter: auto;
}

html a {
  font-family: "Sono", Helvetica, Arial, sans-serif;
}

.image {
  background-image: url(../splash_camping.jpg);
  background-position: center;
}

.name {
  color: #d7aa4c;
}

.content {
  overflow: hidden;
}

.column {
  margin-bottom: 0px;
}

ul, ol {
  margin-bottom: 0px;
}

.links a, .bio a {
  font-weight: 500;
  color: #d7aa4c;
  font-size: 20 px;
}

.links a:hover, .bio a:hover {
  font-weight: 500;
  color: #e9d6ad;
}

.links.w-row {
  margin-top: -22px;
  margin-left: 22px;
}

.leftcontent {
  max-width: 66%;
}

.rightcontent.a {
  text-align: center;
}

blockquote {
  border-left: 5px solid #c7bda1;
}

/* This is the width of the hero image */
.links {
  text-align: left;
  max-width: 616px; 
}

.links .w-col-4 {
  max-width: 147px;
}

/* .rightcontent {
  background: #fff url("/background.jpg");
  background-size: fill;
  } */
  
  .credit, .credit-links {
    color: #806645;
  }
  
  .credit-links:hover {
    color: #978064;
  }
  
.body {
  background-color: #261803;
  background-image: url("/background_mono.jpg");
  background-size: auto;
  background-position-x: 75%;
  background-position-y: 25%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body, .bio p, .bio h1, .bio h2, .bio h3, .bio h4, .bio h5, .bio h6 {
  font-family: "Sono", Helvetica, Arial, sans-serif;
  color: #c7bda1;
  text-shadow: 2px 2px 4px #140d00;
}

.bio strong, .bio h1, .bio h2, .bio h3 {
  font-family: "Sono", Helvetica, Arial, sans-serif;
  color: #b8a57b;
  text-shadow: 2px 2px 4px #140d00;
}

.bio ul, .bio ol, .bio pre {
  color: #b8a57b;
}

.bio a {
  border-bottom: none;
}

.bio a:hover {
  border-bottom: none;
}

.bio a:hover {
  filter: sepia(100%) saturate(200%);
}

/* .video-content {
  filter: sepia(100%) hue-rotate(2deg) saturate(130%);
  } */

/* This blocks the video from being messed with or clicked on */
.video-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rightcontent{
    padding: 48px;
}

/* Press kit and other content */

img.gallery-image {
  width: 200px;
  margin-top: 8px;
}

/* equal to bp-smalish */
@media screen and (max-width: 991px) {

  .rightcontent {
    margin-top: -35%; 
    padding: 16px;
  }

  .leftcontent {
    max-width: 100%;
  }

  .image {
    background-position: center center;
  }

  .body {
    background-position-x: 75%;
    background-position-y: -25%;
  }

  img.gallery-image {
    width: 160px;
    margin-top: 8px;
  }
}

/*  
@media screen and (max-width: $bp-smallish) {
  .rightcontent {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: $bp-tablet) {
  .rightcontent {
    padding: 60px;
  }
}

@media screen and (max-width: $bp-mobile) {
  .rightcontent {
    padding: 30px;
  }
} */