/*
 * Globals
 */


@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  font-family: 'Quicksand', sans-serif;
  background-color: #201C26;
}

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


h1.yellow {
    color: #FFE001;
    font-weight: 900;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  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;
}


/*
 * Body
 */

main h1 {
    font-weight: 600;
}

main p.lead {
    font-size: 14px;
}

main .btn {
    padding: 15px 20px;
    font-size: 18px;
}

main .main {
    text-align: left;
}

@media (max-width: 992px) {
    main .main {
        text-align: center;
    }
}

@media (max-width: px) {
    main img {
        margin-top: 20px;
    }
}

main .nft-card {
    border-radius: 10px;
    background-color: #292433;
    padding: 20px;
    text-align: left;
}

main .nft-card p {
    margin-bottom: 0px;
}

main .nft-card h5 {
    font-weight: 600;
    margin-top: 20px;
}

main .nft-card img {
    border-radius: 10px;
    width: 100%;
}
 
main .nft-card .btn {
    padding: 15px 20px;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px;
}

#collection {
    margin-bottom: 100px;
}

#collection .col {
    padding-left: 5px;
    padding-right: 5px;
}

#collection h1 {
    color: #FFE001;
    font-weight: 900;
}

#collection h4.title {
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}

#collection .mini-card {
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #292433;
}

#collection .mini-card img {
    background-color: #302A3D;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

#collection .mini-card p {
    margin-bottom: 0px;
}

#collection .btn {
    padding: 5px 10px;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    #collection .col {
        flex: 0 0 auto;
        width: 25%;
        margin-bottom: 10px;
    }
}

#roadmap {
    margin-bottom: 100px;
}

#roadmap h1 {
    color: #FFE001;
    font-weight: 900;
}

#roadmap .number {
    font-size: 40px;
    font-weight: 900;
    background-color: white;
    color: #201C26;
    border-radius: 10px;
}

#roadmap .col-fixed {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

#roadmap h5 {
    font-weight: 900;
}

#faq {
    margin-bottom: 100px;
}

#faq h1 {
    color: #FFE001;
    font-weight: 900;
}

#faq h3 {
    text-decoration: underline;
}

#about {
    margin-bottom: 100px;
}

#about h1 {
    color: #FFE001;
    font-weight: 900;
}

img.profile {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    margin: 20px;

}