@font-face {
    font-family: 'Headline Modified HPLHS';
    src: url('HeadlineModifiedHPLHS.woff2') format('woff2'),
        url('HeadlineModifiedHPLHS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    font: 1.2em;
    font-family: "Times New Roman";
    max-width: 43em;
    margin: auto;
    background-image: linear-gradient(#b2a68e, #a39985, #cfcab3, white, white);
    background-attachment: fixed;
  }
  
  #NoWallet {
    text-align: center;
    font-size: 12px;
  }
  
  .TextNoWallet {
    font-size: 16px;
    font-style: italic;
    color: rgb(75, 75, 75);
  }
  
  .TextInstallWallet {
    font-size: 18px;
  }
  
  img {
    display: block;
    margin: auto;
    max-width: 20em;
    border: 1px solid #777;
  }
  img:hover {
    border: 1px solid purple;
  }
  .m_box {
    border: 0px solid;
    margin: 1em;
  }
  .m_box_red {
    border: 1px solid #800000;
    margin: 1em;
    background-color: #ffffee;
  }
  
  a {
    color: blue;
    text-decoration: underline;
  }
  .m_box_bar {

  }
  .m_box_bar_red {
    background: #800000;
    color: white;
  }
  
  h2.m_box {
    background-color: #2f4d0c;
  }
  h2.box {
    background-color: #fca;
  }
  p {
    margin: 0.5em;
    margin-left: 1em;
    color: black;
  }
  
  .box {
    border: 1px solid #2f4d0c;
    color: #2f4d0c;
    margin: 1em;
    background-color: white;
  }
  .box_bar {
    background: #b9d9b7;
    color: #2f4d0c;
  }
  
  h2 {
    margin-top: 0.001em;
    margin-bottom: 0.001em;
    margin-left: 0.25em;
    font-size: 1.1em;
  }
  h3 {
    margin-left: 0.3em;
    font-size: 1em;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
  }
  li {
    margin-left: 0.3em;
  }
  ul {
    list-style-type: circle;
    text-align: center;
  }
  a:hover {
    color: red;
    text-decoration: underline;
  }
  
  .column {
    float: left;
    width: 32%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .gallery_container {
    display: grid;
    justify-items: auto;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 0.5em;
    width: auto;
  }
  
  div.gallery_item {
    object-fit: cover;
  }
  
  .gallery_item img {
    border: 1px solid #777;
    height: auto;
    width: auto;
    max-width: 80%;
    max-height: 80%;
    object-fit: cover;
  }
  
  div.desc {
    padding: 1em;
    text-align: center;
    font-size: smaller;
    width: 80%;
    max-height: 100%;
  }
  
  @media only screen and (max-width: 600px) {
    img {
      width: 100%;
    }
  
    body {
      width: 100%;
    }
  
    div.desc {
      font-size: x-small;
    }
  
    ul {
      margin-right: 1em;
    }
  }
  
  .mint-box {
    padding: 1em;
    background: white;
    color: black;
    text-align: center;
  }
  #mint-reserve {
    text-align: center;
  }
  
  .connect-button {
    /* display: block; */
    /* margin: 1em auto; */
    /* width: 250px; */
    padding: 0.5em;
    font-size: 20px;
    background: #b9d9b7;
    color: #2f4d0c;
    cursor: pointer;
    white-space: pre-line;
  }
  .connect-button:hover {
    background: #9db89b;
    color: #1d3007;
  }
  
  .mint-button {
    margin: 0.33em 0;
  }
  .mint-button a,
  .mint-reserve-button a {
    cursor: pointer;
    color: black;
  }
  .mint-button a:hover,
  .mint-reserve-button a:hover {
    color: red;
  }
  
  .mint-reserve-button {
    text-align: center;
  }
  .mint-reserve-button a {
    color: #2f4d0c;
    font-weight: bold;
    font-size: 1.25em;
  }
  
  .amount-minted {
    text-align: center;
    font-style: italic;
    color: #333;
    padding: 0 0 1em;
  }
  .current-supply {
    font-weight: bold;
  }
  
  .whitelisted-notices {
    margin-top: 1em;
  }
  .whitelisted-notice {
    border-top: 1px solid #333;
    padding: 0.5em 0;
  }
  .whitelisted-notice:last-child {
    border-bottom: 1px solid #333;
  }
  .whitelisted-notice-reserve {
    margin: 0.5em 0;
  }
  
  .wallet-show {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .centered-text {
    text-align: center;
  }
  
  
  * {
    font-family: 'Lato', sans-serif;

}