body{
    /* background-color: #435C5F; */
    background-color: #f5f3f4;
    padding: none;
    margin: 0;
}
h1{
    font-family: 'Lalezar', cursive;
    text-decoration: none !important;
    color: #6db323;
}
header{
    color: #6db323;
    grid-row: 1/2;
    grid-column: 1/9;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-left: 8px;
}
nav{
    width: 70%;
} 
#topthing{
    grid-row: 2/3;
    grid-column: 1/9;
    justify-content: center;
}
#topthingbar{
    background-color: #f5f3f4;
    grid-row: 2/3;
    grid-column: 1/9;
}
li{
    display: block;
    /* width: 100%; */
}
nav a:hover{
    color: #F4FAF8;
}
nav a{
    color: #6db323;
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Lalezar', cursive;
    font-size: 1rem;
    /* padding: 1rem 1rem; */
}
nav ul{
    list-style: none;
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-evenly;
}
#wrapper{
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
    width: 100%;
}
section{
    color: #6db323;
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
}
#box1{
    grid-row: 3/4;
    grid-column: 2/8;
}
section div{
    width: 100%;
}
#box2{
    grid-row: 4/5;
    grid-column: 2/8;
}
#box3{
    grid-row: 5/6;
    grid-column: 2/8;
}
.lorum1{
    font-family: 'Lalezar', cursive;
    text-align: center;
}
.lorum2{
    text-align: center;
    padding-left: 8px;
    font-size: 20px;
}
.welcome{
    text-align: center;
}
#topbar{
    background-color: #010101;
    grid-row: 1/2;
    grid-column: 1/9;
}
footer{
    font-style: italic;
    text-align: center;
    padding: 1em;
    grid-area: 6/1/7/9;
    /* color: #84a769; */
    color: #6db323;
    background-color: #010101;
}
footer a{
    color: #551a8b;
}
main{
    /* padding-left: 2em;
    padding-right: 2em; */
    display:block;
    /* background-color: #FFFFFF; */
    /* padding:1px 2em; */
    grid-area: 4/2/5/8;
}
main h2, main h3, main p{
    font-family: 'Lalezar', cursive;
    text-decoration: none !important;
    color: #6db323;
    text-align: center;
}
main p{
    font-style: italic;
}
#imagething{
    width: 100%;
    height: auto;
}
form{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 200px 1fr;
    gap: 0.75rem;
    width: 100%;
    color: #6db323;
    font-family: 'Lalezar', cursive;
    text-decoration: none !important;
    padding-left: 8px;
}
#mySubmit{
    width: 10rem;
    grid-column: 2/3;
}
#respond {
    margin-top: 40px;
  }
#respond input, textarea {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.4em;
  }
#SubMain input{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height: 1.4em;
}
@media only screen and (max-width: 1000px){
    .lorum1{
        padding-left: 8px;
    }
    .lorum2{
        padding-right: 8px;
    }
}
@media only screen and (max-width: 500px){
    nav ul{
        list-style: none;
        display: flex;
        flex-flow: nowrap column;
        justify-content: space-evenly;
    }
    section{
        list-style: none;
        display: flex;
        flex-flow: nowrap column;
        justify-content: center;
        width: 100%;
    }
    section p{
        text-align: center;
    }
    #box2{
        flex-direction: column-reverse;
    }
    .lorum1{
        padding: 0;
    }
    .lorum2{
        padding: 0;
    }
    form{
        display: flex;
        flex-direction: column;
    }
}
#Main1{
    font-family: 'Lalezar', cursive;
    margin: 0;
    max-width: 1000px;
    padding: 20px;
    
}
* {
    box-sizing: border-box;
}
.heading {
    font-size: 25px;
    margin-right: 25px;
    color: #6db323;
}
.fa {
    font-size: 25px;
}
.checked {
    color: orange;
  }
.side {
    float: left;
    width: 15%;
    margin-top:10px;
    color: #6db323;
}
.middle {
    margin-top:10px;
    float: left;
    width: 70%;
  }
.right {
    text-align: right;
  }
.row:after {
    content: "";
    display: table;
    clear: both;
}
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}
.bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}
@media (max-width: 400px) {
    .side, .middle {
      width: 100%;
    }
    .right {
      display: none;
    }
}