:root {
  --blue-dark: #0F233A;
  --blue-darkest: #0A131E;
  --blue-green: #286468;
  --blue-green-dark: #142C2C;
  --blue-green-darker: #102323;
  --red: #E30102;
  --yellow: #FFCC33;
  --pink: #A83F46;
  --pink-dark: #541F23;
  --pink-darkest: #3B1518;
  --orange-light: #CE7E07;
  --paper: #D6F7F0; /* #F8EAC9;*/
  --gray: #888888;

  --tool-background: var(--pink-darkest);
  --button: var(--yellow);
  --button-secondary: var(--orange-light);
  --button-text: var(--blue-darkest);
  --button-active: var(--orange-light);
  --button-disabled: var(--gray);
  --text: #ECEBE7;
  --header: var(--blue-dark);
  --body: var(--blue-darkest);
  --table-header: var(--tool-background);
  --table-background: var(--blue-green-darker);
  --table-text-highlight: var(--yellow);
  --table-hover: var(--blue-green-dark);
  --table-text-ord-desc: var(--orange-light);
  --thumb: rgba(214, 183, 128, 0.25);
  --link: var(--yellow);

  --pointer-events: none;
  --opacity: .3;
  --set-property-button: none;
}

html, body {
  scroll-behavior: smooth
}

.disable-able {
  opacity: var(--opacity);
  pointer-events: var(--pointer-events);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--blue-darkest);
}

::-webkit-scrollbar-thumb {
  background-color:var(--thumb);
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--yellow) var(--blue-darkest);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: var(--text);
  background-color: var(--body);
  font-family: Roboto, sans-serif;
}

body.fade-out {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

#content.fade-out {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

#content.fade-in {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}


.paper {
  background-color: var(--paper) !important;
}

.text {
  margin: auto;
  max-width: 75ch;
  font-size: 1.125rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

a {
  color: var(--link);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.header {
  width: 100%;
  padding: 1rem;
  z-index: 1;
  font-family: 'Handlee', sans-serif;
}

.header-content a {
  color: var(--yellow);
  font-size: 1.75rem;
  text-decoration: none;
}

.header-content a:hover {
  text-decoration: underline;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
  width: 100%;
  color: var(--text);
  background-color: var(--header);
  padding: 1rem;
  z-index: 1;
  font-family: 'Handlee', sans-serif;
}

.header-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

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

.header-content-right {
  display: flex;
  align-items: center;
}

.header-content-nft a {
  font-size: 2rem;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 64px;
  margin-right: 0.5rem;
}

.button {
  border-radius: 0;
  text-decoration: none;
  border:none;
  padding: 5px;
  font-size: 1.125rem;
  color: var(--button-text);
  background-color: var(--button);
}

.button:disabled {
  background-color:var(--button-disabled);
}

.button:not(:disabled):hover {
  cursor: pointer;
  background-color: var(--button-active);
}

.button:not(:disabled):active {
  background-color:var(--button-active);
}

/*.centered-table {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: flex-start; !* centers horizontally *!*/
/*}*/

/*@media (min-width: 1467px) {*/
/*  .centered-table {*/
/*    align-items: center; !* Centered alignment when container is wider than 300px *!*/
/*  }*/
/*}*/

.centered-wrapper {
  display: flex;
  flex-direction: column;
}

.buy-button {
  width: 100%;
  height: 100%;
}

.inscribe-button {
  width: 100%;
  height: 100%;
}

#my-ordinals {
  width: 175px;
}

.search {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}

#search-input {
  width: 400px;
  font-size: 1.4rem;
}

.table-actions {

}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 128px;
  margin-right: 0.5rem;
}

.logo-small img {
  height: 64px;
  margin-right: 0.5rem;
}

nav {
  display: flex;
}

a {
  text-decoration: none;
}

nav a:hover,
nav a.buy-now {
  color: #4CAF50;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
}

.hero-first {
  padding-top: 50px !important;
}

.divider-section {
  padding: 2rem;
  position: relative;
}

.divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

.columns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.columns img {
  width: 512px;
  object-fit: cover;
}

.columns .text {
  width: 45%;
  min-width: 660px;
  max-width: 660px;
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #fff;
  color: #222;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: 'Handlee', sans-serif;
}

.columns .text a {
  color: var(--blue-green);
}

.mint-text {
  padding: 20px;
  max-width: 60ch;
  font-size: 1.35rem;
  font-family: 'Handlee', sans-serif;
}

.title-text {
  max-width: 60ch;
  font-size: 1.35rem;
  font-family: 'Handlee', sans-serif;
}

.text-modal {
  padding: 20px;
  max-width: 60ch;
  font-size: 1rem;
  font-family: 'Handlee', sans-serif;
}

.text-modal a {
  color: var(--blue-green) !important;
}

.small {
  font-size: 1.25rem;
}

.x-small {
  font-size: 1rem;
}

.image-box {
  display:flex;
  align-items: center;
  flex-direction: column;
}

.image-border-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.image-border-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.image-border-icon {
  border-radius: 8px;
}

.image-box .title {
  font-size: 4em;
  color: var(--yellow);
  font-family: 'Neucha', sans-serif;
}

figure {
  display: inline-block;
  text-align: center;
}

figcaption {
  font-size: 0.75em;
  color: var(--yellow);
  margin-top: 0.05rem;
}

.image-box .name {
  font-size: 2em;
  padding-top: 10px;
  color: var(--yellow);
  font-family: 'Neucha', sans-serif;
}

.columns .text p {
  margin-bottom: 1rem;
}

.cards {
  display: flex;
  justify-content: space-between;
}

.card {
  flex: 1;
  padding: 1rem;
  margin: 1rem;
  background-color: #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  margin-top: 3rem;
}

.footer-row {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  color: var(--yellow);
}

.icon-link {
  width: 32px;
  height: 32px;
}

.centered-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered-images img {
  width: 64px;
  height: 64px;
  margin: 0 8px;
}

.copyright {
  color: var(--yellow);
}

.button-help {
  padding: 0;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  color: #222;
  border: 0;
  cursor: pointer;
  align-self: center;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  background-color: var(--yellow);
}

.button-help-large {
  padding: 0;
  height: 24px;
  width: 24px;
  margin-left: 5px;
  margin-right: 5px;
  color: #222;
  border: 0;
  cursor: pointer;
  align-self: center;
  text-align: center;
  border-radius: 12px;
  font-size: 18px;
  background-color: var(--yellow);
}

.button-help-large:hover {
  background-color: var(--orange-light);
}

.button-help:hover {
  background-color: var(--orange-light);
}

*:focus {
  outline: none;
}

.help-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Handlee', sans-serif;
}

.swal-content {
  color: var(--blue-darkest);
  margin: auto;
  max-width: 75ch;
  font-size: 1.125rem;
  line-height: 1.6;
}

.swal-content-left {
  text-align: left;
}

.swal-content a {
  color: var(--pink-dark);
}

.iframe-link {
  position: relative;
  display: inline-block;
}

.iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
