/*   
Theme Name: Love Letters to Bitcoin
Author: Catskill Creative
Author URI: http://catskillcreative.com
Version: 1
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
}

body {
  background: #fff;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: antialiased;
}

/* ------------ Mixins ------------ */
#notice {
  position: fixed;
  z-index: 100;
  background: #000;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  border-bottom: 10px solid #fff;
}
#notice a {
  color: #fff;
  vertical-align: middle;
  margin-left: 10px;
}
#notice a img {
  display: inline-block;
  height: 20px;
  width: auto;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#notice a:hover img {
  opacity: 0.8;
}
#notice.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main section {
  background: #fff;
  color: #000;
  border-right: 6vw solid #000;
  border-left: 0;
  min-height: 100vh;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 9vw;
}
main section p a {
  color: #ccc;
  text-decoration: none;
}
main section.dark {
  background: #000;
  color: #fff;
  border-left: 6vw solid #fff;
  border-right: 0;
  padding-right: 12vw;
}

#introBlock {
  position: relative;
  border-right: 0;
  height: 100vh;
  display: block;
}
#introBlock img.logo {
  height: 100%;
  width: auto;
}
#introBlock .underLogo {
  background: #000;
  width: 100%;
  margin: 10px 0 0 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  overflow: hidden;
  height: 28px;
  display: none;
}
#introBlock .underLogo img {
  height: 30px;
  width: auto;
  display: block;
  margin: -1px 0 0 0;
}
#introBlock #bar {
  width: 6vw;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
#introBlock #bar img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 6vw;
}

#relationBlock .box {
  max-width: 900px;
  margin: 0 auto;
}
#relationBlock .box > p {
  font-size: 22px;
  line-height: 1.5em;
  margin: 0 0 30px 0;
  font-weight: 500;
  color: #f1f1f1;
}
#relationBlock .box > p strong {
  color: #ccc;
}
#relationBlock .box #relationBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 1200px;
}
#relationBlock .box #relationBlocks .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
#relationBlock .box #relationBlocks .block .square {
  background: #000;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#relationBlock .box #relationBlocks .block .square img {
  display: block;
  width: 100%;
  height: auto;
}
#relationBlock .box #relationBlocks .block span.id {
  display: none;
  font-size: 0.9em;
  line-height: 1.5em;
  word-wrap: break-word;
}
#relationBlock .box #relationBlocks .block.isbl .square, #relationBlock .box #relationBlocks .block.loveLetters .square {
  position: relative;
}
#relationBlock .box #relationBlocks .block.isbl .square:before, #relationBlock .box #relationBlocks .block.loveLetters .square:before {
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #666;
  line-height: 1;
  font: var(--fa-font-solid);
  content: "\f054";
  font-size: 50px;
  position: absolute;
  top: 50%;
  right: -37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#relationBlock .box #relationBlocks .block.isbl .square span {
  font-size: 70px;
}
#relationBlock .box #relationBlocks .block.grid {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 20%;
}
#relationBlock .box #relationBlocks .block.grid ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  list-style: none;
}
#relationBlock .box #relationBlocks .block.grid ul li {
  width: 100%;
  height: auto;
}
#relationBlock .box #relationBlocks .block.grid ul li img {
  display: block;
  width: 100%;
  height: auto;
}

section.nft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  padding: 6vw;
}
section.nft .nftBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
section.nft .nftBlock .imageCol {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
section.nft .nftBlock .imageCol .image {
  width: 40vw;
  max-width: 450px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 8px 0;
}
section.nft .nftBlock .imageCol .image img {
  display: block;
  width: 100%;
  height: auto;
}
section.nft .nftBlock .imageCol span {
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.5em;
  display: block;
}
section.nft .nftBlock .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 50px;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
section.nft .nftBlock .description p {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 20px;
  color: #000;
  font-weight: 900;
  text-transform: none;
  letter-spacing: -0.75px;
}
section.nft .nftBlock .description span.title {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  font-style: italic;
}
section.nft .nftBlock .description .next {
  font-size: 30px;
  line-height: 1;
  padding: 15px 0 0 0;
  text-align: center;
  cursor: pointer;
  color: #000;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  width: 40px;
  text-align: left;
  display: none;
}
section.nft .nftBlock .description .next:hover {
  color: #ccc;
}

#creditBlock {
  text-align: center;
}
#creditBlock h3 {
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
}
#creditBlock p {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 60px;
}
#creditBlock p:last-of-type {
  margin-bottom: 0;
}

