@import url("https://fonts.googleapis.com/css?family=Lekton");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("https://file.myfontastic.com/n6vo44Re5QaWo8oCKShBs7/icons.css");
@import url("https://cask.scotch.io/bootstrap-4.0-flex.css");
@import url("socialclrs.css");
@media all {
  body {
    background-image: url("/static/images/m2017bg.jpg");
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    color: white;
    font-family: 'Lekton', monospace;
    word-spacing: -3px; }

  header {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6); }

  h1 {
    font-size: 65vh;
    text-transform: uppercase; }

  h1 img {
    position: relative;
    margin-bottom: -22px;
    z-index: 10000; }

  h1 a {
    color: grey; }

  h1 a:hover {
    color: grey;
    text-decoration: none; }

  .share {
    position: absolute;
    top: 1.5em;
    right: 0px; }

  .share a {
    color: darkred; }

  .share a:hover {
    color: #ed1c2a; }

  .share ul, .guestshare {
    display: flex;
    flex-wrap: wrap;
    padding-right: 1em;
    padding-bottom: 1em;
    list-style-type: none; }

  .guestshare {
    padding: 0; }

  .black {
    color: black; }

  .red {
    color: darkred; }

  .white {
    color: white; }

  .when {
    position: absolute;
    bottom: -0.4em;
    right: 1em;
    color: white;
    font-family: 'Lekton', monospace;
    font-size: 140%;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    z-index: 500; }

  .when a {
    text-transform: uppercase;
    text-decoration: none; }

  .whenstock {
    color: black; }

  .nav {
    background-color: #262626;
    z-index: 400; }

  .nav a {
    font-weight: bold;
    font-size: 120%;
    text-transform: uppercase; }

  .navbar {
    padding: 0;
    border-radius: 0px; }

  .nav-item {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 1em;
    padding-right: 1em; }

  .nav-item:hover {
    background-color: #262626; }

  .nav-item:first-child {
    margin-left: 1em; }

  .navbar-nav .nav-link, .nav-item {
    font-family: 'Lekton', monospace; }

  #wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center; }

  #main {
    order: 0;
    flex: 0 1 50%;
    align-self: stretch;
    padding-top: 0.5em;
    padding-right: 3em;
    background-color: rgba(53, 43, 53, 0.7); }

  #main p {
    padding-left: 2rem;
    padding-right: 2rem; }

  #main h1, .overlap {
    margin-left: -0.2em;
    margin-bottom: 2rem;
    color: grey;
    font-weight: bolder;
    font-family: 'Lekton', monospace;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-left: 0;
    box-shadow: 4px 4px 0px 0px rgba(106, 103, 113, 0.6), 0px 4px 0px 0px rgba(106, 103, 113, 0.6);
    z-index: 500; }

  .overlap {
    margin-bottom: 0.4rem; }

  #main h3 {
    font-size: 120%;
    font-weight: bold; }

  #main .card p {
    color: grey; }

  article {
    padding-top: 2rem;
    padding-bottom: 1rem; }

  .content {
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }

  .content a {
    color: whitesmoke;
    box-shadow: inset 0 -4px 0 #a94442; }

  .content a:hover {
    text-decoration: none;
    background-color: #a94442; }

  .content img {
    max-width: 100%; }

  .content h3 a {
    text-transform: uppercase;
    color: grey;
    box-shadow: none;
    font-size: 140%; }

  .content h3 a:hover {
    background-color: transparent;
    box-shadow: inset 0 -4px 0 grey; }

  .blkq {
    margin: 4vw; }

  .biopic {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden; }

  .biopic img {
    width: 100%; }

  .scooch {
    margin-top: -1em; }

  .textpad {
    padding-top: 2%; }

  .fancyhead {
    position: absolute;
    max-width: 40vw;
    margin-top: 0.5em;
    margin-left: -0.2em;
    padding: 0.2em;
    font-size: 2rem;
    background-color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase; }

  .fancyhead a {
    text-decoration: none; }

  .fancylist {
    margin-top: -1em; }

  .overhead {
    margin-left: 0;
    padding: 0.2em;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase; }

  .fancyhead a {
    color: grey; }

  .announce {
    padding: 0.5em;
    font-size: 150%;
    background-color: black;
    text-transform: uppercase; }

  .announce a {
    box-shadow: none; }

  #sidebar {
    order: 0;
    flex: 0 1 20%;
    align-self: stretch;
    margin-left: -2vw;
    padding-top: 1em;
    padding-right: 2em;
    padding-left: 1em;
    padding-bottom: 0; }

  #sidebar ul {
    display: block;
    padding-left: 0;
    list-style-type: none;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase; }

  #sidebar a {
    color: grey;
    text-decoration: none; }

  #sidebar li, .search {
    position: relative;
    padding: 1em;
    margin-bottom: 0.5em;
    text-align: left;
    background-color: #262626;
    border: 2px solid #151515; }

  #sidebar li:after {
    position: absolute;
    top: 1em;
    right: 6px;
    color: #0275d8;
    font-family: FontAwesome;
    content: "\f04b"; }

  .card-adjust {
    border: 0; }

  .card-header {
    margin: 0;
    font-family: 'Lekton', monospace;
    text-align: center; }

  input {
    width: 100%; }

  .block-adjust {
    padding: 0.5rem; }

  .fit-to {
    width: 100%; }

  .card-bg {
    background-color: grey; }

  .card-foot {
    margin-right: 5%;
    margin-left: 5%;
    background-color: transparent;
    border: 0; }

  .gallery {
    display: flex;
    flex-flow: wrap;
    flex-basis: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 3em;
    padding: 1em;
    padding-top: 0;
    list-style-type: none; }

  .gallery li {
    position: relative;
    margin: 2px;
    border: 4px solid black; }

  .name {
    display: block;
    max-width: 250px;
    padding: 6px;
    color: white;
    font-family: monospace;
    word-wrap: break-word;
    background-color: black; }

  .wide {
    max-width: 350px; }

  .gallery a:hover {
    color: white;
    text-indent: 1em;
    text-decoration: none; }

  .embed {
    margin-bottom: 1em;
    text-align: center;
    overflow: visible; }

  .embed iframe {
    width: 100%; }

  .bio {
    position: relative;
    margin-top: -2.7rem;
    margin-bottom: 0.75rem;
    color: darkgrey;
    font-family: sans-serif;
    font-weight: bold;
    font-size: xx-large;
    text-transform: uppercase;
    border-radius: .25rem; }

  ul .bio {
    list-style-type: square; }

  .pagination {
    padding: 1em; }

  .sociconx2 {
    font-size: 150%;
    text-align: center;
    vertical-align: center; }

  [class^="socicon-"]:before, [class*=" socicon-"]:before {
    line-height: inherit; }

  footer {
    width: 100%;
    padding: 1rem;
    padding-left: 16%;
    padding-right: 40%;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); }

  footer h5 {
    color: #0275d8;
    text-transform: uppercase; }

  .bridge {
    font-weight: normal; }

  .center {
    text-align: center; }

  .headpad {
    margin-left: -0.2em;
    padding-bottom: 2rem; }

  .headpad img {
    width: 105%; }

  .wh-search-results dt {
    font-size: 125%;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px; }

  .wh-search-results dd {
    margin-left: 0; }

  .wh-search-results a {
    text-decoration: none;
    color: #000;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
    display: block; }

  .wh-search-term {
    background: #ddd;
    display: inline-block;
    font-weight: bold; }

  .wh-search-url {
    font-size: 80%;
    color: #666; }

  .wh-search-term-in-page {
    font-weight: bold; }

  .visually-hidden {
    /*https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html*/
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }

  body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
    display: none !important; } }
@media (min-width: 48em) {
  h1, .display-1 {
    font-size: 6vh; } }
@media (max-width: 800px), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .when {
    line-height: 1;
    text-align: center; }

  .fancyhead {
    max-width: 90vw;
    padding-left: 1em; }

  h1 {
    font-size: 5vh; }

  #main {
    flex: 0 1 100%;
    order: 2;
    padding-right: 0em; }

  #sidebar {
    flex: 0 1 100%; }

  footer {
    padding-left: 2%;
    padding-right: 1%; } }

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