/*This changes the font of the text throughout the body  */
body

{
    
    font-family: athelas, serif;
    font-style: normal;
    font-weight: 700;
   
}


/* class for image placement and size  */
.image_align
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: auto;
    padding: 15px;
    
}
.image_gallery
{
    
    width: 520px;
    height: auto;
    padding: 100px;
    margin-left: auto;
    margin-right: auto;
}




/*class for logo image, placement, size and position*/
.town_logo
{
    
    
    background-position: left;
    background-repeat: no-repeat;
    background-size:auto;
   
    position: relative;
    padding: 10px;
   
}

/*class used for position of navigation bar*/
.container
{
    position:absolute;
    width: 100%;
    transform: translate(-1%,-130%);
    
}

/* class for position of links on navigation bar */
.topnav a
{
    
    float: right;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover
{
    background-color:#ddd;
    color: black;
}


hr
{
    display: block;
   
    border: 1px inset;
    overflow: hidden;
}

hr
{
    opacity: 0.9;
    width: 80%;
    height: 5px;
    border: 0 none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    margin-bottom: 90px;
    background-color: white;
}

.mission_align
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 50px;
	width: 200;
	height: 200;
	
}

