body { 
    height: 100%;
    background: rgb(65, 57,61);
    max-width: 100%;
    margin: auto;
    font-family: Arial, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 22px;
    text-align: justify;

}

h1 {
    font-size: 45px;
    font-kerning: 20px;
    color: rgb(65, 57,61);
    text-align: left;

}
h2 {
    font-size: 38px;
    font-kerning: auto;
    color: rgb(215, 228, 194);
    text-align: center;

}
/* Hero image */
.hero-image {
    background-image: url("http://geocities.ws/danielhcote/GRA310/images/main/building_exterior.jpg");
    height: 1027px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}    
.hero-image::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #8a8c8f 90%);
    height: 725px;
    width: 100%;
    content: '';    
}

.about {
    background-image: url("http://geocities.ws/danielhcote/GRA310/images/food/cantonese.jpg");
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #8a8c8f 90%);
    height: 800px;
    width: 100%;
    content: '';

}
.chefs {
    background-image: url("http://geocities.ws/danielhcote/GRA310/images/chefs/chefs.jpg");
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;    
}
.chefs::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #8a8c8f 90%);
    height: 500px;
    width: 100%;
    content: '';

}

.specials {
    background-image: url("http://geocities.ws/danielhcote/GRA310/images/food/sishuan.jpg");
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;    
}
.specials::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #8a8c8f 90%);
    height: 500px;
    width: 100%;
    content: '';

}
.reviews {
    background-image: url("http://geocities.ws/danielhcote/GRA310/images/food/sushi.jpg");
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}
.reviews::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #8a8c8f 90%);
    height: 500px;
    width: 100%;
    content: '';

}

.contact {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    position: relative;
}
.contact::after {
    display: block;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #8a8c8f 90%);
    height: 700px;
    width: 100%;
    content: '';

}
/* Place navigation buttons in correct position over hero image */
.hero-nav {
    position: relative;
    top: 40px;
    
}
.hero-nav_contact {
    width: 50%; 
    float: right;

}
.logo_position {
    display: block;
    margin: auto;

}
.menu_main {
    -webkit-padding-start: 0px;
    background-color: #d7e4c2;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    margin-bottom: -18px;   
    position: relative;
    z-index: 1;
}

.menu_main a{            
    color: #000;
    padding: 22px 22px;
    text-align: left;
    text-decoration: none;
    float: left;
    font-family: AriaL, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;    
 
}
/* Change the link color to #111 (black) on hover */
.menu_main a:hover {
    background-color: rgb(190, 30,45);
    color: white;

}
.menu_main li a:active {
    background-color: #555;
    color: white;

}
/* Side navigation menu over hero image */ 
.menu_items {
    font-family: AriaL, sans-serif;
    font-size: 19px;

}
.menu_items li {            
    list-style-type: none;
    padding-bottom: 5px;

}
.menu_items li a {
    display: block;
    margin: 0;
    width: 200px;
    color: #000;
    padding: 15px 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: #d7e4c2;
    box-shadow: 5px 8px 16px 0px rgba(0,0,0,0.5);

}
/* Change the link color on hover */
.menu_items li a:hover {
    background-color: #555;
    color: white;
}        
.menu_items li a:active {
    background-color: #555;
    color: white;
}
/* Navbar container */
.navbar {
    overflow: hidden;
    background-color: #d7e4c2;
    font-family: Arial;
}
/* Links inside the navbar */
.navbar a {
    color: #000;
    padding: 22px 22px;
    text-align: left;
    text-decoration: none;
    float: left;
    font-family: AriaL, sans-serif;
    font-size: 20px;
}
/* The dropdown container */
.dropdown {
    float: right;
}
/* Dropdown button */
.dropbtn {
    border: none;
    padding: 22px 22px;
    text-align: left;
    text-decoration: none;
    float: left;
    font-size: 20px;
    background-color: inherit;
    font-family: inherit;
    letter-spacing: 2px;
/* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(190, 30,45);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: fixed;
  background-color: #d7e4c2;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 10;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #555;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.row {
    display: flex;  
    background-color: rgb(138, 140, 143);

}
.column {
    flex: 50%;
    float: left;
    width: 45%;
    padding-left: 20px;
    padding-right: 20px;

}

.column_2 {
	z-index: 10;
	position: absolute;
	margin-top: 200px;
	float: center;
	padding-left: 100px;
	padding-right: 100px;
    
}
.chefs .column_2 p {
}

.content-wrapper {
    z-index: 10;
    position: absolute;
    float: center;
    width: 100%; 
    max-width: 750px; 
    margin: auto;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 50px;
	padding-right: 50px;
      
  }
 #contact-form {
    width: 100%;
    color: #d7e4c2; 
    font-family: Arial, sans-serif; 
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
     
  }
  #contact-form input[type=text] {
    width: 100%;
    padding: 5px 5px;
    margin: 15px 0 15px;
    box-sizing: border-box;
      
  }
  #message{
    width: 100%;
    height: 150px;
    padding: 5px 5px;
    box-sizing: border-box;
    clear: both;
      
  }
  #contact-form textarea {
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
  }
  .send-btn {
    width: 30%;
    text-align: center;
    float: right;
    color: #fff;
    padding: 12px 12px;
    box-sizing: border-box;
    background-color: #ef4e22;
      
  }
  .send-btn:hover {
    background-color: #d7e4c2;
    color: #ef4e22;
  }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;

}
.footer {
    position: static;
    padding-top: 15px;
    padding-bottom: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(138, 140, 143);
    color: rgb(210, 210, 210);
    text-align: center;
	font-size: 10px}
