/*
*  html5resetcss
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* end of css reset */

/* Ashe Grey: #BEC5AD, Sage: #A4B494, Sea Green: #519872, Feld Grau Green: #3B5249, Payne's Gray: #3E6680*/

body{
    background-color: #3E6680;
    border-style: double;
    border-color: #262626;
    border-width: 10px;
    border-radius: 5px;
}

.icon{
    margin: 10px;
    margin-left: 170px;
    color: black;
    font-size: 30px;
}
#main-menu{
    display: none;
    background-color: #BEC5AD;
}
#main-menu ul{
    width: 100%;
    padding: 5px 5px 5px;
    margin: auto;
}
#main-menu li{
    border-width: 2px;
    border-color: black;
    border-style: inset;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#main-menu a{
    text-decoration: none;
    color: #34252F;
    font-weight: bold;
}
.logo{
    width: 15%;
    padding: 5px;
    margin-left: auto;

}

.mainpic{
    width: 100%;
    padding-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

.location{
    width: 95%;
    padding: 5px;
    border-color: #3E6680;
    border-width: 4px;
    border-style: ridge;
}

.homeheader{
    text-align: left;
    display: flex;
    justify-content: space-between;
    background-color: #BEC5AD;
    font-style: italic;
    width: 100%;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.homeheader h1{
    text-align: center;
    font-size: 30px;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
/* Notice Information Section */
.noticestuff{
    background-color: #A4B494;
    border-radius: 15px;
    padding: 10px;
}
.noticestuff h1{
    color: red;
    font-style: italic;
    text-align: center;
    font-size: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.noticestuff h2{
    color: #262626;
    text-align: center;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.noticestuff p{
    color: black;

    background-color: #BEC5AD;

    border-color: black;
    border-width: 2px;
    border-style: inset;
    border-radius: 10px;

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 19px;
    text-align: center;

    box-shadow: 5px 5px 10px #34252F;

    padding: 5px;

}

.noticestuff h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
}


/* End of Notice */

.welcomestatement{
    font-size:  23px;
    background-color: #3E6680;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 5px 10px;
    text-align: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
} 
box{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.announcementsandnotice{
    background-color: #3E6680;
    padding: 5px;
}

/* About us Article */

.aboutusarticle{
    background-color: #BEC5AD;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 30px;
    margin: 10px 10px 10px;
    border-radius: 10px;
    font-size: 20px;

    box-shadow: 5px 5px 10px #34252F;
}
.aboutusarticle h2{
    background-color: #BEC5AD;
    font-size: 20px;
    color: #262626;
    text-align: center;
    box-shadow:5px 5px 10px #262626;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 10px 20px 10px;
    padding: 5px;
    border-radius: 10px;
}
.aboutusarticle h1{
    color: red;
    text-align: left;
    margin-left: 10px;
    text-decoration: underline;
}

.aboutusarticle p{
    display: flex;
    flex-direction: column;
    padding: 5px;
}

box p{
    display: flex;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    color: #262626;
    background-color: #A4B494;

    border-width: 2px;
    border-color: black;
    border-radius: 10px;
    border-style: solid;

    margin: 10px 10px 10px;
    padding: 10px;
}
/* About us Article end */

/* Rules article section */
.rulesarticle p{
    font-size: 19px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    color: #262626;
    background-color: #A4B494;

    border-width: 2px;
    border-color: black;
    border-radius: 10px;
    border-style: solid;

    margin: 10px 5px 10px;
    padding: 10px;
}

.rulesarticle{
    background-color: #BEC5AD;
    border-radius: 10px;
    padding: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    margin: 10px 10px 10px;
}


.rulesarticle h2{
    background-color: #BEC5AD;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 10px;
    padding: 5px;
    margin: auto;
    text-align: center;
    color: #262626;
    box-shadow: 5px 5px 10px #262626;
}

/* End of rules article section */

/* Footer */
footer{
    color: white;
    font-size: 15px;
    padding: 5px;
    background-color: #A4B494;
    text-align: center;
}


/* Contact form */

/* IT GOES TO ERICKSON */
form{
    margin: 10px 10px 10px;
    color: black;
    background-color: #A4B494;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 3px;
    border-color: #3E6680;
    border-style: ridge;
    border-width: 3px;
    border-radius: 10px;
    text-align: center;
}

form h1{
    text-align: center;
    padding: 5px;

}

form input{
    border-radius: 5px;
}

.submitbutton{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    background-color: #3E6680;
    border-color: #BEC5AD;
    border-style: ridge;
    border-width: 2px;
}

/* contact form end */
.location1{
    background-color: #A4B494;
    margin: 10px 10px 10px;
    border-radius: 10px;
    color: #000;
    padding: 5px;
}

.location1 p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 5px;
    font-size: 20px;
}
.location1 h1{
    color: #34252F;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 22px;
    text-decoration: underline;
    padding: 5px;
}

.siteplan{
    padding: 10px;
    color: black;
    background-color: #A4B494;
    border-radius: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.siteplan h2{
    color: red;
    text-decoration: underline;
    font-size: 19px;
}
.siteplan img{
    width: 100%;
    border-radius: 10px;
}

.eventschedule{
    background-color: #A4B494;
    border-radius: 10px;
    padding: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 10px 5px 10px;
}

.eventschedule h1{
    text-align: center;
    text-decoration: underline;
    font-style: italic;
    color: red;
    font-size: 20px;
}
.eventschedule h2{
    padding: 5px;
}

.categories{
    background-color: #A4B494;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    margin: 10px 5px 10px;
}

.categories h1{
    color: red;
    text-decoration: underline;
    font-style: italic;
    font-size: 20px;
}

.categories h2{
    text-decoration: underline;
    font-style: italic;
    font-size: 19px;
}

.categories li{
    font-style: italic;
    font-size: 18px;
}

.categories h3{
    color: red;
    font-style: italic;
    font-size: 15px;
}

.scoringcriteria{
    background-color: #A4B494;
    padding: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 10px;
    margin: 10px 5px 10px;
}
.scoringcriteria h3{
    text-align: left;
    padding: 5px;
}
.scoringcriteria li{
    padding: 2px;
    font-style: italic;
    font-weight: bold;
}

.scoringcriteria p{
    font-style: italic;
    text-decoration: underline;
    padding: 5px;
}

.scoringcriteria h3{
    font-size: 18px;
    padding: 5px;
    color: red;
    text-decoration: underline;
}
.scoringcriteria h1{
    color: red;
    text-align: center;
}

.peopleschoice{
    padding: 5px;
}

.peopleschoice p{
    padding: 5px;
    font-size: 18px;
}

.charityinfo{
    background-color: #A4B494;
    padding: 5px;
    border-radius: 10px;
    margin: 10px 5px 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.thankyou{
    background-color: #A4B494;
    padding: 5px;
    margin: 10px 5px 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 10px;
}
/* end */
