@font-face {
  font-family: 'Owners.ttf';
  src: url('./font/Owners.ttf') format('truetype');
}

@font-face {
  font-family: 'Abel-Regular.ttf';
  src: url('./font/Abel-Regular.ttf') format('truetype');
}

* {
  font-family: "Abel-Regular.ttf", sans-serif;
  box-sizing: border-box;
}

#fecha {
  font-family: 'Abel-Regular.ttf';
}

#presale {
  font-size: 3rem;
}

#hora {
  font-family: 'Abel-Regular.ttf';
  font-size: 2rem;
  ;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  color: #F0E7A4;
  text-align: center;
}

body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 2rem 0;
  background-color: #3B220B;
  background-image: url(bg.svg);
  background-position: center;
  background-repeat: repeat-y;
  background-size: auto 70%;
}

h1 {
  font-family: "Owners.ttf", sans-serif;
  font-weight: normal;
  margin: 0 auto 2rem;
  font-size: 5rem;
  color: #F0E7A4;
}

#logo {
  text-align: center;
  margin: 0 auto;
}

#logo img {
  max-width: 4rem;
  margin: 2rem;
}

#errMessage {
  text-align: center;
  background-color: #ff7777;
  color: white;
  font-weight: bold;
  padding: 0rem 1rem;
  opacity: 0;
  transition: all 0.3s ease;
}

#errMessage a {
  color: #efefef
}

.totalHide {
  display: none;
}

.showMsg {
  opacity: 1 !important;
  padding: 1rem !important;
}

#emailSent {
  display: none;
  font-size: large;
  padding: 3rem 2rem 0;
}

.showMessage {
  display: block !important;
}

.footer {
  width: 100%;
  margin: -4px 0 0 0;
  padding: 3rem;
  padding-bottom: 1.5rem;
  background-color: #ECB743;
  color: #3B220B;
  text-align: center;
}

.linksSocialFooter {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.footerRS {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  margin: 1.2rem;
  padding: 0.8rem;
  border: 1px solid #012A3A;
  background-color: #658FA5;
  transition: transform .2s;
}

.footerRS:hover {
  transform: scale(1.1);
}

.socialIcon {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.discord {
  background-image: url('./icons/discord.svg');
}

.medium {
  background-image: url('./icons/medium.svg');
}

.telegram {
  background-image: url('./icons/telegram.svg');
}

.twitter {
  background-image: url('./icons/twitter.svg');
}

#footer {
  position: fixed;
  height: 50px;
  bottom: 55px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
}

.topBar {
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #315465;
  padding: 1rem;
  text-align: center;
}

ul {
  padding: 0;
}

li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  display: block;
  font-size: 4.5rem;
}

@media (max-width: 30rem) {
  .login-page {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  #formContainer {
    width: 100%;
    max-width: 100%;
  }
  #formContainer input {
    padding: 0.7rem;
  }
  form {
    margin: 1rem 1rem;
  }
  h1 {
    font-size: 3rem;
    margin: 0 auto 1.5rem;
  }
  li {
    font-size: 0.8rem;
  }
  li span {
    font-size: 2.5rem;
  }
  #logo img {
    max-width: 3rem;
    margin: 1rem;
  }
  .footerRS {
    padding: 0.5rem;
  }
  #hora {
    font-size: 1.5rem;
  }
}
