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

body {
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url(../images/bkgd.webp);
}

h1 {
    font-size: 27px;
    text-align: center;
}

h2 {font-size: 22px;
}

h3 {font-size: 18px;
}


.navbar {
   
}
.nav {
    background-color: rgba(255,255,255,0.70);	
}
.header{
    background-image: url("../images/front.webp");
    background-size: cover;
	background-position: center center;
    border-bottom: 12px solid #3c2313;
    height: 350px;
}
#brown{
    background-color: #3C2313;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    color: #FFFFFF;
}
.footer {
    background-color: #d08238;
    color: #000000;
    border-top: 15px solid #3c2313;
    margin-top: 25px;
    padding-top: 15px;
}

.footer a{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

