/*
    PSET Platinum Standard Election Tech

    color: #20a0da; blue;
    color: ##99d0e5; pale blue
    color: #383737; dark gray
    color: gray;
    color: lightgray; #d3d3d3;
    color: #cccccc; platinum/lightgray/20%;
    color: orange; #;
    color: whitesmoke; #;

*/

body
{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 125%;
    background-color: lightgray;
    font-family: Arial, sans-serif;
    color: #323232;
}

div, img
{
    box-sizing: border-box;
}

input, select, textarea
{
    height: 1.5em;
    width: 360px;
    margin-top: 4px;
    background-color: whitesmoke;
    border-radius: 6px;
    font-size: initial;
    border: 1px solid orange;
}

h1
{
    font-size: 2em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h2
{
    font-size: 1.125em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h3
{
    font-size: 1.5em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

a
{
    color: #20a0da;
}

.noStyleLink
{
    text-decoration: none;
}

.blueFont
{
    color: #20a0da;
}

li::after
{
    content: "";
    clear: both;
    display: table;
}

.listImage
{
    float: right;
    height: 110px;
    padding-left: 8px;
}

.button
{
    width: fit-content;
    height: auto;
    padding: 4px 10px;
    border: 1px solid #505050;
    border-radius: 8px;
    background:  linear-gradient(180deg, gold, orange);
    cursor: pointer;
    color: #323232;
}

.centerButton
{
    margin: 24px auto;
}

.leftButton
{
    margin: 12px 8px 12px 0;
    display: inline-block;
}

.header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 5px 4% 5px 4%;
    background-color: #383737;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: lightgray;

}

.logoContainer
{
    height: 70px;
    margin: 3px;
}

.logoImage
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainPage
{
    width: 100%;
    margin: auto;
    padding: 0;
}

.mainPage::after
{
    content: "";
    clear: both;
    display: table;
}

.landingPage
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-top: 2px solid #20a0da;
}

.pitchContent
{
    width: 50%;
    padding: 3%;
}

.formBoxContainer
{
    width: 50%;
    margin: auto;
    padding: 5%;
}

.formBox
{
    padding: 3%;
    color: #323232;
    text-align: center;
    border-radius: 20px;
    box-shadow: #000000cf 0px 0px 20px;
    background-color: lightgray;
}

.pageTitle, .countyTitle
{
    width: 100%;
    margin: 0;
    padding: 12px 4%;
    background-color: #383737;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #cccccc;
    border-top: 2px solid #20a0da;
    box-shadow: #000000cf 0px -3px 20px;
}

.mainContent
{
    padding: 4%;
}


.footer
{
    width: 100%;
    padding: 25px 4%;
    background-color: #383737;
    text-align: center;
    color: #cccccc;
    font-size: 15px;
}

/*
 * style supplement
 *
 *
 *
 */


body
{
    color: lightgray;
    background-color: #383737;
}

.pageTitle
{
    text-align: center;
}
