 /* MY CODE */
@font-face {
font-family: Majestic-Banner-Bold;
src: url("Majesti-Banner-Bold.otf");
}

@font-face {
            font-family: Majestic-Banner-Medium;
            src: url("Majesti-Banner-Bold.otf");
            }
@font-face {
            font-family: Majestic-Banner-Light;
            src: url("Majesti-Banner-Light.otf");
            }
    

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

   body {
	margin: 4% 10%;
	background-image: url(images/townback3.JPG);
	background-repeat:repeat;
	background-size:100%;
	background-position:top;
       

}
    #container{
            background-color: white;
       
            
        }
header{
    
    height: 225px;
}


      

nav {
	margin: 0px;
	width:auto;
	line-height: 40px;
}
nav ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	background-color: #be1e2d;
	text-align:center;
}
nav li {
	display: inline;
	
	font-family: Majestic-Banner-Bold;
	line-height: 40px;
	letter-spacing: 2px;
}
nav a {
	text-decoration:none;
	color: white;
	padding: 18px 20px;
}
nav a:hover {
	text-decoration: underline;
	color: white;
}
nav a.active:link, a.active:visited {
	color: white;
	
	text-decoration: underline;
}




 a{
            color:gray;
        }
        
        #copyright{
            text-align: center;
            padding-bottom: 20px;
            font-family: Majestic-Banner-Light;
        }
        
        p{
            text-align:center;
        }


header{
    
    background-color: white;
}

footer{
     background-color: white;
    
}
.headerimage p{
    text-align: center;
            
    }


  h1 {
        color: #41393d;
        font-family: Majestic-Banner-Bold;
        font-size: 36px;
        text-align: center;
        margin-top: 1px;
    }

h2 {
    color: #41393d;
        font-family: Majestic-Banner-Bold;
        font-size: 150%;
        text-align: center;
        margin-top: 1px;
}
h3 {
    color: #41393d;
        font-family: Majestic-Banner-Bold;
        font-size: 150%;
        text-align: left;
        margin-top: 1px;
}

.clearfix {
	overflow: auto;
	border: 2px;
}

#hours{
    color:#be1e2d;
    font-size: 18px;
    font-family: Majestic-Banner-Light;
}
    