html {
  /* --mte-gray: #303736; */
  --mte-gray: #4C4944;
  --mte-lightgray: #beb8b8;
  --mte-orange: #ff570d;
  --mte-offblack: #424242;
  --mte-black: #202428;
  --mte-offwhite: #ffe;
  height: 100%;
}

@font-face {
  font-family: CenturyGothicRegular;
  src: url(../assets/CenturyGothicRegular.woff);
}

body {
  color: var(--mte-offblack);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 4rem;
}

/* Logo */
.header-logo {
  /* font-size: 1.5rem; */
  /* font-weight: 600; */
  /* line-height: 1; */
  height: 60px;
  width: 140px;
  margin: 0.25rem auto;
  /* background: url('../img/mte-logo.jpeg'); */
  /* font-family: CenturyGothicRegular, 'Armata', sans-serif; */
}

/* .header-logo_lower {
  letter-spacing: 2px;
  text-align: center;
} */

/* Generic */

.block {
  display: block;
}

.mte-page-header {
  font-weight: 600;
  font-family: CenturyGothicRegular, 'Armata', sans-serif;
  /* letter-spacing: 0.2rem */
}

.mobile-wide {
  display: block;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.display-mobile {
 display:none;
}
.display-desktop {
  display: auto;
}

.center {
  text-align: center;
}

.text-spaced-minor {
  letter-spacing: 1px;
}

.text-white {
  color: white;
}

.container-narrow {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.card {
  border: none;
}

.card-header {
  border-radius: 3px;
}

.card-block {
  padding: 10px;
}

.mt-10,
.my-10 {
  margin-top: 6rem;
}

.mb-10,
.my-10 {
  margin-bottom: 6rem;
}

.mt-8,
.my-8 {
  margin-top: 4rem;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem;
}

.text-electric {
  color: var(--mte-orange);
}

.mte-link {
  color: var(--mte-orange);
  cursor: pointer;
}

.mte-link:hover {
  color: var(--mte-orange);
  text-decoration: underline;
  cursor: pointer;
}

.mte-divider-narrow {
  width: 40%;
  height: 1px;
  border-bottom: 1px solid var(--mte-lightgray);
  margin: 3rem 30%;
}

.mte-divider-wide {
  width: 70%;
  height: 1px;
  border-bottom: 1px solid var(--mte-lightgray);
  margin: 3rem 15%;
}

.text-expanded {
  letter-spacing: 2px;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-thin {
  font-weight: 300;
}

.bg-dark {
  background: var(--mte-black) !important;
}

/* Nav */

.nav-link {
  font-size: .75rem;
  font-weight: 300;
}

nav a, footer a {
  color: #fff;
}

nav a:hover, footer a:hover {
  color: #fff;
  text-decoration: none;
}

.active .nav-link {
  font-weight: 500;
  border-bottom: 2px solid white;
}

.btt-link {
  color: var(--mte-black);
}

.btt-link:hover {
  color: var(--mte-black);
  cursor: pointer;
  text-decoration: underline;
}

/* Footer */
.footer-link {
  font-size: 0.75rem;
  color: var(--mte-lightgray);
  padding: 0 2rem;
}

.qual-img {
  height: 80px;
}

.footer-number {
  margin: auto 30px;
  font-size: 1.75rem;
  font-weight: 300;
}

/* Gmap */

.map-container iframe {
  pointer-events: none;
}

.map-container iframe.clicked {
  pointer-events: auto;
}

.card-header {
  padding: 15px;
  background: var(--mte-black);
}

@media screen and (max-width: 667px) {
  .nav-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  .carousel-home {
    width: 100vw;
  }

  .carousel-image {
    width: 100vw;
  }

  .container-narrow {
    width: 80%;
  }

  .qual-img {
    height: 30px;
  }

  .footer-number {
    margin: auto 15px;
    font-size: 1rem;
  }

  .mte-divider-narrow {
    width: 40%;
    height: 1px;
    border-bottom: 1px solid var(--mte-lightgray);
    margin: 1.5rem 30%;
  }

  .mt-10,
  .my-10 {
    margin-top: 3rem;
  }

  .mb-10,
  .my-10 {
    margin-bottom: 3rem;
  }

  .mt-8,
  .my-8 {
    margin-top: 2rem;
  }

  .mb-8,
  .my-8 {
    margin-bottom: 2rem;
  }

  .display-mobile {
    display: inline;
  }

  .display-desktop {
   display:none;
  }

  .footer-link {
    font-size: 0.5rem;
    padding: 0 7px;
  }
  .mte-footer {
    font-size: 0.5rem;
  }
  .mobile-wide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 667px) and (max-width: 1024px) {
  .nav-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  .carousel-home {
    width: 100vw;
  }

  .carousel-image {
    width: 100vw;
  }

  .container-narrow {
    width: 60%;
  }

  .qual-img {
    height: 30px;
  }

  .footer-number {
    margin: auto 15px;
    font-size: 1rem;
  }

  .mte-divider-narrow {
    width: 40%;
    height: 1px;
    border-bottom: 1px solid var(--mte-lightgray);
    margin: 1.5rem 30%;
  }

  .mt-10,
  .my-10 {
    margin-top: 3rem;
  }

  .mb-10,
  .my-10 {
    margin-bottom: 3rem;
  }

  .mt-8,
  .my-8 {
    margin-top: 2rem;
  }

  .mb-8,
  .my-8 {
    margin-bottom: 2rem;
  }

  .display-mobile {
    display: none;
  }
}