body {
    background-color: lightgray;
    color: black;
    font-size: 200%;
    min-height: 100%;
    text-align: center;
	margin: 0;
	padding: 0;
}

footer {
	width: 100%;
	font-size: 50%;
	text-align: left;
	color: black;
    bottom: 0;
    position: absolute;
}

a:link {
    color: black;
    text-align: center;
    padding-right: 50px;
    position: static;
}

a:hover {
    font-weight: bold;
}

a:visited {
    color: darkred;
}

.navbar {
    overflow: hidden;
    background-color: darkred;
    text-align: center;
}

.navbar a {
	color: white;
    text-decoration: none;
    font-family:Majesti Banner Bold;
}

.dropdown {
    overflow: hidden;
}

.dropdown .dropbtn { 
    border: none;
    color: white;
    background-color: inherit;
    font-size: 100%;
	position: static;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	font-weight: normal;
	position: relative;
	text-decoration: underline;
}

.dropdown-content {
    display: none;
    position: static;
    background-color: ghostwhite;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.dropdown-content a:hover {
    background-color: gainsboro;
}

.dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
	margin-left: 42%;
    z-index: 1;
}

img{
	width: 300px;
	height: auto;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    position: relative;
    display: inline-block;
}
    
.TownLogo{
    width: auto;
	height: auto;
}

.TownLogo:hover{
	transform: scale(1);
}

.container {
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	max-width: 1200px;
	overflow: hidden;
}

.first{
	position: relative;
}

.second{
	position: relative;
}

.third{
	position: relative;
}

.imagefirst {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.imagesecond {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.imageThird {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middlefirst {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-60%, -70%);
	text-align: center;
}

.middlesecond {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.middleThird {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.first:hover .imagefirst {
  	opacity: 0.5;
	transform: scale(1.1);
}

.second:hover .imagesecond {
  	opacity: 0.5;
	transform: scale(1.1);
}

.third:hover .imageThird {
  	opacity: 0.5;
	transform: scale(1.1);
}

.first:hover .middlefirst {
  	opacity: 1;
}

.second:hover .middlesecond {
  	opacity: 1;
}

.third:hover .middleThird {
  	opacity: 1;
}

.textfirst {
  	background-color: darkred;
  	color: white;
  	font-size: 16px;
  	padding: 16px 32px;
}

.textsecond {
  	background-color: darkred;
  	color: white;
  	font-size: 16px;
  	padding: 16px 32px;
}

.textThird {
  	background-color: darkred;
  	color: white;
  	font-size: 16px;
  	padding: 16px 32px;
}

body.vision {
	background-image: url(images/Town12.png);
	color: white;
}

body.vision .container {
	max-width: 680px;
}

body.reservations {
	background-image: url("images/Town8V3.jpg");
}

body.menu {
    background-image: url(images/Town8V2.jpg);
    color: black;
	background-position: center;
	background-size: contain;
}

body.homepage {
    background-image: url(images/Town7.png);
    background-size: cover;
    background-repeat: no-repeat;
	color: white;
	font-size: 26px;
}

body.personal {
    background-image: url(images/Town8V3.jpg);
}

body.events{
    background-image: url(images/Town8V3.jpg);
}

body.contactUs{
    background-image: url(images/Town8V3.jpg);
    color: white;
}

@media all and (min-width: 768px) {
	.homepage .container > div {
		width: 33.3333%;
		float: left;
        height: auto;
	}
	.reservations .container > div {
		width: 50%;
		float: left;
	}
}

footer.menu{
    position: relative;
}

.homepage .container > div a, .reservations .container > div a {
	display: block;
	padding: 30px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 6px; 
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 12px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: darkred;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
}