﻿body {
}
/* Style added by Web Master */


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 0px;
    }

    .body-content {
        padding: 20px;
    }
}

.myGridStyle {
    border-collapse: collapse;
}

    .myGridStyle tr th {
        padding: 8px;
        color: white;
        background-color: black;
        border: 1px solid black;
        text-align: center;
    }


    .myGridStyle td {
        border: 1px solid black;
        padding: 8px;
        text-align: center;
    }

#footerRow {
    background-color: lightsteelblue;
    border-radius: 5px;
}

.footermenu {
    padding: 20px;
    text-align: center;
    list-style: none;
    display: inline-block;
    font-size: smaller;
    text-align: center;
}

    .footermenu li {
        padding: 4px;
        display: block;
        zoom: 1;
    }

.afoot {
    text-decoration: none;
    color: white;
}

    .afoot:hover {
        color: yellow;
    }

.About {
    width: auto;
    margin: 50px 100px 0 100px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.Ministries {
    color: darkorange;
}

.MyParishes {
    margin: auto;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
    text-decoration: none;
    background-color: paleturquoise;
    color: darkslateblue;
    border: solid 2px;
    border-color: gold;
    border-radius: 10px;
}

    .MyParishes:hover {
        color: gold;
    }

.BishopImage {
    padding: 20px;
    border-style: solid;
    border-width: thin;
    border-color: gold;
    border-radius: 10px;
}

.txtSearch {
    height: 50px;
    width: 250px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    border-radius: 5px;
}

.btnSearch {
    margin-top: 10px;
    height: 50px;
    width: 200px;
    border-radius: 5px;
    font-size: large;
    color: black;
}


/*CSS for Family Details Page*/
.lbl-main {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    color: blue;
    font-weight: 400;
}

.lbl-value {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    color: black;
}

.lbl-value-bold {
    font-weight: bold;
}

.lbl-value-add {
    color: firebrick;
}

.lbl-td {
    padding-left: 20px;
}

.familyImage {
    height: 150px;
    width: 150px;
}
/*Vicar's Page*/
.p-Vicar {
    padding: 5px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
}

.VicarImage {
    height: 50%;
    width: 50%;
    display: inline-block;
    padding: 10px;
}

@media screen and (max-width: 500px) {
    .p-Vicar {
        margin: 10% 0 50% 100px;
        padding: 5px;
        font-weight: 500;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: medium;
    }

    .VicarImage {
        height: 50%;
        width: 50%;
        padding: 5px;
        display: inline-block;
    }

    #footerRow {
        background-color: lightsteelblue;
        border-radius: 5px;
        padding: 5px;
    }

    .footermenu {
        padding: 20px;
        text-align: center;
        list-style: none;
        display: inline-table;
        font-size: smaller;
        color: black;
    }

        .footermenu li {
            padding: 4px;
            display: block;
            zoom: 1;
        }

    .afoot {
        text-decoration: none;
        color: gold;
    }

        .afoot:hover {
            color: yellow;
        }
}

.pict {
    width: 200px;
    height: 100px;
}

.pict-map {
    width: 130px;
    height: 50px;
}

