/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  font-family: sans-serif;
  font-size: 1em;
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

.brand {
  font-family: 'Galindo', sans-serif;
  color: #f3ba2f
}

body {
    font-family: 'Galindo', cursive;
    text-align: left;
    background: linear-gradient(to bottom, #87CEFA, #98FB98);
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

p {
  font-size: 1em;
  font-family: 'Galindo', sans-serif;
}

.btn {
  font-size: 2em;
  font-family: 'Galindo', sans-serif;
}

.cover-container {
  max-width: 42em;
}

.bid-card {
  text-shadow: none;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.coming-soon {
  padding-top: 0px;
  .coming {
      padding: 20px;
      h3 {
          font-size: 20px;
      }
      input {
          width: 100%;
      }
      .default-button {
          margin-top: 5px;
      }
  }
  .countdown-wrapper {
      margin: 0px;
      .getting-start {
          margin: 20px 0;
      }
  }
}

.countdown-wrapper {
  margin: 20px 0;
}

.coming-soon .coming .default-button {
  margin-top: 0px;
}

.coming-soon-overlay {
  text-align: center;
}

.coming p {
  font-size: 15px;
  margin-top: 20px;
  color: var(--paragraphColor);
}

.coming .default-button {
  padding: 13px 20px;
  border-radius: 25px;
  width: 100%;
}

.getting-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.getting-start div {
  border-radius: 8px;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  padding: 5px 0px;
  text-align: center;
  background-color: var(--blackColor);
  -webkit-box-shadow: 1px 1px 20px 1px #aaa9a9;
          box-shadow: 1px 1px 20px 1px #aaa9a9;
}

.getting-start div span {
  font-size: 30px;
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.getting-start div span:nth-child(2) {
  font-size: 0.8em;
  text-transform: uppercase;
}


.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom:25px;
  right:25px;
  background:transparent; 
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  z-index:100;
  transition: all 300ms ease;
  }
  @media only screen and (min-width:320px) and (max-width:768px){
      .btn-wsp{
          width:63px;
          height:63px;
          line-height: 66px;
      }
  }