a h1 {
    color: #232425;
}
a:hover h1 {
    color: #c9945b;
    text-decoration: none;
}
a:hover.logo-link {
    text-decoration: none;
}
.my-wallet-link {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.my-wallet-link:hover {
    text-decoration: underline;
}

.separator:after {
    background-color: #dedede;
    content: '';
    height: 26px;
    margin-left: 17px;
    margin-right: 17px;
    width: 1px;
}

.separator:last-child:after {
    display: none;
}

.logo-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 33px;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
}

.logo-link h1 {
    font-size: 18px;
    line-height: 1em;
    margin: 0 .25em;
    text-decoration: none;
    font-weight: 700;
}

@media (min-width: '1280px') {
    .logo-link h1 {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
.blurb p {
    font-family: "Work Sans", sans-serif;
    font-size: calc(1.5rem + 1vw);
    }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
    .logo-link h1 {
        display: none;
    }
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.9);
    border-color: rgba(0,0,0,.1);
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

@media screen and (max-width: 992px) {
    nav.navbar-expand-lg .navbar-nav {
        align-items: flex-start !important;
        padding: 0 3.9em;
    }
}

.logo-styled {
    overflow: visible;
    left: 18px !important;
    top: 12px !important;
    width: 60px;
    height: 34px;
}

.wallet-connection-status-wrapper {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.wallet-connection-status-dot {
    background-color: '#55BC65';
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-right: 10px;
}

.wallet-connection-status-dot .status {
    background-color: #cccccc;
}

.wallet-connection-status-text {
    /* color: #ffffff; */
    font-feature-settings: 'calt' 0;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.wallet-dropdown {
    display: none;

    
}

@media (min-width: 480px) {
    .wallet-dropdown {
        align-items: center;
        display: flex;
    }

}

.error-card-container {
    align-items: center;
    background-color: #faf4ef;
    border-radius: 4px;
    border: 1px solid #c9945b;
    color: #c9945b;
    display: flex;
    line-height: 1.2;
    padding: 10px 15px;
    text-align: "center";
    height: 55px;
    max-width: 250px;
}

.error-card-container .icon-container {
    margin-right: 10px;
}

.error-card-container .large {
    font-size: 16px;
}

.error-card-container .small {
    font-size: 14px;
}

.metamask-side-icon {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 49px;
}

.sad-container {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 21px;
    width: 20px;
}

.network-name {
    margin-right: 50px;
    color: #c9945b;
}


img {
    max-width: 100%;
    height: auto;
    align-self: center;
}