@charset "utf-8";
/* CSS Document */

body {
 	color: #000000;
}
a {
    color: #276E00;
    
}
h1 {font-size: 35px;
	color: #000000;
}
h2 {font-size: 25px;
}
h3 {font-size: 25px;
}

.navbar {
    background-color: rgba(0,0,0,0.40);
}

.header{
    border-bottom: 12px solid #276E00;
	   background-repeat: repeat;
    background-image: url(../images/bkgd.webp);
}
.header-tag{
    color: #276E00;
}

.footer {
    background-color: #276E00;
    color: #FFFFFF;
    border-top: 10px solid #92FF02;
    background-image: url(../images/footer.webp);
    background-size: cover;
    margin-top: 25px;
    padding-top: 15px;
}

.footer a{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
.topbar {
    background-color: #276E00;
    color: #ffffff;
    text-align: right;
}
.topbar a {
	color: #ffffff;
}
.woodbar {
    background-repeat: repeat;
    background-image: url(../images/bkgd.webp);
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 10px;
	border-top: 6px solid #276E00;
	border-bottom: 6px solid #276E00;
}