.assistbar {
    margin: auto;
    position: sticky;
    bottom: 0px;
    text-align: center;
    background-color: #1c2021;
    border-bottom: 2px #1c2021 solid;
    font-size: 10px;
}
@media screen and (min-width: 640px) {
    .assistbar {
        width: 79.5%;
        font-size: 10px;
    }
}
@media screen and (min-width: 1024px) {
    .assistbar {
        width: 1020px;
        font-size: 10px;
    }
}
.abarbutton {
    color: whitesmoke;
    transition: color 0.03s;
    line-height: 50px;
    text-decoration: none;
}
.abarbutton:hover {
    color: white;
    text-decoration: underline;
    transition: .2s;
}
.abarbutton>i {
    transition: .25s;
}
.abarbutton>i:hover {
    transform: scale(1.25);
}

/*----------------------------------------------------------*/

@keyframes bodycontain {
    from {
        top: 15vh;
        opacity: 0;
        overflow: hidden;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

/*----------------------------------------------------------*/

.socialsbar {
    width: 100%;
    text-align: center;
    font-size: 25px;
}
@media screen and (min-width: 640px) {
    .socialsbar {
        font-size: 35px;
    }
}
.sbarbutton {
    color: whitesmoke;
    transition: color 0.03s;
}
.sbarbutton:hover {
    color: white;
}
.sbarbutton>i {
    transition: .25s;
}
.sbarbutton>i:hover {
    transform: scale(1.25);
}

/*----------------------------------------------------------*/

.extrabutton {
    background-color: white;
    border: 2px;
    color: black;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    border-radius: 6px;
    font-family: Cookie;
    transition: .25s;
}
.extrabutton:hover {
    transform: scale(1.10);
}
.supporticon {
    font-size: 10px;
}
.coffeelink {
    text-decoration: none;
    color: black;
}

/*----------------------------------------------------------*/

.supporter {
    background-color: #262626;
    /* Green */
    border: solid 2px white;
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-family: Cookie;
    transition: .25s;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 20px 5px;
    border-radius: 12px;
    cursor: pointer;
}
.supporter:hover {
    transform: scale(1.15);
}
.supporterlink {
    text-decoration: none;
    font-size: 20px;
    color: white;
}
@media screen and (min-width: 640px) {
    .extrabutton {
        padding: 16px;
        font-size: 25px;
        border-radius: 12px;
    }
}
@media screen and (min-width: 640px) {
    .coffeeicon {
        height: 20px;
    }
}
@media screen and (min-width: 640px) {
    .supporticon {
        font-size: 18px;
    }
}

/*----------------------------------------------------------*/

audio::-webkit-media-controls {
    filter: invert();
}
