.donate-btn {
    position: relative;
    line-height: 16px;
    padding: 12px 32px;
    text-align: center;
    display: inline-block;
    
    margin: 8px 0;
    border-radius: 4px;
    background-color: #FC1870;
    color: white;
    cursor: pointer;
    
}

.involved-btn {
    position: relative;
    line-height: 16px;
    padding: 12px 32px;
    text-align: center;
    display: inline-block;
    
    margin: 8px 0;
    border-radius: 4px;
    background-color: #0AA35E;
    color: white;
    cursor: pointer;
    
}

.bckgrnd-wrap {
}

@media screen and (min-width: 1279px) {
    .fixed-donate-btn {
        display: none;
    }
}

@media screen and (max-width: 1278px) {
    .fixed-donate-btn {
        width: 100%;
        top: 0px;
        position: fixed;
        text-align: center;
        padding: 15px 75px;
        background-color: #FC1870;
        box-shadow: 0px 1px 3px #111;
        
        z-index: 3;
    }
    
    .full-span-donate {
        text-decoration: none;
        color: white;
    }
}

@media screen and (max-width: 767px) {
    .fixed-donate-btn {
        width: 100%;
        top: 61px;
        position: fixed;
        text-align: center;
        padding: 15px 0;
        background-color: #FC1870;
        box-shadow: 0px 1px 3px #111;
        
        z-index: 3;
    }
    
    .full-span-donate {
        text-decoration: none;
        color: white;
    }
}


