/* Override defaults here - not in components */

body {
  background-color: #2D2C2D;
}

#app {
  width: 100%;
  height: 100vh;
  position: relative;
  transition: all ease 0.3s;
}

.mobile#app {
  overflow: visible;
}

.logo-loading {
  max-width: 300px;
  max-height: 300px;
}

.nav-bar {
  color: #fff;
  background-color: #801521 !important;
}

.nav-bar__title {
  color: #fff !important;
}

.nav-bar__link {
  color: #fff !important;
  border-color: #801521 !important;
}

.nav-bar__link--active,
.search-button {
  color: #fff !important;
  background-color: #801521 !important;
  border-color: #801521 !important;
}

.currentPage .addContentLink {
  visibility: visible;
}

.page-dots {
  display: none;
}

.abs {
  position: absolute;
}

.gstart {
  opacity: 0;
}

.pointer {
  cursor: pointer;
}

.noOverflow {
  overflow: hidden;
}

html[data-platform='Win32'] .tabletOnly,
html[data-platform='MacIntel'] .tabletOnly {
  display: none;
}

html[data-platform='iPhone'] .desktopOnly,
html[data-platform='iPad'] .desktopOnly,
html[data-platform*='arm'] .desktopOnly,
html[data-platform*='Android'] .desktopOnly {
  display: none;
}

.hover {
  opacity: 0;
}

.hover:hover {
  opacity: 1;
}

.hidden {
  opacity: 0 !important;
}

.visible{
  display:block;
}

.noclick {
  pointer-events: none !important;
}

.animatedpulse {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
}

.standardTransition {
  -moz-transition: 0.5s opacity ease-in-out 0s;
  -webkit-transition: 0.5s opacity ease-in-out 0s;
  -o-transition: 0.5s opacity ease-in-out 0s;
  -ms-transition: 0.5s opacity ease-in-out 0s;
  transition: 0.5s opacity ease-in-out 0s;
}

@-webkit-keyframes pulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70%,
  90% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  70%,
  90% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
  animation-delay: 1s;
}

@-webkit-keyframes halfpulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  70%,
  90% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes halfpulse {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  70%,
  90% {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.halfpulse {
  -webkit-animation-name: halfpulse;
  animation-name: halfpulse;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  /* Safari and Chrome */
  animation-delay: 1s;
}

.halfScaleC {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.halfScale {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.halfScaleR {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.halfScaleB {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.halfScaleBR {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.originBC {
  -ms-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.centre {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.contentOverlay {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 11;
  transition: all 0.3s ease;
}


.article-content{
  font-family: 'FancyCutPro-Regular';
}

.article-content>h2{
  color: #801521
}

.article-content>h2,
.article-content>h3,
.article-content>h4,
.article-list{
  font-family: 'BrilliantCutPro-Regular'
}

.article-content>h4 {
  font-size: 1.2em;
}


.article-img-2{
    display: flex;
    flex-direction: column;
    align-items: center
}

.article-portrait{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1em;
}

.article-portrait>h4{
  color: #801521;
  margin: .3em;
}

.article-center{
  text-align: center;
}

.article-mini-header {
  text-align: left;
  margin-top: 0.8em;
  margin-bottom: 0;
  padding-bottom: 0;
}

@font-face {
  font-family: 'BrilliantCutPro-Regular';
  src: url('/cartier/double/en/static/_content/BrilliantCutPro-Regular.eot?#iefix') format('embedded-opentype'), 
       url('/cartier/double/en/static/_content/BrilliantCutPro-Regular.otf')  format('opentype'),
       url('/cartier/double/en/static/_content/BrilliantCutPro-Regular.woff') format('woff'), 
       url('/cartier/double/en/static/_content/BrilliantCutPro-Regular.ttf')  format('truetype'),
       url('/cartier/double/en/static/_content/BrilliantCutPro-Regular.svg#BrilliantCutPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.brillcutreg {
  font-family: 'BrilliantCutPro-Regular';
}

@font-face {
  font-family: 'BrilliantCutPro-Medium';
  src: url('/cartier/double/en/static/_content/BrilliantCutPro-Medium.eot?#iefix') format('embedded-opentype'), 
       url('/cartier/double/en/static/_content/BrilliantCutPro-Medium.otf')  format('opentype'),
       url('/cartier/double/en/static/_content/BrilliantCutPro-Medium.woff') format('woff'), 
       url('/cartier/double/en/static/_content/BrilliantCutPro-Medium.ttf')  format('truetype'),
       url('/cartier/double/en/static/_content/BrilliantCutPro-Medium.svg#BrilliantCutPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
.brillcutmed {
  font-family: 'BrilliantCutPro-Medium';
}
@font-face {
  font-family: 'BrilliantCutPro-Light';
  src: url('BrilliantCutPro-Light.eot');
  src: url('BrilliantCutPro-Light.eot?#iefix') format('embedded-opentype'),
      url('BrilliantCutPro-Light.woff') format('woff'),
      url('BrilliantCutPro-Light.ttf') format('truetype'),
      url('BrilliantCutPro-Light.svg#BrilliantCutPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FancyCutPro-Regular';
  src: url('FancyCutPro-Regular.eot');
  src: url('FancyCutPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('FancyCutPro-Regular.woff') format('woff'),
      url('FancyCutPro-Regular.ttf') format('truetype'),
      url('FancyCutPro-Regular.svg#FancyCutPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BrilliantCutPro-Bold';
  src: url('BrilliantCutPro-Bold.eot');
  src: url('BrilliantCutPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('BrilliantCutPro-Bold.woff') format('woff'),
      url('BrilliantCutPro-Bold.ttf') format('truetype'),
      url('BrilliantCutPro-Bold.svg#BrilliantCutPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FancyCutPro-Medium';
  src: url('FancyCutPro-Medium.eot');
  src: url('FancyCutPro-Medium.eot?#iefix') format('embedded-opentype'),
      url('FancyCutPro-Medium.woff') format('woff'),
      url('FancyCutPro-Medium.ttf') format('truetype'),
      url('FancyCutPro-Medium.svg#FancyCutPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FancyCutPro-RegularItalic';
  src: url('FancyCutPro-RegularItalic.eot');
  src: url('FancyCutPro-RegularItalic.eot?#iefix') format('embedded-opentype'),
      url('FancyCutPro-RegularItalic.woff') format('woff'),
      url('FancyCutPro-RegularItalic.ttf') format('truetype'),
      url('FancyCutPro-RegularItalic.svg#FancyCutPro-RegularItalic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FancyCutPro-Light';
  src: url('FancyCutPro-Light.eot');
  src: url('FancyCutPro-Light.eot?#iefix') format('embedded-opentype'),
      url('FancyCutPro-Light.woff') format('woff'),
      url('FancyCutPro-Light.ttf') format('truetype'),
      url('FancyCutPro-Light.svg#FancyCutPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FancyCutPro-Bold';
  src: url('FancyCutPro-Bold.eot');
  src: url('FancyCutPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('FancyCutPro-Bold.woff') format('woff'),
      url('FancyCutPro-Bold.ttf') format('truetype'),
      url('FancyCutPro-Bold.svg#FancyCutPro-Bold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

