/* townstyle.css */  


/* Universal Assets - BG Image, Nav Bar, & Footer */

        body {
             background-image: url(GRA-310/images/wood_bg.jpg);
             background-size: 100%;
         }
		 
		 a:link{
			 color: #ffffff;
		 }
		 
		 a:visited{
			 color: #ffffff;
		 }

        .nav_bar {
            font-family: Minion Pro, sans-serif;
            font-size: 18px;
            background-color: #be1e2d;
            height: 84px;
            position: fixed;
            z-index: 10;
            top: 0;
            width: 100%;
            overflow: hidden;
            margin: 0px;

        }
            
        .nav_bar li {
            display: inline-block;
            vertical-align: middle;
            padding: 20px;
            padding-top: 0px;
                    
        }
            
        .nav_bar li a {
            text-decoration: none;
            color: white;
                
        }

        .footer {
	background-color: #be1e2d;
	height: 50px;
	margin-top: 25px;
	font-family: Minion Pro, sans-serif;
	font-size: 14px;
	color: white;
	align-self: baseline;
	padding-top: 10px;
	text-align: center;
	
		}
		

/* Homepage Images */
            
        img.featuredimage {
            width: 100%;
            height: auto;
            margin-top: 75px;
            
        }
        
        img.smallboxes  {
            width: 49.5%;
            align-content: center;
            display: inline-block;

        }
            
        #menubox    {
            text-align: center;
            
        }
            

/* About Us Page */

        #about_us   {
            font-family: Minion Pro, sans-serif;
            font-size: 16px;
            color: white;
            line-height: 30px;
            background-color: black;
            padding: 10px;
            text-align: left;
            padding-left: 35px;
            padding-right: 35px;
            
        }
            
        h1  {
            font-family: Majesti-Banner, serif;
            font-size: 30px;
            color: #be1e2d;
            text-align: left;
            font-weight: lighter; 
                
        }

/* Menu Page */

        #menu   {
            text-align: center;

        }

        .menuimage  {
            position: fixed;
            width: 100%;
            z-index: -1;
            margin-top: -40px;
        }

        h2  {
            color: white;
            background-color: #be1e2d;
            font-family: Majesti-Banner, serif;
            margin-top: 120px;
            font-size: 28px;
            text-align: center;
        }

        h3  {
            color: #be1e2d;
            font-size: 21px;
            font-family: Minion Pro, sans-serif;
            font-weight: bold;
            background-color: black;

        }

        p1  {
            color: white;
            line-height: 1.5;
            font-family: Minion Pro, sans-serif;
            font-size: 18px;
        }

/* Specials Page */

        .specialpromo {
            width: 75%;
            height: auto;
            margin: auto;
            display: block;
            margin-top: 15px;
        }

        #specialdetails  {
            color: white;
            font-size: 18px;
            font: Minion Pro, sans-serif;
            line-height: 1.5;
            display: block;
            text-align: center;
            width: 73%;
            margin: auto;
            padding: 10px;
            margin-top: 5px;
            background-color: black;
}

/* Contact Page */

        .contactform {
            margin-top: 100px;
            font-family: Minion Pro, sans-serif;
            font-size: 18px;
            color: white;
            border-radius: 5px;
            background-color: black;
            padding: 40px;
            padding-left: 100px;
            padding-right: 100px;
    
}

        input[type=text], select, textarea {
            width: 40%;
            padding: 12px;
            border: 1px solid #be1e2d;
            border-radius: 4px;
            box-sizing: border-box;
            margin-top: 0px;
            margin-bottom: 16px;
    
}

        button {
            background-color: #be1e2d;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
    
}

/* Sitemap Page */

        #sitemap{
            background-color: black;
            opacity: .8;
            padding: 20px;
            color: white;
            line-height: 2;
            font-size: 18px;
            margin-top: 50px;
        
}

        h4  {
            color: white;
            font-size: 24px;
            font: Minion Pro, sans-serif;
    
}
