img
{
    border-radius: 8px; 
    box-shadow: 2px 2px 5px #aaa;
     max-width: 100%; 
     height: auto; 
   }

h1 {
  text-align: center;
  margin-top: 8vw;
  text-transform: uppercase;
  font-weight: normal;
  color: pink;
  letter-spacing: 2vw;
  line-height: 1.4;
  font-size: 10vw; 
  font-family: "Special Gothic Expanded One";
  padding: 20px 40px;
  

}

nav {
   padding:10px 30px 90px 30px; 
   margin: 0px 0px;
   background-color: pink;
   text-align; 
   position: absolute;
   top: 50%;
}


nav a {
   color: #234;
   text-decoration: none; 
   font-size: 16pt;
   display: inline-block;
   padding: 10px 12px;
   margin: 6px;
   font-family: "Special Gothic Expanded One";
   border-radius: 6px;
}

nav a:hover {
   color: #fff;
   background-color: #234;
}

.hometown footer {
   background-color: white;
   width: 1000px;
   text-align: center;
   font-family: verdana;
   margin-left: 450px;
   padding: 10px 20px; 
   border-radius: 8px;
   border-width: 1100px;
}

