﻿body {
    font-family:  'PT Sans Narrow', sans-serif !important;
    color: #4f4f4f;
    background-color: #fff;
    line-height: 1.6;
    background-image:url(/Content/img/llibg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

h1, h2, h3 {
    font-weight: 600;
    color: #ed5176;
}

p {
    font-size: 18px;
    margin-top: 20px;
    color: #4f4f4f;
}

.givingform {
    background-color: rgba(255,255,255,1);
    border: solid 2px #3d9be9;
    margin-top: 40px;
    padding: 50px;
}

.givingform2 {
    background-color: rgba(255,255,255,1);
    border: solid 2px #3d9be9;
    margin-top: 40px;
    padding: 20px;
}

.headwrap {
    background-color: #3d9be9;
    padding: 5px;
    text-align:center;
}

    .headwrap img {
      margin:auto;
        max-width: 95%;
        max-height: 100%;
        margin-top: 14px;
        margin-bottom: 14px;
    }

.cd-form {
    width: 100% !important;
}

.cd-button-disabled {
    background-color: #eee;
}

#main-wrapper {
    padding: 0 0 260px !important;
}

footer {
    background-color: #252e4a;
    margin-top: 60px;
    height: 360px !important;
    color: #fff;
}

    footer p {
        font-size: 18px;
        color: #fff;
    }

    footer img {
        max-height: 40px;
        max-width: 100%;
    }

.list-inline li {
    margin-left: 10px;
    margin-right: 10px;
}

.list-inline {
    margin: 0;
    padding: 0;
}

.footer-content {
    margin-top: 30px;
}

    .footer-content a {
        display: inline-block;
        margin-top: 20px;
        color: #fff;
    }




@media only screen and (max-width : 767px) {
    

    .headwrap img {
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }


    .cd-form {
        min-width: 150px !important;
    }

    .givingform {
        margin-left: 2px;
        margin-right: 2px;
        padding: 10px;
        border: solid 1px #efaf35;
    }

    h2 {
        margin-top: 25px !important;
    }


    p {
        font-size: 13px;
    }

    #main-wrapper {
        padding: 0 0 320px !important;
    }

    footer {
        margin-top: 40px;
        height: 280px !important;
    }
}