#bioBlock .bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 100px auto;
  gap: 40px;
}
#bioBlock .bio .name .block img.spacer, #bioBlock .bio .image .block img.spacer {
  display: block;
  width: 100%;
  height: auto;
}
#bioBlock .bio .name {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#bioBlock .bio .name .block {
  background: #fff;
  position: relative;
}
#bioBlock .bio .name .block span {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 60px;
  position: absolute;
  line-height: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
#bioBlock .bio .image {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
#bioBlock .bio .image .block {
  position: relative;
}
#bioBlock .bio .image .block img.bioImage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#bioBlock .bio .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#bioBlock .bio .text p {
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#bioBlock .subText {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#bioBlock .subText p {
  font-size: 25px;
  margin: 0 0 10px 0;
  font-weight: 800;
}
#bioBlock .subText p a {
  color: #d87d48;
  white-space: nowrap;
}
#bioBlock .subText p a:hover {
  color: #fff;
}
#bioBlock .subText p.small {
  font-weight: 500;
  font-style: italic;
  line-height: 1.5em;
}
#bioBlock .subText ul {
  list-style: none;
}
#bioBlock .subText ul li {
  display: inline-block;
  margin-right: 15px;
}
#bioBlock .subText ul li a {
  color: #fff;
  font-size: 30px;
}
#bioBlock .subText ul li a:hover {
   color: #d87d48;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  #introBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #introBlock img.logo {
    height: auto;
    width: 100%;
    margin: 0;
  }
  #introBlock .underLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #introBlock #bar {
    display: none;
  }
  main section {
    padding: 9vw;
    min-height: 0;
  }
  section.nft {
    display: block;
    padding: 150px 6vw 100px 6vw;
    background: rgb(246, 246, 246);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(246, 246, 246)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(255, 255, 255) 100%);
    position: relative;
  }
  section.nft:before {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  section.nft .nftBlock {
    display: block;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.nft .nftBlock .imageCol {
    width: 100%;
    margin-bottom: 20px;
  }
  section.nft .nftBlock .imageCol .image {
    width: 100%;
    max-width: 100%;
  }
  section.nft .nftBlock .imageCol .image span {
    display: block;
    font-size: 0.9em;
  }
  section.nft .nftBlock .description {
    padding: 0;
  }
  section.nft .nftBlock .description p {
    font-size: 1.3em;
    text-align: left;
  }
  section.nft .nftBlock .description span.title {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  section.nft.first:before {
    background: #000;
    margin-left: 6vw;
    margin-top: -1px;
    width: calc(100% - 6vw);
  }
  #relationBlock {
    padding: 200px 6vw;
    text-align: center;
  }
  #relationBlock .box > p {
    font-size: 1.3em;
  }
  #relationBlock .box > p:last-of-type {
    margin-bottom: 0;
  }
  #creditBlock {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  #creditBlock h3 {
    font-size: 8vw;
  }
  #creditBlock p {
    font-size: 5vw;
  }
  #bioBlock {
    padding: 0 6vw 150px 6vw;
    text-align: center;
  }
  #bioBlock .bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 50px auto;
    gap: 0;
  }
  #bioBlock .bio .name, #bioBlock .bio .image {
    width: 100%;
    margin: 0 0 6vw 0;
  }
  #bioBlock .bio .text {
    width: 100%;
  }
  #bioBlock .bio .text p {
    font-size: 1.3em;
  }
  #bioBlock .subText p {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  #bioBlock .subText p.small {
    margin-top: 40px;
  }
}