@charset "UTF-8";

/**
Styling for the TOWN website, by Heather LaPierre
**/

body {
     background-color: #101b1d;
     }
h1 {
     text-align: center; color: #ef4e22;
     }
h2 {
     text-align: center; color: #d7e4c2;
     }
p {
     color:#d7e4c2;
     }
footer {
     text-align: center;
     }
a   {
    color:#ef4e22;
    }
ul {
    list-style-type: none;
    margin: 0px;
    }
li  {
	padding-top: 20px;
    }
nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    }
nav table   {
            display: inline-table;
			justify-content:center;
			table-layout: auto;
            background-color: #101b1d;
            }
nav table td 	{
				width: 12%;
				text-align: center;
				font-size: 1.8rem;
				}
nav table td a  {
				text-decoration:none;
				}
nav table td a:hover    {
				        text-decoration:none;
				        color:#000000;
				        }
nav table td#logoimg:hover	{
				        width: 12%;
				        text-align: center;
				        background-color: #101b1d;
				        }
nav table td:hover 	{
				    width: 12%;
				    text-align: center;
				    font-size: 1.8rem;
				    background-color:#d7e4c2;
				    }
.header {
        background: url('../images/header.jpg') 0,0; 
        background-attachment: fixed; 
        background-size: cover; 
        height: 400px;
        }
#info   {
        display: inline-block; 
        height: auto;
        padding: 10px 35px 10px 35px;
        }
#more_info {
        display: inline-block; 
        height: auto;
        padding: 10px 35px 10px 35px;
        }             
.map	{
		text-align: center;
		}
.contactinfo p	{
				text-align: center;
				color: #d7e4c2;
				font-size: 2em;
				}
.pdf_menu 	{
			text-align: center;
			float:center;
			height: 700px;
			}
.footer   {
          display:inline-block;
          }
#pdf_menu p {
            text-align: center;
            }