 /* TOWNStyle.css */  

body, html {
    height: 100%;
    margin: 0; 
    padding: 0;
}

 h1 {
    color: rgb(190,30,45);
    text-align: center;
    font-family: Majesti Banner Heavy;
    font-size: 45px;
}  
    
  h2 {
    color: rgb(190,30,45);
    text-align: center;
    font-family: Majesti Banner Heavy;
    font-size: 22px;
    font-style: italic;
}
 
button {
    text-align: center;
    font-family: athelas;
    font-size: 14px;
    letter-spacing: 1px;
}
    
.hero-imageindex {
  background-image: url("cover.jpg");
	width: 103%;
  height: 125%;
	background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-imageabout {
  background-image: url("earthenoven.jpg");
  	width: 103%;
	height: 125%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-imagemenu {
  background-image: url("xiaolongbaotrio.jpg");
  	width: 103%;
	height: 125%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-imageevents {
  background-image: url("chineselanterns.jpg");
  	width: 103%;
	height: 125%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-imagecontact {
  background-image: url("interior.jpg");
 	width: 103%;
	height: 125%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-transbox {
  display: block;
  width: 750px;
  position: relative;
  top: 100px;
  margin:auto;
 outline: rgb(138,140,143) solid 10px;
  padding: 40px; 
  background-color: white;
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 275px;
  left: 50%;
  transform: translate(-50%,-50%);
  color: rgb(190,30,45);
}
  .hero-p2 {
    color: rgb(65,57,61);
    text-align: left;
    font-family: athelas;
    font-size: 17px;
    font-style: normal;
	 line-height: 22px;
}
.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background-color: rgb(65,57,61);
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: rgb(138,140,143);
  color: white;
}
  
body img {
	margin-left:35px; 
	margin-top:25px; 
	padding-bottom:15px;
	width:400px
}

 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    top: 85px;
    right: 30px;
    position: absolute;
}

li {
    float: left;
}

li a {
    display: block;
    color: rgb(65,57,61);
    font-family: majesti banner;
    font-size: 18px;
    text-align: center;
    padding: 20px 18px;
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: rgb(65,57,61);
}
a:hover {
    color: rgb(190,30,45);  
}    
 li a.active {
    color: rgb(190,30,45);
   }

input[type=text], select, textarea {
    width: 50%;
    padding: 12px 20px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	  margin-top: 6px;
    margin-bottom: 16px;
	margin-left:260px;
}
label {
    display:block;
    margin-top:20px;
    margin-left: 260px;
	font-family: athelas;
	font-size: 16px;
    letter-spacing:1px;
}
input[type=submit] {
    width: 50%;
    background-color: rgb(190,30,45);
    color: white;
    padding: 14px 20px;
    margin-left: 260px;
	margin-bottom:20px;
	border:none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: rgb(138,140,143);
}

.footer {
    width: 100%;
    background-color:rgb(138,140,143);
    color: rgb(65,57,61);
    text-align: center;
    padding: 18px 18px;
}
a.footer {
    color: white;
    font-family: majesti banner;
    font-size: 12px;
    text-align: center;
	letter-spacing: 2px;
}
pfooter {
    color: white;
    font-family: majesti banner;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
}
a.footer:hover {
    color: rgb(190,30,45);  
}