/* 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 */
/* variables.sass */
/*************/
/* Variables */
/*************/
/******* Colors *******/
/* Variable formatting: $color[Description] */
/* Borders */
/* Forms */
/* Icons */
/* Header */
/* Footer */
/* Front Page */
/* Advertorials */
/* Poll */
/* Game Details */
/* Image Galleries */
/* Scrollbars */
/* Modals */
/* Admin */
/* Cover Gallery */
/* Summary Embeds */
/******* Images *******/
.theme-dark {
  /* Staff Page - single page (/staff) */
  /* User Image */
  /* Name */
}
.theme-dark h3.staffpage-name a:link, .theme-dark h3.staffpage-name a:visited {
  color: #dcdcdc;
}
.theme-dark h3.staffpage-name a:hover, .theme-dark h3.staffpage-name a:active {
  color: #5a91f6;
}
.theme-dark .staffpage-social a.staffpage-twitter {
  background-image: url("/themes/custom/gi5/includes/images/social/dark/user_twitter_dark.svg");
}
.theme-dark .staffpage-social a.staffpage-email {
  background-image: url("/themes/custom/gi5/includes/images/social/dark/user_email_dark.svg");
}