.pledge-icon img {
    width: calc(100% * 2 / 3);
}

.page-title-bottom-border {
    display: none;
}

.page-title {
    background-position: center;
}

.panel.row {
    background: none;
    box-shadow: none;
}

.block-content {
    box-shadow: 0 11px 8px -6px rgba(0,0,0,0.3) inset, 0 -11px 8px -6px rgba(0,0,0,.3) inset
}

#footer-nav {
    border-top: none;
}

.custom-page-title {
    text-transform: uppercase;
    color: white;
    font-weight: 900;
    text-shadow: 4px 4px 10px rgba(0,0,0,.7);
}

@media screen and (min-width: 1200px) {
    .custom-page-title {
        font-size: 4em;
    }
}

@media screen and (max-width: 700px) {
    .custom-page-title {
        font-size: 2em;
    }
}

.pledge-btn a {
    background: #ffffff !important;
    color: #00594c !important;
}

.pledge-btn a:hover {
    background: #ffffff !important;
    opacity: .8;
}