@font-face {
  font-family: KitWriter;
  src: url('/static/webfonts/Kitwriter.3.1.ttf');
}

body {
  background-color: #000000;
  background-image: url("/static/img/spiral.png");
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top;
}
@media (max-width: 576px) and (max-height: 900px) {
  body {
    background-image: url("/static/img/spiral900.png");
  }
}
@media (min-width: 576px) {
  body {
    background-image: url("/static/img/spiral.png");
  }
}

.degen-navbar {
  background-color: #000000C0;
}
.nav-logo {
  height: 32px !important;
  width: 32px !important;
  border-radius: 5px;
  box-shadow: 0 0 8px 4px #00000080;
  margin-right: 16px;
}
.navbar .btn {
  font-family: 'KitWriter', cursive;
  box-shadow: 0 0 8px 4px #00000080;
  margin: 8px;
  font-size: 16px;
}

.navbar .nav-link {
  font-family: 'KitWriter', cursive;
  font-size: 24px;
  padding-right: 16px;
}
.navbar .navbar-collapse {
  text-align: center;
}

.btn-lg {
  font-family: 'KitWriter', cursive;
  font-size: 32px;
  line-height: 32px;
}
.btn-connected {
  box-shadow: 0 0 8px 4px #00FF0080 !important;
}
.degen-btn-main {
  font-size: 36px !important;
  margin-top: 14px;
  padding: 20px;
  /* background: url('/static/img/spiral.png') no-repeat center; */
  box-shadow: 0 0 8px 4px #00000080;
}

.superhero-img {
  margin-top: 100px;
  margin-bottom: 3%;
}

.row .degen-dyebox {
  background-color: #FFFFFFC8;
  box-shadow: 0 0 8px 4px #00000080;
  border-radius: 20px;
  padding: 25px 25px 5px 25px;
  margin-top: 50px;
}
.row .degen-header {
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.degen-header h1, .degen-header p {
  margin-bottom: 8px;
}
.degen-padded-row {
  padding-top: 24px;
}

.degen-gallery-col {
  padding-bottom: 24px;
}
.degen-thumb-main {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 8px 4px #00000080;
}

.degen-artbox {
  padding: 0;
}
.degen-gallery-image {
  height: auto;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 8px 4px #00000080;
  margin: 150px auto 50px auto;
  background-color: black;
}

.modal-content {
  background-color: #008080E0;
  border-radius: 20px;
}
.modal p {
  color: white;
}
.modal pre {
  color: white;
  font-size: 10px;
}
.degen-mint-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.degen-mint-small-button {
  font-family: 'KitWriter', cursive;
  box-shadow: 0 0 8px 4px #FFFFFF80;
  font-size: 24px;
  line-height: 20px;
}

.degen-shadow-pink {
  text-shadow: 0 0 8px #FF00FF;
}
.degen-shadow-cyan {
  text-shadow: 0 0 8px #00FFFF;
}
.degen-shadow-yeller {
  text-shadow: 0 0 8px #FFFF00;
}
.degen-shadow-green {
  text-shadow: 0 0 8px #00FF00;
}
.degen-shadow-spook {
  text-shadow: 0 0 8px #FC4C02;
}
.degen-btn-shadow-pink {
  box-shadow: 0 0 8px #FF00FF;
}
.degen-btn-shadow-cyan {
  box-shadow: 0 0 8px 4px #00FFFF80;
}
.degen-btn-shadow-yeller {
  box-shadow: 0 0 8px #FFFF00;
}
.degen-btn-shadow-green {
  box-shadow: 0 0 8px #00FF00;
}

@media (max-width: 576px) {
  .degen-icon-100 {
    height: 60px;
    width: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .degen-icon-100 {
    height: 100px;
    width: 100px;
    margin-bottom: 24px;
  }
}

h1, h2, .degen-btn-main {
  font-family: 'KitWriter', cursive;
  line-height: 1em;
}
h1 {
  font-size: 50px;
}
p, .modal-body, h3, h4, h5, h6, th, td {
  font-family: 'Grandstander', sans-serif;
  font-size: 16px;
}
h3, h4, h5, h6 {
  font-weight: bold;
}
pre {
  font-size: 10px;
}

#footer {
  margin-top: 20em;
}
