/* SINGLE PAGE USE - Cover Gallery (/covers) */
/* Mixins and variables */
/* mixins.sass */
/* Global sass mixins */
/* Modal window */
/* Modal window open */
/* Short content fix - keep the footer at the bottom */
/* Box Shadow */
/* Button */
/* Button Colors */
/* CSS transitions */
/* Icons */
/* Calculate Aspect Ratios */
/* Image Hover Effect */
/* Containers for items in standard article etc. */
/* Toggle Arrows */
/* variables.sass */
/* All global variables and settings - this should be on every page!! */
/******* Viewport Widths *******/
/******* Spacing *******/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Admin */
/* Forms */
/* Borders */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Announcement */
/* Poll */
/* Game Details */
/* Reviews */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
/******* Typography *******/
/* Font family stack */
/* Variable formatting: $font[Description] */
/* Common font sizes */
/* Common font weights */
/* SINGLE PAGE USE - Cover Gallery (/covers) */
body {
  background-color: #333 !important;
}

.layout-container main a:link, .layout-container main a:visited {
  color: #dbdbdb;
}

/* Page title */
.page-node-type-page .page-title {
  color: #fff;
}

.ds-main h2 {
  color: #fff;
}

p.backissues {
  color: #fff;
}

/* All covers container */
.covers-container {
  border-top-color: rgb(101.0055, 101.0055, 101.0055);
  border-left-color: rgb(101.0055, 101.0055, 101.0055);
}
.covers-container > * {
  border-bottom-color: rgb(101.0055, 101.0055, 101.0055);
  border-right-color: rgb(101.0055, 101.0055, 101.0055);
}

/* Individual cover image container */
.cover {
  color: #fff;
}
.cover a,
.cover a:active,
.cover a:visited {
  color: #fff !important;
}

/* Captions shown on modal window */
.featherlight .caption {
  color: #fff;
}