*,*:before,*:after{
	box-sizing: border-box;
}
body {
    
    padding-bottom: 20px;
    background-color: #2F2F2F;
}



#container {
    width: 1100px;
    margin: 0px auto;
    background-color: #937035;
}
.borderimgL {
    float: left;
    clear: left;
    margin-top: 10px;
    width: 55px;
    height: auto;
}
.borderimgR {
    float: right;
    clear: right;
    margin-top: 10px;
    height: auto;
    width: 55px;
}

.sectionborderR {
    float: right;
    clear: right;
    height: auto;
    width: 45px;
}
.secionborderL {
    float: left;
    clear: left;
    width: 45px;
    height: auto;
}





header {
    background-color: #937035;
    padding-top: 30px;

}
header h1 {
    margin-left: 20px;
    font-size: 50px;
    margin-top: 0px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    letter-spacing: 5px;
    color: #E1BE44;
    font-weight: normal;

}

header nav ul {
    list-style-type: none;
    text-align: center;
    background-color: #F9F3BD;
}
header nav ul li {
    margin-right: 50px;
    margin-top: 10px;
    display: inline;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
header nav ul a:link , header nav ul a:visited{
    color: #471F0A;
    text-decoration: none;
}
header nav ul a:hover,header nav ul a:active {
    color: #E81A1E;
	text-decoration: none;
}


main {
    background-color: #639364;
    padding-bottom: 60px;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 20px;
}

.largeimg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.mainheadline {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #311507;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.mainp {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F9F3BD;
    line-height: 1.5rem;
    padding-right: 5px;
    padding-left: 5px;
    color: #311507;
    font-size: 15px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;


}
section {
    border-top: 2px solid #471F0A;
    margin-top: 100px;
    padding-bottom: 0px;
    padding-top: 50px;
}
section h1 {
    text-align: center;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    color: #311507;
}

.imggroups {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}
.centerimg {
    margin-left: 100px;
    margin-right: 100px;
    width: 100px;
    height: 100px;
}

.outerimg {
    width: 100px;
    height: 100px;
}

.footerimggroup {
    margin-left: auto;
    margin-right: auto;
    width: 115px;
}
.socialmedia {
    margin-right: 5px;
    margin-left: 5px;
    width: 25px;
    height: 25px;
}



.topicpara {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5rem;
    margin-top: 45px;
    padding-left: 5px;
    background-color: #F9F3BD;
    color: #311507;
    font-size: 15px;
    padding-right: 5px;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
footer {
    background-color: #C1AD3F;
    padding-bottom: 10px;
    border-bottom: 20px solid #937035;
    padding-top: 5px;
    border-top: 20px solid #937035;
}




footer h2 {
    text-align: center;
    padding-top: 10px;
    color: #311507;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
footer ul {
    list-style-type: none;
    text-align: center;
    margin-top: -10px;
    padding-left: 0px;
}


footer ul li {
    display: list-item;
    color: #311507;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    
  
}
footer h3  {
    text-align: center;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
footer h3 a:link, footer h3 a:visited {
    color: #311507;
    text-decoration: none;
}
footer h3 a:hover, footer h3 a:active {
    color: #E92C2F;
}
