.navbar {
    height: 75px;
}

.m-logo-retina {
    height: 45px;
}

.page-header, .m-footer {
    background-image: url("images/brushed_metal_texture.jpg");
}

.m-footer h4 {
    color: #fff;
}

.m-footer a {
    color: #000 !important;
}

#footer_social, #footer_utility {
    text-align: right;
}

#castingconnection, #icon_linkedin, #icon_facebook, #icon_twitter {
    display: inline-block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#castingconnection {
    background-image: url("images/icon_castingconnection.png");
}

#icon_linkedin {
    background-image: url("images/icon_linkedin.png");
}

#icon_facebook {
    background-image: url("images/icon_facebook.png");
}

#icon_twitter {
    background-image: url("images/icon_twitter.png");
}

div .DonationAmountCard{
    overflow-wrap:break-word;
}