/* COMMON */

body {
  word-spacing: -0.25rem;
}

::selection {
  background-color: #057885;
  color: #ffffff;
}

a:focus, a:hover {
  color: #06a0b2;
}

p a {
  text-decoration: none;
}

.all-rounded-corners {
  border-radius: 5px !important;
  overflow: hidden;
}

@media (min-width: 768px) {
  .all-rounded-corners {
    border-radius: 7.5px !important;
    overflow: hidden;
  }
}

@media (min-width: 549px) {
  .total-width {
    max-width: 800px;
  }
}

@media (min-width: 992px) {
  .total-width {
    max-width: 1000px;
  }
}

@media (min-width: 1400px) {
  .total-width {
    max-width: 1100px;
  }
}

@media (min-width: 1600px) {
  .total-width {
    max-width: 1300px;
  }
}

@media (max-width: 576px) {
  .side-padding {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.center-text {
  text-align: center;
}

@media (min-width: 992px) {
  .center-text {
    text-align: left;
  }
}

.section-subtitle {
  font-family: 'Poppins';
  font-size: 1.1rem;
  word-spacing: 0.0rem;
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .section-subtitle {
    font-family: 'Poppins';
    font-size: 1.25rem;
    word-spacing: 0.0rem;
    margin-bottom: 0px;
  }
}

.section-heading {
  font-size: 1.5rem;
  font-family: 'Poppins';
  word-spacing: 0.0rem;
  line-height: 1.8rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .section-heading {
    font-family: 'Poppins';
    font-size: 2.0rem;
    word-spacing: 0.0rem;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
  }
}

.subsection-heading {
  font-size: 1.5rem;
  font-family: 'Poppins';
  word-spacing: 0.0rem;
  line-height: 1.8rem;
  margin-bottom: 1.25rem !important;
}

@media (min-width: 992px) {
  .subsection-heading {
    font-family: 'Poppins';
    font-size: 2.0rem;
    word-spacing: 0.0rem;
    margin-bottom: 1.5rem !important;
  }
}

.section-paragraph {
  margin-bottom: 0.0rem;
  text-align: center;
}

@media (min-width: 576px) {
  .section-paragraph {
    margin-bottom: 0px;
    text-align: center;
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }
}

.p-size {
  font-size: 0.95rem;
}

@media (min-width: 576px) {
  .p-size {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .game-map-bg-section {
    background-color: #161618;
    background-image: url("../../assets/img/topo-map-square.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .game-map-bg {
    background-color: #161618;
    background-image: url("../../assets/img/topo-map-square.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

/* NAVBAR */

.navbar {
  background-color: rgba(13,13,13,0) !important;
}

.logo-offset {
  transform: translate(8px);
}

@media (min-width: 992px) {
  .logo-offset {
    transform: translate(0px);
  }
}

.logo-size {
  width: 200px;
  height: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .logo-size {
    width: 225px;
    height: auto;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
  }
}

@media (min-width: 768px) {
  .logo-size {
    width: 250px;
    height: auto;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
  }
}

@media (max-width: 768px) {
  .collapse-view {
    display: none;
  }
}

@media (min-width: 576px) {
  .center-logo {
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(-10px);
  }
}

@media (max-width: 768px) {
  .center-logo {
    margin-left: auto !important;
    margin-right: auto !important;
    transform: translateX(-14px);
  }
}

.nav-link-icon {
  margin-left: 2px;
  margin-right: 2px;
  width: 25px !important;
  height: auto;
}

@media (min-width: 768px) {
  .nav-link-icon {
    margin-left: 2px;
    margin-right: 2px;
    width: 30px !important;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .nav-link-icon {
    margin-left: 5px;
    margin-right: 5px;
    width: 30px !important;
    height: auto;
  }
}

@media (min-width: 1600px) {
  .nav-link-icon {
    margin-left: 5px;
    margin-right: 5px;
    width: 35px !important;
    height: auto;
  }
}

.nav-link-icon-tall {
  margin-left: 2px;
  margin-right: 2px;
  width: 35px !important;
  height: auto;
}

@media (min-width: 768px) {
  .nav-link-icon-tall {
    margin-left: 2px;
    margin-right: 2px;
    width: 40px !important;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .nav-link-icon-tall {
    margin-left: 5px;
    margin-right: 5px;
    width: 38px !important;
    height: auto;
  }
}

@media (min-width: 1600px) {
  .nav-link-icon-tall {
    margin-left: 5px;
    margin-right: 5px;
    width: 45px !important;
    height: auto;
  }
}

.nav-link-icon-email {
  margin-left: 5px;
  margin-right: 5px;
  width: 35px;
  height: auto;
}

@media (min-width: 768px) {
  .nav-link-icon-email {
    margin-left: 2px;
    margin-right: 2px;
    width: 28px !important;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .nav-link-icon-email {
    margin-left: 5px;
    margin-right: 5px;
    width: 34px !important;
    height: auto;
  }
}

@media (min-width: 1600px) {
  .nav-link-icon-email {
    margin-left: 5px;
    margin-right: 5px;
    width: 40px !important;
    height: auto;
  }
}

/* VIDEO */

.video-overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0 0 40px 5px rgba(0,0,0,0.4) inset;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
}

@media (min-width: 482px) {
  .video-wrapper {
    position: relative;
    align-items: center;
    width: 100%;
    height: 270px;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .video-wrapper {
    position: relative;
    align-items: center;
    width: 100%;
    height: 335px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .video-wrapper {
    position: relative;
    align-items: center;
    width: 100%;
    height: 435px;
    overflow: hidden;
  }
}

@media (min-width: 1400px) {
  .video-wrapper {
    position: relative;
    align-items: center;
    width: 100%;
    height: 535px;
    overflow: hidden;
  }
}

.video-layout {
  width: auto;
}

@media (min-width: 482px) {
  .video-layout {
    width: 100%;
    height: auto;
  }
}

.title-size {
  font-family: 'Poiret One', serif !important;
  font-size: 2.5rem;
}

@media (min-width: 576px) {
  .title-size {
    font-family: 'Poiret One', serif !important;
    font-size: 3.0rem;
  }
}

@media (min-width: 768px) {
  .title-size {
    font-family: 'Poiret One', serif !important;
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .title-size {
    font-family: 'Poiret One', serif !important;
    font-size: 4.0rem;
    margin-top: 1.0rem;
  }
}

@media (min-width: 1200px) {
  .title-size {
    font-family: 'Poiret One', serif !important;
    font-size: 4.5rem;
    margin-top: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .title-size {
    font-family: 'Poiret One', serif !important;
    font-size: 5.0rem;
    margin-top: 1.0rem;
  }
}

.subtitle-size {
  font-size: 0.8rem;
  letter-spacing: 4px;
  margin-top: 1.0rem;
}

.title-spacing {
  word-spacing: 0.45rem;
}

@media (min-width: 576px) {
  .title-spacing {
    word-spacing: 0.5rem;
  }
}

@media (min-width: 768px) {
  .title-spacing {
    word-spacing: 0.65rem;
  }
}

@media (min-width: 1400px) {
  .title-spacing {
    word-spacing: 1.0rem;
  }
}

@media (min-width: 576px) {
  .subtitle-size {
    font-size: 0.9rem;
    letter-spacing: 6px;
    margin-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .subtitle-size {
    font-size: 1.0rem;
    letter-spacing: 8px;
    margin-top: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .subtitle-size {
    font-size: 1.25rem;
    letter-spacing: 8px;
    margin-top: 3.0rem;
  }
}

/* SUMMARY */

.description-padding {
  padding-top: 2.0rem;
  padding-bottom: 4.0rem;
}

@media (min-width: 992px) {
  .description-padding {
    padding-top: 5.0rem;
    padding-bottom: 6.0rem;
  }
}

/* GAME */

@media (max-width: 767.95px) {
  .game-padding {
    padding-bottom: 1.75rem;
  }
}

@media (max-width: 767.95px) {
  .game-bg {
    background-color: #161618;
  }
}

@media (min-width: 768px) {
  .game-panel-bg {
    background-color: #161618;
  }
}

.game-panel-padding {
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .game-panel-padding {
    padding: 2.8rem;
  }
}

@media (min-width: 992px) {
  .game-panel-padding {
    padding: 3.0rem;
  }
}

@media (max-width: 767.95px) {
  .boxart-align {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.95px) {
  .boxart-width {
    width: 75%;
    margin-top: 20%;
    margin-bottom: 1.0rem;
  }
}

.press-btn-left {
  display: none;
}

@media (min-width: 768px) {
  .press-btn-left {
    display: block;
  }
}

.press-btn-center {
  display: block;
}

@media (min-width: 768px) {
  .press-btn-center {
    display: none;
  }
}

/* TRAILER */

.trailer-padding {
  padding-top: 4.0rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .trailer-padding {
    padding-top: 6.0rem;
    padding-bottom: 3.5rem;
  }
}

.trailer-title-margin {
  margin-bottom: 2.0rem;
}

@media (min-width: 992px) {
  .trailer-title-margin {
    margin-bottom: 3.0rem;
  }
}

.trailer-ratio-both {
  --bs-aspect-ratio: 70% !important;
}

@media (min-width: 992px) {
  .trailer-ratio-both {
    --bs-aspect-ratio: 56.25% !important;
  }
}

/* GALLERY */

.gallery-bg {
  background-color: #161618;
}

.gallery-title-margin {
  margin-bottom: 2.0rem;
}

@media (min-width: 992px) {
  .gallery-title-margin {
    margin-bottom: 3.0rem;
  }
}

.gallery-img-70s-ratio {
  --bs-aspect-ratio: 70% !important;
}

.boxart-img-ratio {
  --bs-aspect-ratio: 133.3% !important;
}

.gallery-subsection-size {
  font-size: 1.15rem;
}

@media (min-width: 992px) {
  .gallery-subsection-size {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .alt-text-right {
    padding-left: 3.0rem;
  }
}

@media (min-width: 992px) {
  .alt-text-left {
    padding-right: 3.0rem;
  }
}

.gallery-bottom {
  padding-bottom: 2.5rem !important;
}

@media (min-width: 992px) {
  .gallery-bottom {
    padding-bottom: 3.0rem !important;
  }
}

@media (min-width: 1400px) {
  .gallery-bottom {
    padding-bottom: 5.0rem !important;
  }
}

/* ABOUT */

.about-padding {
  padding-top: 3.5rem;
  padding-bottom: 4.0rem;
}

@media (min-width: 992px) {
  .about-padding {
    padding-top: 5.0rem;
    padding-bottom: 6.0rem;
  }
}

.about-map-bg {
  background-color: #161618;
  background-image: url("../../assets/img/topo-map-square.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.about-signature-img {
  margin-top: 3.0rem;
  margin-bottom: 1.0rem;
  width: 120px;
  height: auto;
  object-fit: cover;
}

@media (min-width: 992px) {
  .about-signature-img {
    margin-top: 3.0rem;
    margin-bottom: 1.0rem;
    width: 150px;
    height: auto;
    object-fit: cover;
  }
}

.about-signature-name {
  margin-top: 7px;
  margin-bottom: 3px;
}

.about-signature-title {
  margin-bottom: 0.0rem;
}

/* CONTACT */

.contact-padding {
  padding-top: 3.5rem;
  padding-bottom: 7.0rem;
}

@media (min-width: 992px) {
  .contact-padding {
    padding-top: 5.0rem;
    padding-bottom: 10.0rem;
  }
}

.contact-form-padding {
  padding-top: 2.5rem;
}

.contact-button-padding {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}

.form-control:focus {
  border-color: rgb(6,160,178);
  box-shadow: 0 0 0 0.25rem rgba(6,160,178,0.75);
  outline: 0;
}

.no-resize {
  resize: none;
}

/* FOOTER */

.footer-background {
  background-color: #161618;
}

.footer-vertical-padding {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-text {
  font-family: 'Poppins';
  font-size: 1.05rem;
  word-spacing: 0.0rem;
  line-height: 1.4rem;
}

