*{ padding: 0; margin: 0;}
#main{
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#top{
    max-width: 1300px;
    width: 100%;
    height: 150;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#bCnt{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #0095d9;
}
#footer{
    position: static;
    left: 0;
    bottom: 0;
    background-color: #2554a5;
    margin-top: 2em;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentCnt{
    display: flex;
    max-width: 1300px;
    width: 100%;
    flex-direction: column;
    font-family: sans-serif;
}
.contentCnt p{
    padding: 0em 0em 1em 0em;
    text-align: left;
    line-height: 1.5em;
    
}
h1{
    padding: 1em 0em;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.55em;
    text-align: left;
}
.cWhite{
    color: #fff;
}
.cDark{
    color: #2554a5;
}
.regionBtn{
    display: flex;
    border-color: #2554a5;
    border-radius: 15px;
    padding: 0.75em 1em;
    color: #fff;
    background-color: #0095d9;
    margin: 0 10px;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.regionBtn:hover{
    cursor: pointer;
}
.regionBtn.active{
    background-color: #2554a5 !important;
}
#regionSelect{
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
}
.ppl{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.cand{
    display: flex;
    height: 200px;
    width: 140px;
    margin: 1em;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 140px;
}
.photo{
    width: 140px;
    height: 165px;
    display: flex;
    background-color: #cfcfcf;
}
.name{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}
.fRow{
    display: flex;
    flex-direction: row !important;
}
.cand:hover{
    cursor: pointer;
}