 body {
      background-image: url("http://www.geocities.ws/iforgues365/gra310__town/images/home_background.png");
      background-repeat: repeat-x;
      background-position: center bottom;
      background-attachment: fixed;
	  background-color: maroon; 
	  text-align: center;} 
	 
	 #test {width: 50px}
  
	#maintext {
	  background-color: rgba(65, 57, 61, .9);
	  color: white;
	  font-size: 120%;
	  display: block;
	  text-align: justify;
	  margin: auto;
	  margin-top: 30px;
	  margin-bottom: 30px;
	  width: auto;
	  max-width: 1100px;
	  min-width: 400px;
	  min-height: 300px;
      border: 10px solid gray;
      padding: 25px;}
	  
	#features {
	  font-family: majesti banner ;
	  background-color: rgba(65, 57, 61, .9);
	  color: white;
	  font-size: 350%;
	  display: block;
	  margin: auto;
	  margin-top: 30px;
	  margin-bottom: 300px;
	  width: auto;
	  max-width: 1100px;
	  min-width: 400px;
	  min-height: 400px;
      border: 10px solid gray;
      padding: 25px;
	  padding-top: 10px;}
	
	#featureimg1 {
		margin: auto;
		margin-top:30px;
		max-width: 800px;
		min-width: 200px;}
	  
	#homepageimg1 {
		float: right;
		margin: 30px;
		margin-top: 0px;
		margin-right: 10px;
		width: 250px;}
		
	#homepageimg2 {
		float: right;
		margin: 30px;
		margin-top: 0px;
		margin-right: 10px;
		margin-left: 30px;
		width: 250px;}
	
    ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: rgb(190, 30, 45);}
        
	li {float: left;}
    li a {
      display: block;
      color: white;
      text-align: center;
      padding: 16px;
      text-decoration: none;}
      li a:hover {background-color: rgba(65, 57, 61);}
	
	#logo {
	  padding: 0px;
	  width: auto;
	  height: 170px;}
	  
	#logobackground {
	  padding:0px;
	  display: block;
	  width: auto;
	  height: 170px;
	  margin: auto;
	  color: white;
	  background-color: rgba(65, 57, 61);
	  border-style: double;
	  border-width: 6px;
	  border-color: rgba(215, 228, 194)} 
	  
	h1 {
	  color: rgb(138, 140, 143);
	  font-family: majesti banner ;
	  font-size: 300%;}	
	  
	  
  h2 {
	  text-align: center;
	  color: rgba(215, 228, 194);
	  margin: auto;
	  font-family: majesti banner ;
	  font-size: 250%;}	

  h3 {
	  text-align: center;
	  color: rgba(215, 228, 194);
	  margin: auto;
	  font-family: majesti banner ;
	  font-size: 200%;}	
	  
	  
 	  
 { box-sizing: border-box;
}

#contactustitle {
	  color: rgba(215, 228, 194);
	  font-family: majesti banner;
	  font-size: 300%;
	  margin: 30px;}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: rgba(190, 30, 45);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: rgb(240, 78, 35);
}

.container {
  color: rgba(215, 228, 194);
  border-radius: 15px;
  background-color: rgba(65, 57, 61, .9);
  padding: 20px;
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 72%;
  margin-top: 6px;
}

#contactusicon {
  float: left;
  width: 10%;
  margin-top: 6px;
}

#contactussubtitle {
  float: left;
  font-size: 200%;
  width: 25%;
  padding-top: 15px;
   padding-bottom: 15px;
}

#contactusfill {
  float: left;
  font-size: 150%;
  width: 65%;
  padding-top: 20px;
  padding-bottom: 20px;
}

#contactformheadline {
  font-family: majesti banner ;
  width: 100%;
  font-size: 300%;
  padding-top: 15px;
  padding-bottom: 15px}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 90%;
    margin-top: 0;
  }
}

#menubox {
	margin: auto;
margin-bottom: 500px;}

#menutitle {
	  color: rgba(190, 30, 45);
	  font-family: majesti banner;
	  font-size: 500%;
	  margin: 30px;}	
	 

table {
  border-collapse: collapse;
  border: 1px solid black;
}
#menu {
  font-family: "majesti banner";
  max-width: 900px;
  width: 50%;
  margin: auto;
}

#description {
font-family: "Times New Roman";
  color: white;
  font-size: 75%;} 


#menu td, #menu th {
  padding: 8px;
  text-align: left;
}

#menuprice {
color: rgba(215, 228, 194);}

#menu {background-color: rgba(65, 57, 61, .95);
margin-bottom: 30px;} 

#menu tr:hover {background-color: rgba(190, 30, 45);}

#menu th {
  font-size: 125%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgba(138, 140, 143);
  color: white;
}

#menupic {
	max-width: 900px;
  margin-bottom: 30px;
  width: 50%;}

#menupicbox {
	border: 10px solid gray;
  width: 400px;}


#meetthechefs {
  background-color: rgba(65, 57, 61, .9);
  color: white;
  font-size: 120%;
  display: block;
  text-align: justify;
  margin: auto;
  margin-bottom: 30px;
  width: auto;
  max-width: 1000px;
  min-width: 400px;
  min-height: 540px;
  border: 10px solid gray;
  padding: 25px;}

#chefimageli {
  float: left;
  margin: 30px;
  margin-top: 0px;
  margin-left: 10px;
  width: 400px;}
  
#chefimagejoseph {
  float: right;
  margin: 30px;
  margin-top: 0px;
  margin-right: 10px;
  width: 400px;}

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(65, 57, 61, .7);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container:hover .overlay {
  width: 100%;
}

.text {
  font-family: "majesti banner";
  white-space: nowrap; 
  color: rgba(215, 228, 194);
  font-size: 30px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* unvisited link */
a:link {
  color: rgba(215, 228, 194);
  text-decoration: none;
}

/* visited link */
a:visited {
  color: rgba(215, 228, 194);
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: rgb(240, 78, 35);
  text-decoration: none;
}

footer {
  color: white;
  position: fixed;
  bottom: 0;
  right: 0;
width: 100%;
  padding: 10px;
  height: 15px;
  background-color: rgb(240, 78, 35);
}