/* add local spec styles here */

/*
  @font-face {
  font-family: "ltr-gothic";
  src: url("assets/fonts/LetterGothicStd.otf");
  }

@font-face {
font-family: "ltr-gothic";
font-style: italic;
src: url("assets/fonts/LetterGothicStd-Slanted.otf");
}

@font-face {
font-family: "ltr-gothic";
font-weight: bold;
src: url("assets/fonts/LetterGothicStd-Bold.otf");
}

@font-face {
font-family: "ltr-gothic";
font-weight: bold;
font-style: italic;
src: url("assets/fonts/LetterGothicStd-BoldSlanted.otf");
}
*/

@font-face {
    font-family: "bskr";
    font-weight: normal;
    font-style: normal;
    src: url("assets/fonts/bask/bask-Regular.otf");
}
@font-face {
    font-family: "bskr";
    font-weight: bold;
    font-style: normal;
    src: url("assets/fonts/bask/bask-Bold.otf");
}
@font-face {
    font-family: "bskr";
    font-weight: normal;
    font-style: italic;
    src: url("assets/fonts/bask/bask-Italic.otf");
}


h1, h2, h3, p {
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
}

body {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}

a {
    color: #dc0000;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
}

a:hover {
    color: rgba(0,0,200,1);
}

a:active {
    color: black;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: darkblue;
    display: table;
    z-index: 100;
}

.loading p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    font: 200 normal 24px "HelveNeue";
    letter-spacing: 0.15em;
}
.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.copyright {
    position: fixed;
    bottom: 6em;
    right: 1em;
    font: 400 normal 9px "HelveNeue";
    letter-spacing: 0.2em;
    color: white;
}

.instructions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid white;
    background: rgba(0,0,127,0.8);
}

.instructions p {
    font: 300 normal 14px "HelveNeue";
    letter-spacing: 0.14em;
    color: white;
}

.parchment {
    width: 100%;
    height: 100%;
    background: rgba(0,0,127,1);
}

.pieceoland {
    fill: rgba(0,0,127,1);
    stroke: rgba(255,255,255,0.4);
    stroke-width: 1px;
/* stroke-dasharray: 2, 4; */
}

.pieceoland:hover {
/* fill: white; */
}

.dot {
    cursor: pointer;
    opacity: 0;
    fill: rgba(0,0,127,1);
    stroke: white;
    stroke-width: 2px;
/* fill: rgba(255,255,255,0.8); */
/* stroke: rgba(0,0,127,1); */
/* stroke-width: 3px; */
}

.weenie {
    stroke: white;
    stroke-width: 1.5px;
    fill: none;
}


text.label {
    font-family: "HelveNeue";
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    fill: white;
    text-shadow: 0 0 20px rgba(0,0,127,1),
    0 0 20px rgba(0,0,127,1),
    0 0 20px rgba(0,0,127,1),
    0 0 10px rgb(0,0,127),
    0 0 5px rgb(0,0,127);
    /* -moz-text-shadow: 0 0 20px rgba(0,0,127,1), */
    /*              0 0 20px rgba(0,0,127,1), */
    /*              0 0 20px rgba(0,0,127,1), */
    /*              0 0 10px rgb(0,0,127), */
    /*              0 0 5px rgb(0,0,127); */
    /* -webkit-text-shadow: 0 0 20px rgba(0,0,127,1), */
    /*              0 0 20px rgba(0,0,127,1), */
    /*              0 0 20px rgba(0,0,127,1), */
    /*              0 0 10px rgb(0,0,127), */
    /*              0 0 5px rgb(0,0,127); */
    visibility: hidden;
}

.labelbox {
    fill: red;
}

/* ====================================== */

.postviewer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,127,0.9);
}

.postwrapper {
    width: 70%;
    margin: 5% auto;
    background: white;
    padding: 60px 90px 90px 90px;
    position: relative;
}

#closepost {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
}

#closepost:hover {
    opacity: 0.6;
}

.postnuggets h1 {
    font-family: "bskr";
    position: relative;
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 0.025em;
    padding-bottom: 30px;
    left: -.03em;
}

.postnuggets h2 {
    font-family: "bskr";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
}

.sep {
    letter-spacing: -0.2em;
    padding: 0 1em;
}

.postnuggets .content {
    padding-top: 30px;
    max-width: 930px;
}

.postnuggets .content p {
    font-family: "bskr";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    padding-bottom: 1em;
}

.postnuggets .wp-caption {
    display: inline-block;
    position: relative;
    width: auto !important;
}

.postnuggets .wp-caption::after {
    /* content: "\00A0"; */
}

.postnuggets .content .wp-caption-text {
    position: absolute;
    background: rgba(255,255,255,0.7);
    font: normal normal 13px/1.3em "bask";
    bottom: 0;
    letter-spacing: 0.05em;
    width: auto;
    padding: 1em 1em;
    text-align: left;
}