

/* https:/*google-webfonts-helper.herokuapp.com/fonts */

/* @font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), local('OpenSans'),
       url('~assets/fonts/open-sans-v13-latin-regular.woff2') format('woff2'),
       url('~assets/fonts/open-sans-v13-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans Bold';
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('~assets/fonts/open-sans-v13-latin-700.woff2') format('woff2'),
       url('~assets/fonts/open-sans-v13-latin-700.woff') format('woff');
} */

/* navigation bar title */
.title-font {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 700;
}

/* section bar */
.section-bar-font {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 700;
}

/* scrubber */
.scrubber-font {
  font-family: 'Open Sans', sans-serif;
}

/* issue overview headers */
.issue-overview-headers-font {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 700;
}


/* issue overview headers - page numbers */
.issue-overview-headers-parenthesis-font {
  font-family: 'Open Sans', sans-serif;
}

/* issue overview element - page numbers */
.issue-overview-page-numbers-font {
  font-family: 'Open Sans', sans-serif;
}

/* issue overview print and download button */
.issue-overview-print-button-font {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 700;
}

/* article list section header */
.article-list-section-header-font {
  font-family: 'Open Sans', sans-serif;
}

/* article list items */
.article-list-items-font {
  font-family: 'Open Sans', sans-serif;
}

/* print and crop select pages menu */
.print-menu-item {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 700;
}

/* article header */
.article-header-text {
  font-family: 'Open Sans', sans-serif;
}

.download-consent-button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.download-consent-checkbox-label {
  font-family: 'Open Sans', sans-serif;
}

.download-consent-head {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}


body {
  /* background-color: lightgrey !important; */
}


/* request loading bar in navigation bar*/
#nprogress .bar {
  /* background: blue !important;  */
}

/* request loading spinner in navigation bar*/
#nprogress .spinner-icon {
  /* border-top-color: blue !important; */
  /* border-left-color: blue !important; */
}


/* navigation bar */
.header {
  /* background-color: black !important; */
  /* border-bottom-color:  grey !important; */
}

/* navigation bar mobile */
.nav-right-pages {
  /* background-color: black !important;  */
}


/* sections bar */
.section-container {
  /* background-color: white !important; */
}

/* section element in sections bar */
.section-swiper-slide {
  /* background-color: #D9D9D9 !important; */
  /* color: black !important; */
  /* text-transform: uppercase !important; */
}

/* selected section element in sections bar */
.section-swiper-slide-selected {
  /* background-color: black !important; */
  /* color: #D9D9D9 !important; */
}

/* scrubber modal */
.scrubber {
  /* background-color: white !important;  */
}

/* scrubber element */
.scrubber-figure {
  /* border-color: black !important; */
}

/* scrubber element page number */
.scrubber-page-number {
  /* color: black !important;  */
}


/* issue overview modal */
.overview-modal-container {
  /* background-color: white !important;  */
}

/* print and download buttons */
.overview-print-button {
  /* background-color: black !important; */
  /* color: white !important; */
}

/* overview element */
.overview-figure {
  /* border-color: blue !important; */
}

/* overview element selected (for print & download of pages) */
.overview-img-responsive[aria-checked="true"] {
  /* border-color: red !important; */
}

/* overview element page number */
.overview-page-number {
  /* color: red !important; */
}

/* overview section title */
.overview-section-title {
  /* color: blue !important; */
}

/* navigation bar title icon */
.title-icon {}

/* navigation bar: home icon */
.nav-icon-home {}

/* navigation bar: navigate to article list icon */
.nav-icon-article {}

/* navigation bar: zoom-in on page icon */
.nav-icon-zoom-in {}

/* navigation bar: zoom-out on page icon */
.nav-icon-zoom-out {}

/* navigation bar: open fullscreen icon */
.nav-icon-full {}

/* navigation bar: open issue overview icon */
.nav-icon-thumbnail {}

/* navigation bar: open scrubber icon */
.nav-icon-scrubber {}

/* navigation bar: open page cropping feature icon */
.nav-icon-crop {}

/* navigation bar: navigate to pages icon */
.nav-icon-pages {}

/* navigation bar: open issue overview for printing pages icon */
.nav-icon-print-download, .nav-icon-print {}

/* navigation bar: print current page icon */
.nav-icon-print-expand {}

/* navigation bar: open issue overview for printing pages icon */
.nav-icon-print {}

/* navigation bar: print current article (in article list) icon */
.nav-print-article-icon {}

/* navigation bar: open issue overview for downloading pages icon */
.nav-icon-download {}

/* navigation bar: fit to width icon */
.nav-icon-page-view-mode-width {}

/* navigation bar: fit to height icon */
.nav-icon-page-view-mode-height {}

/* navigation bar: increase font size of articles (in article list) */
.nav-text-size-icon-increment {}

/* navigation bar: decrease font size of articles (in article list) */
.nav-text-size-icon-decrement {}

/* navigation bar: share article (in article list) */
.nav-share-icon {}

/* navigation bar: FAQ icon */
.nav-icon-faq {}

/* article overlay: increase font size of articles */
.article-text-size-icon-increment {}

/* article overlay: decrease font size of articles */
.article-text-size-icon-decrement {}

/* article overlay: print article */
.article-print-icon {}

/* article overlay: share article */
.article-share-icon {}

/* article overlay: close article overlay icon */
.article-modal-close-button {}

/* issue overview overlay: close issue overview icon */
.overview-close-button {}

/* social sharing overlay: close social sharing overlay icon */
.social-sharing-modal-close-button {}

/* pages view: navigate to next page icon */
.page-next {}

/* pages view: navigate to previous page icon */
.page-prev {}

/* scrubber overlay: scroll to previous page thumbnail icon */
.scrubber-prev {
  a {}
}

/* scrubber overlay: scroll to next page thumbnail icon */
.scrubber-next {
  a {}
}

/* section navigation bar: scroll to the left icon */
.section-prev {
  a {}
}

/* section navigation bar: scroll to the right icon */
.section-next {
  a {}
}

/* social sharing: facebook icon */
.fa-facebook {}

/* social sharing: twitter icon */
.fa-twitter {}

/* social sharing: e-mail icon */
.fa-envelope {}