/**
 * Campaign Styles for campaign #192006
 */

/** Style Beast World PDF Style#2219 */
@font-face {
    font-family: "Bookinsanity";
    src: 
        local("Bookinsanity Remake"),
        local("Bookinsanity"),
        url('./Bookinsanity/Bookinsanity.otf'),
        url("https://raw.githubusercontent.com/jonathonf/solbera-dnd-fonts/master/Bookinsanity/Bookinsanity.otf") format("opentype");
}
@font-face {
    font-family: "Bookinsanity";
    src: 
        local("Bookinsanity Remake"),
        local("Bookinsanity"),
        url('./Bookinsanity/Bookinsanity Bold Italic.otf'),
        url("https://raw.githubusercontent.com/jonathonf/solbera-dnd-fonts/master/Bookinsanity/Bookinsanity%20Bold%20Italic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Bookinsanity";
    src: 
        local("Bookinsanity Remake"),
        local("Bookinsanity"),
        url('./Bookinsanity/Bookinsanity Bold.otf'),
        url("https://raw.githubusercontent.com/jonathonf/solbera-dnd-fonts/master/Bookinsanity/Bookinsanity%20Bold.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "Bookinsanity";
    src: 
        local("Bookinsanity Remake"),
        local("Bookinsanity"),
        url('./Bookinsanity/Bookinsanity Italic.otf'),
        url("https://raw.githubusercontent.com/jonathonf/solbera-dnd-fonts/master/Bookinsanity/Bookinsanity%20Italic.otf") format("opentype");
    font-style: italic;
}
@font-face {
    font-family: "Scaly Sans";
    src: 
        local("Scaly Sans"),
        url('./Scaly Sans/Scaly Sans.otf'),
        url("https://raw.githubusercontent.com/jonathonf/solbera-dnd-fonts/master/Scaly%20Sans/Scaly%20Sans.otf") format("opentype");
}

body {
  font-family: "Bookinsanity";
  color: #2c2e35;
}

h1, h2, h3, h4, h5, h6, .marker-name {
  font-family: "Nyala";
  color: #203a56;
}

#map-body .main-sidebar {
  background: url("https://kanka-user-assets.s3.eu-central-1.amazonaws.com/campaigns/192006/ed70ff5d-13f4-4279-abd3-aa69fae00738.jpg");
  color: #2c2e35;
}

#map-body .main-sidebar a {
  color: #203a56;
  font-family: "Bookinsanity";
}

#map-body .marker-header.with-image .marker-header-fade {
  background: linear-gradient(180deg,rgba(51,51,51,0) 0,#e4d9c5 100%);
}

body:not(.map-page) .content-wrapper {
  background: url("https://kanka-user-assets.s3.eu-central-1.amazonaws.com/campaigns/192006/ed70ff5d-13f4-4279-abd3-aa69fae00738.jpg");
  position: relative;
}
body:not(.map-page) .content-wrapper:before {
  content: ' ';
  position: absolute;
  background: url("https://kanka-user-assets.s3.eu-central-1.amazonaws.com/campaigns/192006/8972ffe6-7f3c-45d3-8ce9-6b46e8bc8c38.png");
  background-position: right;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  height: 186px;
}

body:not(.map-page) .content-wrapper > * {
  position: relative;
  z-index: 1;
}

body:not(.map-page) .content-header > .breadcrumb,
body:not(.map-page) .entity-header .entity-breadcrumb {
  margin-bottom: 50px;
  color: white;
}

body:not(.map-page) .content-header > .breadcrumb > li > a,
body:not(.map-page) .entity-header .entity-breadcrumb li a {
  color: white;
}
