header.masthead {
    background-image: url(../images/eddi-header-birds.jpg);
    background-position: bottom;
}

.funding-header{
    font-size: 1rem;
    color: #6c757d;
    font-weight: 400;
}

.w-80{
    width: 80px;
}

.w-150{
    width: 150px;
}

.header-more{
    bottom:20px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 15px;
}

.filter-grayscale{
    filter: grayscale(100%);
}

.modal h2{
    font-size: 1.3rem;
    padding-top: 25px;
}

.modal h3{
    font-size: 1.2rem;
}

.modal h4{
    font-size: 1.1rem;
    font-style: italic;
}

.modal-title{
    font-size: 1.5rem!important;   
}

.modal-header{
    border-bottom: none!important;
}

.modal-footer{
    border-top: none!important;
}

.circle-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}