body {
    color: #555;
    font-size: 12px;
    font-weight: 200;
    background-color: white;
}

.wrapper {
    background-color: brown;
    height: auto;
    padding: 15px;
    margin-top: 7px;
    border-radius: 10px 10px 0px 0px;
}

#headerImg1 {
   /* width: 500px;*/
    padding: 20px 0px 0px 0px;
}

#headerImg2 {
    /*width: 400px;*/
    height:135px;
    float: right;
}


.bodycontent {
    margin-top: 5px;
    background-color: brown;
    height: auto;
}

.tagname {
    background-image: linear-gradient(to right, #007eff, #7bdaff);
    color: #fff;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    padding: 6px 0px 0px 36px;
}

.footer {
    height: auto;
    background-color: brown;
    color:white;
}

#textcenter {
    text-align: center;
}

#contactus p {
    font-size: 15px;
    color: white;
    font-weight: 600;
}

.contents {
    padding: 15px;
}

.fieldset1 {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 20px;
    height: 390px;
}

.fieldset2 {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 20px;
    height: 390px;
}

.fieldset3 {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-top: 20px;
}

.legend {
    /* margin-bottom: 10px; */
    border-bottom: 0;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff 0%, #fa392f 100%);
    color: #000;
    /* padding: 3px 10px; */
    font-size: 14px;
    width: auto;
    border-radius: 3px 3px 0px 0px;
    font-weight: 700;
    /* letter-spacing: 1px; */
}




.img-fluid {
    width: 100%;
    height: 270px;
}

.carousel {
    margin-top: 20px;
}

.ministerpic {
    text-align: center;
    margin-top: 37px;
    margin-left: 0px;
    background-color: brown;
    padding: 0px 0px 0px 0px;
    color: black;
}

    .ministerpic h5 {
        font-size: 14px;
    }

    .ministerpic h6 {
        font-size: 11.6px;
    }

.piccontent {
    padding-bottom: 14px;
}

.fieldset3 li {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 10px;
}

.fieldset1 li {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}

#contactus {
    float: right;
    text-align: right;
    padding: 0px 13px 0px 0px;
}

    #contactus p {
        margin-bottom: 13px;
    }

#myFooter {
    background-color: #c88c19;
    color: white;
    font-weight: 400;
    border-radius: 0px 0px 10px 10px;
}

    #myFooter .footer-copyright {
        padding-top: 3px;
        padding-bottom: 0px;
        text-align: center;
    }

.btnlogin {
    float: right;
    margin-top: 10px;
}


.pic1 {
    padding: 30px 0px 0px 12px;
}

.footerImg img {
    width: 240px;
}

/* media query */
@media only screen and (max-width: 420px) {
    #headerImg1 {
        width: 357px;
    }

    #headerImg2 {
        display: none;
    }

    .btnlogin {
        margin-right: 20px;
        font-size: 10px;
    }

    #imgcls {
        display: none;
    }

    .fieldset1 {
        height: auto;
    }

    .fieldset2 {
        height: auto;
    }

    .ministerpic {
        margin-left: 0px;
    }

    #contactus {
        text-align: center;
        padding: 0px;
        float: none;
    }

    .footerImg {
        padding: 14px 0px 0px 75px;
    }

        .footerImg img {
            width: 225px;
        }
}

@media only screen and (max-width:375px) {
    #headerImg1 {
        width: 260px;
    }

    .footerImg {
        padding: 14px 0px 0px 70px;
    }

        .footerImg img {
            width: 138px;
        }
}
