/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

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

html {
  font-size: 1em;
  /* margin: 1em; */
  margin-top: 2em;
}

body {
  /* background-color: #9b9b9b; */
  background-color: #a7b5aa;
  color: #000f3c;
}

@media only screen and (max-width: 700px) {
  .block, header {
    width: calc(100vw - 4em);
    /* max-width: 70vw; */
    padding-left: 2em;
  }
}
/* @media only screen and (min-width: 770px) and (max-width: 900px){
  .block, header {
    width: calc(100vw - 4em);
    padding-left: 7vw;
  }
} */
@media only screen and (min-width: 700px) {
  .block, header {
    width: calc(100vw - 4em);
    max-width: 700px;
    padding-left: 7vw;
  }
}
@media only screen and (min-width: 1200px){
  .block, header {
    padding-left: 14vw;
  }
}
header {
  margin-bottom: 10vh;
  font-family: 'Baskerville', 'Libre Baskerville Bold', 'Georgia', serif;
  font-weight: bold;
}

header h1 {
  width: 100%;
  text-align: right;
  margin: 0;
}
header h2 {
  width: 100%;
  text-justify: inter-word;
  text-align: justify;
  text-align-last: left;
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 0.5em;
}
/* header h2 .text-group {
  display: inline-block;
  white-space: nowrap;
} */
header h2.small-screen {
  display: block;
}
header h2.large-screen {
  display: none;
  margin-left: 220px;
}
@media only screen and (min-width: 700px){
 header h2.small-screen {
   display: none;
 }
 header h2.large-screen {
   display: block;
   width: 480px;
   margin-left: calc()
 } */
}


.illustration {
  /* margin: 0 auto; */
  /* padding: 1em; */
  /* width: calc(100vw - 4em);
  max-width: 400px; */
  /* padding-left: 2em; */
  /* display: inline; */
  width: 100%;
  margin-top: 0.5em;
}

/* .block:not(:last-child) {
  margin-bottom: 1.5rem;
} */

@font-face {
    font-family: 'Airstream';
    src: url('https://dde2f5.claudeassets.com/20250411012912im_/https://riversedgechevre.com/Airstream-webfont.eot');
    src: url('https://fe150e.claudeassets.com/20250411012912im_/https://riversedgechevre.com/Airstream-webfont.eot#iefix') format('embedded-opentype'),
         url('https://81b576.claudeassets.com/20250411012912im_/https://riversedgechevre.com/Airstream-webfont.woff') format('woff'),
         url('https://0ca4a3.claudeassets.com/20250411012912im_/https://riversedgechevre.com/Airstream-webfont.ttf') format('truetype'),
         url('https://737ebc.claudeassets.com/20250411012912im_/https://riversedgechevre.com/Airstream-webfont.svg#airstreamregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Baskerville Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Libre Baskerville Regular'), url('https://d4620a.claudeassets.com/20250411012912im_/https://riversedgechevre.com/libre-baskerville.regular.woff') format('woff');
}
/* @font-face {
    font-family: 'Libre Baskerville Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Libre Baskerville Italic'), url('https://cccf7f.claudeassets.com/20250411012912im_/https://riversedgechevre.com/libre-baskerville.italic.woff') format('woff');
} */
@font-face {
    font-family: 'Libre Baskerville Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Libre Baskerville Bold'), url('https://b0e57c.claudeassets.com/20250411012912im_/https://riversedgechevre.com/libre-baskerville.bold.woff') format('woff');
}

.label {
  /* width: calc(100vw - 4em);
  max-width: 400px; */
}
.above {
  margin-bottom: 0.2em;
}
.cheese-name {
  font-family: 'Airstream', Garamond, serif;
  font-size: 2.4em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.copy {
  font-size: 1.4em;
  letter-spacing: -0.5px;
/* font-size: 1em; */
/* line-height: 2em; */
/* font-family: 'Courier', 'Courier New', monospace; */
/* font-size: 1.2em !important; */
font-family: 'Baskerville', 'Libre Baskerville Regular', 'Georgia', serif;
/* font-family: 'Baskerville', Verdana, sans-serif; */
/* font-style: italic; */
/* font-weight: 100; */
/* font-family: Garamond, serif; */

/* font-style: oblique; */
}

.copy.small {
  font-size: 1.3em;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-justify: inter-word;
  text-align: justify;
  text-align-last: center;
}

.spacing-block {
  height: 6em;
}

.spacing-block.double {
  height: 12em;
}

.coda {
  text-align: right;
  font-size: 1.4em;
  font-family: 'Baskerville', 'Libre Baskerville Regular', 'Georgia', serif;
}
.coda a {
  display: block;
}
a:hover {
  text-decoration: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

/*
 * Hide visually and from screen readers
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.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 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@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:
   * 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;
  }
}

/*
     FILE ARCHIVED ON 07:36:58 Apr 11, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:39:13 Aug 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.555
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.051
  esindex: 0.008
  cdx.remote: 23.072
  LoadShardBlock: 162.48 (3)
  PetaboxLoader3.resolve: 225.659 (4)
  PetaboxLoader3.datanode: 103.82 (4)
  load_resource: 182.013
*/