/*
Theme Name: NY Writers Coalition
Theme URI: https://nywriterscoalition.org/#
Description: NYW Child Theme
Version: 1.0.0
Author: DigitalChores.co
Author URI: https://nywriterscoalition.org/#
Template: donatics
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Homepage sub-heading */

.sub-title {
    width: 300px;
    max-width: 100%;
    height: 90px;
    background: no-repeat center center;
    background-image: url(http://newsite.nywriterscoalition.org/wp-content/uploads/2020/01/title-background.png);
}

/* page background image */
.body-bgg {
    background-image: url("https://i.pinimg.com/originals/ef/8b/2a/ef8b2ad40498aa24ca1467590710c507.jpg") !important;
    background-position: center;
    background-attachment: fixed; /*default is scroll*/
    background-size: 80px 60px;
    background-repeat: no-repeat;
}

/* donate button */
.donate-nyw a{
    background-color: #1e5aa3;
    border-radius: 5px;
    width: 120px;
    color: #ffffff !important;
    text-align: center;
    font-weight: bold;
    transition: all 250ms ease-in-out;
}

.donate-nyw a:hover{
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid #1e5aa3;
    width: 120px;
    text-align: center;
    color: #1e5aa3 !important;
    font-weight: bold;
    transition: all 250ms ease-in-out;
}

/* Footer*/
#footer #legal{
     background-color:#1e5aa3 !important;
     color: #ffffff;
}

#legal a{
    color: #f0ff00;
}