body{
    margin: 0;
    color:#203309;
    background-color: #7EBB32;
    
}
h1, h2, h3 {
    margin: 0;
}
header{
    margin: 0 auto 20px;
    max-width: 800px;
    width: 100%;
    background-color: #addb76;
    text-align: center;
    border: 3px solid #46691C;
    border-radius: 0 0 12px 12px;
    border-top: 0;
}
main{
    border: 3px solid #46691c;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    background-color:#ECF7DF;
}

form{
    margin: 0 auto;
    max-width: 410px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;

}
h1{
    padding: 24px 0px;
}
h2{
    padding: 20px 0 0;
    margin-bottom: -10px;
    text-align: center;
    text-decoration: underline;
}

label{
    padding: 10px 0 5px;
    display: inline-block;
    font-size: 20px;
}

#inputBar
{
    width: 66px;
}
.col1
{
    box-sizing: border-box;
    width: 50%;
    padding-right: 25px;

}

.col2
{
    padding-left: 24px;
    box-sizing: border-box;
    width: 50%;
}
.fullWidth
{
    width: 100%;
}

.buttonStyle
{
    background-color:rgba(173,219,118, 0.4);
    border: 1px solid #46691c;
    border-radius: 6px;
    padding: 6px;
    color:#203309;
    margin: 0px 10px 5px 0;
}
.buttonStyle:hover
{
    background-color: rgba(173,219,118, 1);
}

.cbStyle
{
    margin: 7px 8px 0 0;
}
.sliderBar
{
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    height: 10px;
    width: 70%;
    border-radius: 5px;
    background: rgba(173,219,118,0.5);
}
.sliderBar:hover
{
    
    background: rgba(173,219,118,1);
}
.sliderBar::-webkit-slider-thumb
{
    -webkit-appearance: none;
    appearance: none;
    background: #7EBB32;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

select, input, textarea
{
    color:#203309;
}
input
{
    box-sizing: border-box;
}
textarea{
    max-width: 400px;
    max-height: 150px;
    min-width: 400px;
    min-height: 150px;
    box-sizing: border-box;
}

footer{
    background: #addb76;
    margin: 20px auto 0; 
    text-align: center;
    border: 3px solid #46691c;
    border-bottom:0;
    border-radius:  12px 12px 0 0;
    width: 100%;
    max-width: 800px;
}

/*  Colors
#ECF7DF

#addb76
 
#7EBB32

 
#46691C

 
#203309 */