html, body{
    font-family: 'Cormorant',serif !important;
    color: black;
}

.navbar-brand{
    font-size: 2em;
    /* font-weight: 600; */
}
.nav-link{
    font-size: 18px;
    color: black !important;
    font-weight: 400 !important;
}
.nav-link i{
        font-size: 20px;
}
.wallet-btn{
    background: #fff;
    color: #c79288;
    border: 2px solid #c79288;
    outline: none;
    width: 10em;
    font-family: Cormorant Garamond,
    serif;
    font-size: .9em;
    height: 45px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 10px;
    margin-right: 2.2em;
    margin-left: 2.2em;
}
.mint-title{
    font-size: 32px;
    text-transform: capitalize;
    /* font-weight: bold; */
}
.token-count{
    margin-bottom: 0rem;
    font-size: 45px;
}
.plus-btn{
    margin-bottom: 0rem;
}
.btn-mint{
    background: #fff;
    color: #c79288;
    border: 2px solid #c79288;
    outline: none;
    width: 10em;
    font-family: Cormorant Garamond,
    serif;
    font-size: 1.3em;
    height: 45px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.btn-mint:hover {
    background: #c79288;
    color: #fff;
    cursor: pointer;
}
.remain-title{
    padding-top: 20px;
    font-size: 2rem;
    /* font-weight: bold; */
}
.link-dark{
    font-size: 2em;
    /* font-weight: 600; */
}
footer p,
footer li a{
    color: #c79288 !important;
    text-decoration: underline;
    font-size: 1.2em;
}
@media screen and (max-width: 767px){
    .wallet-btn {
        margin-left: 0em;
    }
    .footer{
        display: none;
    }
}
