/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * 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 {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body, ul, li, p, div, input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

body {
  background-color: black;
  color: white;
  overflow-x: hidden; }

a {
  color: white; }

input {
  border-radius: 0;
  padding-left: 0; }

.site-title-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0; }
  .site-title-container .site-title {
    float: right;
    margin-right: 50px;
    margin-top: 50px;
    background-color: transparent;
    color: white; }
    .site-title-container .site-title h1 {
      text-align: right;
      margin-right: -4px;
      font-family: "Georgia";
      font-weight: bold;
      font-size: 22px;
      margin: 0;
      color: white;
      padding: 22px;
      padding-bottom: 0;
      line-height: 44px;
      letter-spacing: 4px; }
    .site-title-container .site-title a {
      text-decoration: none; }
    .site-title-container .site-title img {
      max-width: 150px; }

.sub-menu {
  list-style-type: none;
  color: white;
  float: right;
  padding-right: 28px;
  margin-top: 0; }
  .sub-menu li {
    display: inline;
    justify-content: right;
    padding-left: 12px; }
    .sub-menu li a {
      text-transform: uppercase;
      border-bottom: 2px solid white; }

.link {
  stroke: #aaa; }

.node text {
  stroke: #333;
  cursos: pointer; }

.node circle {
  stroke: black;
  stroke-width: 3px;
  fill: white; }

circle.degree-0 {
  r: 5px;
  stroke: white;
  stroke-width: 5px; }

.search-wrapper {
  width: 40%;
  float: left; }

#mobile-header {
  display: none; }

#stage {
  width: 60%;
  height: 60%;
  float: left;
  display: fixed; }

 /* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
for themselves. Background we set to 80% white with
our animation centered, and no-repeating */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) 50% 50% no-repeat; }

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
  overflow: hidden; }

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block; }

.node-modal {
  position: absolute;
  padding: 12px;
  z-index: 10000;
  max-width: 240px;
  word-wrap: break-word;
  color: black;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.featured-intro {
  margin: 16px 0 8px;
  color: #aaa;
  font-size: 14px; }

.featured-artists {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }
  .featured-artists li {
    margin: 0; }
  .featured-artists a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #444;
    color: #ddd;
    text-decoration: none;
    font-size: 13px; }
  .featured-artists a:hover {
    background: white;
    color: black;
    border-color: white; }

.node-hover-label {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  color: black;
  padding: 4px 8px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4); }

.layout-toggle {
  text-align: center;
  margin: 16px 0 8px; }
  .layout-toggle button {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding: 6px 14px;
    margin: 0 4px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.5px; }
  .layout-toggle button.active {
    background: white;
    color: black; }

.updates .digest-picker {
  margin: 24px 0 12px; }
  .updates .digest-picker label {
    margin-right: 8px;
    font-size: 14px;
    color: #aaa; }
  .updates .digest-picker select {
    background: black;
    color: white;
    border: 1px solid #555;
    padding: 6px 8px;
    font-size: 14px; }

.updates .digest-body {
  font-size: 16px;
  line-height: 1.55; }
  .updates .digest-body h1 {
    font-size: 22px;
    margin: 24px 0 12px; }
  .updates .digest-body h2 {
    font-size: 18px;
    margin: 24px 0 8px;
    color: #ddd; }
  .updates .digest-body table {
    border-collapse: collapse;
    margin: 8px 0 16px;
    width: 100%; }
  .updates .digest-body th,
  .updates .digest-body td {
    border: 1px solid #444;
    padding: 6px 10px;
    text-align: left; }
  .updates .digest-body th {
    background: #1a1a1a; }
  .updates .digest-body code {
    background: #222;
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 13px; }
  .updates .digest-body ul {
    margin: 6px 0 12px 20px; }

.rel-legend {
  text-align: center;
  margin: 0 0 8px;
  color: #ccc;
  font-size: 12px;
  letter-spacing: 0.3px; }
  .rel-legend .rel-swatch {
    display: inline-block;
    width: 14px;
    height: 2px;
    margin: 0 6px 3px 14px;
    vertical-align: middle; }
  .rel-legend .rel-mentorship    { background: #5b9bd5; }
  .rel-legend .rel-family        { background: #e57373; }
  .rel-legend .rel-affiliation   { background: #81c784; }
  .rel-legend .rel-collaboration { background: #ba68c8; }
  .rel-legend .rel-other         { background: #888; }
  .node-modal a, .node-modal p {
    color: black; }
  .node-modal .rel-line {
    line-height: 1.4; }
  .node-modal .modal-portrait-holder {
    margin: 0 0 8px; }
  .node-modal .modal-portrait {
    display: block;
    max-width: 160px;
    max-height: 160px;
    object-fit: cover; }
  .node-modal .rel-info {
    margin: 6px 0 0;
    font-size: 12px;
    font-style: italic;
    color: #555; }
  .node-modal .close-modal {
    margin-left: 12px;
    font-size: 24px;
    color: gray;
    text-decoration: none; }

.search-wrapper {
  margin-bottom: 124px; }

.search-wrapper input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 2px solid white;
  font-weight: 400;
  background-color: black;
  color: white; }

.search-wrapper input.long {
  font-size: 24px; }

.search-wrapper input::placeholder {
  color: gray;
  font-weight: 200; }

#mobile-stage {
  display: none; }

#bio {
  padding-bottom: 150px; }
  #bio .artist-bio {
    font-size: 24px; }
  #bio .bio-relationships-list {
    list-style: none;
    padding: 0;
    line-height: 36px; }

.search-wrapper-inner {
  margin-top: 50px;
  margin-left: 50px; }

.suggestion-list {
  list-style-type: none;
  padding-left: 0; }

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  border-top: 1px solid #adacac;
  color: black;
  text-align: left;
  height: 150px;
  padding-left: 50px;
  color: white;
  display: flex; }

.footer ul {
  list-style-type: none;
  padding-left: 0; }

@media screen and (max-width: 600px) {
  #mobile-header {
    display: block;
    width: 100%;
    background-color: black;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid white; }
    #mobile-header h1, #mobile-header p {
      margin-top: 0;
      margin-bottom: 0;
      color: white;
      margin-left: 50px; }
    #mobile-header h1 {
      font-family: Georgia, serif;
      font-style: italic; }
    #mobile-header a {
      color: white;
      text-decoration: none; }

  .site-title-container {
    display: none; }

  #bio {
    padding-bottom: 25px; }

  #mobile-stage {
    width: 100%;
    display: block; }

  #stage {
    display: none; }

  .node-modal {
    display: none; }

  .search-wrapper {
    width: 100%;
    margin-bottom: 150px; }
    .search-wrapper .search-wrapper-inner {
      margin-right: 50px; } }
