﻿#waterResiliencyMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    /*border: 1px solid black;*/
}

/*#waterResiliencyWrapper {*/
    /*font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;*/
    /*font-family: Arial, Helvetica, sans-serif;
}*/

#waterResiliencyMenu img {
    width: 200px;
    height: 200px;
}

.wrImages {
    position: relative;
    display: inline-block;
    float: left;
    padding: 20px;
}

/* SECOND ROW ***************************************************************** */

#waterResiliencyMenu2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    /*border: 1px solid black;*/
}

#waterResiliencyMenu2 img {
    width: 200px;
    height: 200px;
}

.wrImages2 {
    position: relative;
    display: inline-block;
    float: left;
    padding: 20px;
}

/* THIRD ROW ***************************************************************** */

#waterResiliencyMenu3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    /*border: 1px solid black;*/
}

#waterResiliencyMenu3 img {
    width: 200px;
    height: 200px;
}

.wrImages3 {
    position: relative;
    display: inline-block;
    float: left;
    padding: 20px;
}


/* Three image containers (use 25% for four, and 50% for two, etc) */
/*.public_column {
    float: left;
    width: 50%;
    padding: 5px;
}*/

/* Clear floats after image containers */
/*.public_row::after {
    content: "";
    clear: both;
    display: table;
}*/

.fourImage {
    display: flex;
}

/* Create three equal columns that sits next to each other */
.columnfourImage {
    flex: 25%;
    padding: 5px;
}

/* Propsals Gridview Style*/
.proposalsGrid {
    width: 100%;
    font-family: Palatino, Georgia, serif;
    /*font-size:18px;*/
    /*   border: solid 2px black;
    min-width: 80%;*/
}

.proposalsGrid th {
    background-color: navy;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 15px;
}

.proposalsGrid td {
    font-size: 18px;
    text-align: left;
    padding: 5px;
}

/*.rowsproposalsGrid:hover {
    font-size: 18px;
    background-color: #ff8000;
    font-family: Arial;
    color: black;
    font-weight: bold;
    text-align: left;
}*/





/*ENDDDDDDDDDDDDDDDDDDDDD*/

