body {
  padding-bottom: 70px;
}

a {
  color: #212529;
}

h1 {
  margin-bottom: auto;
}

.hidden {
    display: none;
  }

/* Affairs - regular */
@font-face {
  font-family: 'Affairs';
  src: url('/fonts/Affairs/Affairs-Regular.woff2') format('woff2'),
    url('/fonts/Affairs/Affairs-Regular.woff') format('woff');
}

/* Affairs - italic */
@font-face {
  font-family: 'AffairsItalic';
  src: url('/fonts/Affairs/Affairs-Italic.woff2') format('woff2'),
    url('/fonts/Affairs/Affairs-Italic.woff') format('woff');
}

/* PP Neue Montreal - Medium */
@font-face {
  font-family: 'PPNeueMontreal';
  src: url('/fonts/PPNeueMontreal/PPNeueMontreal-Medium.woff2') format('woff2'),
    url('/fonts/PPNeueMontreal/PPNeueMontreal-Medium.woff') format('woff'),
    url('/fonts/PPNeueMontreal/PPNeueMontreal-Medium.otf') format('opentype'),
    url('/fonts/PPNeueMontreal/PPNeueMontreal-Medium.ttf') format('truetype');
}

/* PP Neue Montreal - Italic */
@font-face {
  font-family: 'PPNeueMontrealItalic';
  src: url('/fonts/PPNeueMontreal/PPNeueMontreal-MediumItalic.woff2')
      format('woff2'),
    url('/fonts/PPNeueMontreal/PPNeueMontreal-MediumItalic.woff') format('woff'),
    url('/fonts/PPNeueMontreal/PPNeueMontreal-MediumItalic.otf')
      format('opentype'),
    url('/fonts/PPNeueMontreal/PPNeueMontreal-MediumItalic.ttf')
      format('truetype');
}

body {
  font-family: 'PPNeueMontreal';
}

.sans-italic {
  font-family: 'PPNeueMontrealItalic', sans;
}

.serif-italic {
  font-family: 'AffairsItalic', sans-serif;
}

.sans {
  font-family: 'PPNeueMontreal';
}
.serif {
  font-family: 'Affairs';
}

.bigtitle {
  color: #ddff28;
  font-size: 110px;
  line-height: 98px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  top: 40px;
  left: 50%;
  padding-bottom: 100px;
  transform: translate(-50%, -10px);
  position: fixed;
  text-align: center;
  height: 380px;
}

.bigtitle_placer {
    color: #ffffff;
    font-size: 110px;
    line-height: 98px;
    text-align: center;
    height:180px;
    padding-top: 30px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(128, 128, 128, 0); 
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

  @media (max-width: 992px) {
    /* Tablet */
    .bigtitle_placer {
      font-size: 64px;
      line-height: 64px;
      padding-top: 20px;
      height: 180px;

    }
  }
  
  @media (max-width: 768px) {
    /* Mobile */
    .bigtitle_placer {
      font-size: 46px;
      line-height: 46px;
      padding-top: 45px;
      height: 130px;

    }
  }

  .bigtitle_placer2 {
    color: #ffffff;
    font-size: 110px;
    line-height: 98px;
    text-align: center;
    height: 180px;
    padding-top: 30px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(128, 128, 128, 0); 
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

  @media (max-width: 992px) {
    /* Tablet */
    .bigtitle_placer2 {
      font-size: 64px;
      line-height: 64px;
      padding-top: 20px;
      height: 180px;

    }
  }
  
  @media (max-width: 768px) {
    /* Mobile */
    .bigtitle_placer2 {
      font-size: 46px;
      line-height: 46px;
      padding-top: 45px;
      height: 130px;

    }
  }

@media (max-width: 992px) {
  /* Tablet */
  .bigtitle {
    font-size: 64px;
    line-height: 64px;
    transform: translate(-50%, 0px);
  }
}

@media (max-width: 768px) {
  /* Mobile */
  .bigtitle {
    font-size: 46px;
    line-height: 46px;
    top: 50px;
    transform: translate(-50%, -5px);
  }
}

.bigtitle a {
  color: #ddff28;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.bigtitle a:hover,
a:focus {
  color: #212529;
}

.white a {
  color: white;
  text-decoration: none;
  transition: all 0.2s linear;
}

.white a:hover,
a:focus {
  color: #212529;
}

.biggap {
    margin-bottom: 12rem;
}

.biggap2 {
    margin-bottom: 12rem;
}

.bigcopy {
  font-size: 2.3rem;
  line-height: 2.6rem;
}

@media (max-width: 992px) {
  /* Tablet */
  .bigcopy {
    font-size: 1.6rem;
    line-height: 1.9rem;

  }
}

@media (max-width: 768px) {
  /* Mobile */
  .bigcopy {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left,
.footer-right {
  margin-bottom: 10px;
}

.language-links {
  position: fixed;
  top: 20px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}

.modal-fullscreen .modal-body {
  background-color: #ddff28;
}

.modal-header {
  background-color: #ddff28;
  border-bottom: none;
  height: 130px;
}
