@font-face {
  font-family: 'American Typewriter';
  src: url('fonts/AmericanTypeItcTOT-Medi.woff') format('woff');
}

@font-face {
  font-family: 'Futura';
  src: url('fonts/FuturaLTProXBoldCond.woff') format('woff');
}

.header-secret {
  background-color: #F5DF12;
}

body, main, html {
  background-color: #0C68BD !important;
  background-image: none !important;
}

.mainmint {
  color: #F5DF12 !important;
}

.logo {
  color: #0C68BD;
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 52px;  
  letter-spacing: -0.045em;
}

.title {
  color: #F5DF12;
}

.title2 {
  color: #0C68BD;
  font-family: 'Futura';
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 52px;  
  letter-spacing: -0.045em;
}

.link {
  color: #000 !important;
}
.link:hover {
  color: rgb(48, 48, 48) !important;
}

.button.is-rounded {
  color: #0C68BD;
  background-color: #F5DF12;
  border: 1px solid #0C68BD;
  font-family: 'American Typewriter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 15px;
}

.button.is-rounded:hover {
  color: #F5DF12 !important;
  border: 1px solid #F5DF12;
  background-color: #0C68BD;
}

.mintnumber {
  top: 15px;
  position: relative;
}

.copy {
  font-family: 'American Typewriter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #F5DF12;
}

.font {
  font-family: 'American Typewriter';
}

.notification {
  margin-top: 3px;
}
.notification:not(:last-child){
  margin-bottom: 0px;
}

.is-warning {
  color: #0C68BD !important;
  border-top: 1px solid #0C68BD;
  background-color: #F5DF12 !important;
}

.columns:not(:last-child) {
  margin-bottom: 0px !important;
}

.footermint {
  height: 300px;
  background-image: url('/build/images/footer.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .logo {
    position: relative;
    bottom: 8px;
  } 
  .column.is-5 {
    width: 70%;
  }
  .footercopy {
    font-size: 19px;
}
.lessSpaceMobile {
  margin-top: -20px !important;
  margin-bottom: 0px !important;
}
.title2 {
  font-size: 20px;
}
}