.about {
  width: 70%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px; }
  .about h1 {
    font-size: 48px; }
  .about h2 {
    margin-top: 50px; }
  .about p {
    font-size: 24px; }
  .about blockquote p {
    font-size: 36px;
    color: lightgray;
    font-style: italic; }
  .about blockquote footer {
    text-align: right;
    font-size: 16px;
    color: lightgray; }

.bacon-container {
  margin-top: 200px; }
  .bacon-container #baconForm {
    padding: 0 50px;
    margin-bottom: 24px; }
  .bacon-container #bacon-stage {
    height: 1000px;
    width: 90%;
    margin: 0 auto; }
  .bacon-container .artist-tooltip {
    color: black; }
  .bacon-container .nobacon {
    text-align: center; }
  .bacon-container .bacon-div {
    width: 50%;
    text-align: center; }
  .bacon-container .search-wrapper {
    margin-bottom: 0; }
  .bacon-container .input-wrapper-left {
    padding-right: 25px; }
  .bacon-container .input-wrapper-right {
    padding-left: 25px; }
  .bacon-container .bacon-submit {
    text-align: center; }
    .bacon-container .bacon-submit button {
      margin-top: 50px;
      background-color: black;
      color: white;
      font-size: 24px;
      padding: 12px 24px;
      border: 1px solid white;
      cursor: pointer; }
  .bacon-container #bacon-hint1 {
    border-bottom: 2px solid #f96167; }
  .bacon-container #bacon-hint2 {
    border-bottom: 2px solid #fce77d; }
  .bacon-container circle.node.bacon.degree-0 {
    r: 5px;
    stroke: #f96167;
    stroke-width: 5px; }
  .bacon-container circle.node.bacon.max {
    r: 5px;
    stroke: #fce77d;
    stroke-width: 5px; }
  .bacon-container #bacon-1-autosuggest,
  .bacon-container #bacon-2-autosuggest {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    position: absolute;
    z-index: 2000;
    width: 42%;
    background-color: black;
    opacity: .8; }
  .bacon-container button:disabled,
  .bacon-container button[disabled] {
    background-color: #f7f5f5;
    color: white; }
  .bacon-container .preamble {
    padding-left: 50px;
    padding-right: 50px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px; }
  .bacon-container .footer {
    margin-top: 148px; }

@media screen and (max-width: 600px) {
  .bacon-container {
    margin-top: 0; }
    .bacon-container .bacon-div {
      width: 100%;
      float: left; }
    .bacon-container .search-wrapper {
      margin-top: 25px;
      margin-bottom: 25px; }
    .bacon-container .input-wrapper-left,
    .bacon-container .input-wrapper-right {
      padding: 0; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.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
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * 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: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.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: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    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; } }

/*# sourceMappingURL=main.css.map */
