@charset "UTF-8";
/* CSS Document in Progress: New Mexico Minerals Copyright ©2021 Lynn Creative Inc. All Rights Reserved. */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  background: #ffffff;
  color: #000000;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
  line-height: 1.15; /* 1 */
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 100%;
} 
html, body {
  width:100%; 
  margin: 0;
  padding: 0;
  color: #000;
  max-width: 100%;
  overflow-x: hidden !important;
}
body { 
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100vh;
  font-family: "hypatia-sans-pro", sans-serif;
}

.lc-historic-new-mexico-map{
background-image: url(../images/maps/nm_mining_districts_map.png);
background-repeat: no-repeat;
background-position:center 165px;
background-attachment: fixed;
background-size: contain;
z-index: 100;
}

a img {
  border: 0;
}
img {
  max-width: 100vw;
  height: auto;
}
a {
  color: #ff0000;
}
a:hover {
  color: #7482a1;
  text-decoration: underline
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
p {
  margin: 0;
  padding: 0;
}
b, strong {
  font-weight: bolder;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
  padding: 0;
}
ul {
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5em;
  margin-left: 0;
}
svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
button {
  border-radius: 0;
}
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button, input { /* 1 */
  overflow: visible;
}
button, select { /* 1 */
  text-transform: none;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 0 0 1em;
}
blockquote {
  margin: 0.5rem 3rem 1.5rem 3rem;
  padding: 1.5rem 1.25rem 0rem 1.25rem;
  border: none;
}
blockquote, blockquote p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  text-align: center;
}
cite {
  display: block;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #000000;
}
cite:before {
  content: "— ";
}
.text-center {
  text-align: center;
}
/* End Resets*/
h1, h2, h3, h4, h5, h6 {
  font-family: "hypatia-sans-pro", sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.container {
  margin: 0;
  padding: 0;
  width: 100%;
}
nav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom:0;
  background-color: #000000;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
  padding-top: 35px;
  z-index: 999;
}
nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
nav a:hover {
  color: #f1f1f1;
}
nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 64px;
  margin-left: 50px;
}
.collectors-menu-nav ul {}
.collectors-menu-nav li {
  z-index: 1000;
}
.collectors-menu-nav li a {
  padding: 2rem 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8rem;
}
.collectors-menu-title {
  color: #ffffff;
  padding: 0.725rem 0 0 1rem;
  white-space: nowrap;
  z-index: 1000;
}
.open-nav-title {
  font-size: 2rem;
  cursor: pointer;
  color: #000000;
  background-color: #E4E7EB !important;
  padding: 3px 10px;
  z-index: 99;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header {
  position: fixed;
  top: 0;
  left: 0; 
  width: 100%;
  padding: 40px 0 0 25px;
  background-color: #484e51;
  height: 110px;
  z-index: 900;
}
header h1 {
  color: #e4e7eb;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: 100px;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
header h1 a {
  color: #e4e7eb;
  background-color: #484e51;
  text-decoration: none;
}
header h1 a:hover, header h1 a:focus {
  color: #00b6df;
  text-decoration: none;
}
main {
  padding: 35px 0 25px 0;
}
.title-box-container {
  display: grid;
  place-items: center;
  min-height: 100vh;
  opacity:0.9;
}
.title-box {
  display: grid;
  min-width: 50%;
  min-height: 30%;
  margin: 10%;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.3) 4px 4px 4px;
  border: 1px solid #E4E7EB;
  text-align: center;
  /*align-items: center;*/
  /*justify-content: center; */
  z-index: 200;
  
}
.title-box h1 {
  font-size: 3.5rem;
  line-height: 4.2rem;
  color: #000000;
  padding-top: 35px;
}
.title-box h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000000;
  padding-top: 20px;
}
.title-box p {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.4rem;
  padding: 10px;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: fixed;
  top: 110px;
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
  z-index: 700;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.2rem;
  color: #e4e7eb;
}
.legal-container {
  padding: 1.5rem;
  margin: 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.6rem;
  max-width: 100%
}
.legal-content {
  margin: 8rem 0 0 0;
  text-align: left;
}
.legal-content-intro {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 600;
}
.legal-content h3 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  padding: 3rem 0rem 1.2rem 0rem;
}
.legal-content p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
  padding: 0 0 0.5rem 0;
}
.legal-content ul, .legal-content ol {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  list-style: square inside;
}
.legal-content li {
  margin: 0 0 15px 0;
}
li::marker {
  color: red;
}
.legal-content ol li .highlight {
  background: #ffe5e5;
  padding: 5px;
  margin-left: 35px
}
/*mineral buttons*/
.buttons {
  font-family: "hypatia-sans-pro", sans-serif;
  margin: 0;
  text-align: center;
}
.btn-hover {
  width: 90%;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 0;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 0px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn-hover:focus {
  outline: none;
}
.btn-hover.color-iron-oxide {
  background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
  box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.btn-hover.color-turquoise {
  background-image: linear-gradient(to right, #3457be, #70c7e9, #30dd8a, #2bb673);
  box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
/* FOOTER */
footer {
  background-color: #000000;
  color: #e4e7eb;
  border-right: 2px solid #484e51;
  padding: 1rem 0 0 0;
  z-index: 997;
}
.footer-content-box{
  columns: 2 auto;
  padding: 0;
}
.footer-logo {
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 45%;
  margin: 0 0 0 1.5rem;
  white-space: nowrap;
}
.footer-logo a {
  color: #e4e7eb;
  background-color: #000000;
  text-decoration: none;
}
.footer-logo a:hover, .footer-logo a:focus {
  color: #00b6df;
  text-decoration: none;
}
.footer-links {
  display: inline-block;
  vw: 65%;
  text-align: right;
  font-size: 0.825rem;
}
.footer-links a {
  color: #d4af37;
  padding: 0 1rem 0 1rem;
}
.footer-links a:hover, .footer-links a:focus {
  color: #e4e7eb;
}
.copyright {
  font-family: "hypatia-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.825rem;
  line-height: 1.4rem;
  color: #e4e7eb;
  background-color: #484e51;
}
.copyright p {
  padding: 1rem;
  margin: 1rem 0 0 0;
}


@media screen and (max-height: 450px) {
  #collectors-menu {
    padding-top: 15px;
  }
  #collectors-menu a {
    font-size: 18px;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  header h1 {
    font-size: 1rem;
  }
  .title-box h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    padding-top: 0;
  }
  .title-box p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 0.925rem;
  }
  .container {}
  .legal-content p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 0 0 0.5rem 0;
  }
  .legal-content ul, .legal-content ol {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
    list-style: square inside;
  }
  .footer-content-box {
    columns: 1 auto;
    padding: 0;
  }
  .footer-links {
    font-size: 0.825rem;
    margin-left: 10px;
    padding-top: 0.5rem;
  }
  .footer-links a {
    color: #d4af37;
    padding: 0 1rem 0 1rem;
  }
  .footer-links a:hover, .footer-links a:focus {
    color: #e4e7eb;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .title-box h2 {
    font-size: 2.5rem;
    line-height: 3.1rem;
    padding-top: 0;
  }
  .title-box p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .legal-content p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
    padding: 0 0 0.5rem 0;
  }
  .legal-content ul, .legal-content ol {
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
    list-style: square inside;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  .title-box h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    padding-top: 0;
  }
  .title-box p {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}