/* Larger viewports */
@media only screen and (min-width: 65rem) {
    #navigation li:first-child{
        display:none;
    }

	nav ul li a {
		padding: .6rem 1rem;
	}
	
    #navigation a{
		font-size: 20px;
	}

/* town informatons*/

#towns{
	flex-direction: row;

	}

#towns section{
	flex-direction:column;
	align-items: center;
}
#towns section:nth-child(odd){
	flex-direction: column;
}

#towns section p{
	width: 100%;
}

#towns section img{
	width: 100%;
	align-items: center;
}

}