a {
    /* this is the dark-blue color in our custom css */
    color: rgb(50, 49, 116);
}

.editor-toolbar.fullscreen {
    z-index: 1031
}

#article-description strong {
    font-weight: bold
}

#contribution_amount input {
    text-align: center;
    font-size: 2.5em;
}

.article {
    color: #000;
    overflow: hidden;
}

.article:not(.no-hover):hover {
    text-decoration: none;
    color: #000;
}

.article-container {
    overflow: hidden;
    border-radius: 5px;
}

@media(min-width:768px) {
    .article-container h3.card-title {
        font-size: 1.2rem;
    }

    .article-container h3 {
        font-size: 1.4rem;
        font-family: 'Roboto';
    }

    .article-container p {
        line-height: 1.5rem;
    }
}

@media(max-width: 767px) {
    #contribution_amount input {
        font-size: 2em;
    }
}

.article-img {
    background: #000;
}

.article-info {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.article .progress {
    height: .5rem;
}

.article:not(.no-hover):hover .img-bg {
    opacity: .8;
}

.label {
    margin-top: -20px;
    background: #fff;
    width: fit-content;
    z-index: 3;
}

.current-contribution-bar {
    background-color: #a6d4a4;
}

#extra-image-thumbnails img {
    width: 100px;
}

#extra-image-thumbnails .quote-drop .dropdown-menu {
    width: 400px;
}

#extra-image-thumbnails .fragment-drop {
    width: 150px;
    margin: 10px 25px;
    float: left;
}

@-webkit-keyframes FLASH {

    0%,
    49% {
        opacity: .5;
    }

    50%,
    100% {
        opacity: 1;
    }
}