body, html {
    max-width: 960px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #222;
    
}

header{
    background: #222;
    width: 100%;
    
}

header::after {
    content: '';
    display: table;
    clear: both;   
}

.logo{
    float: left;
    padding: 20px;
    margin-left: 20px;    
}

nav{
    float: right;
    padding: 10px;
    margin-right: 20px;
    
    
}

nav ul {
    margin:0;
    padding: 0;
    list-style: none;
    
}

nav li{
    display: inline-block;
    margin-left: 70px;
    padding-top: 15px;
    letter-spacing: .2em;
    
}

nav a {
    color:floralwhite;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px
    
}

nav a:hover{
    color:gray;
}


/*hero-text*/

.hero-text {
    width: 100%;
  max-width: 960px;
  height: 500px;
  text-align: center;
  margin: 0 auto;
  position: relative; 
  color: white;
     transition: all 0.2s ease;
   
   
}

.hero-text p{
    font-size: 2.5em;
    margin: auto;
    position: absolute; 
    top: 280px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 16px;
    text-shadow: 3px 1px 8px #000000;
}


.hero-text h1{
  margin: auto;
  position: absolute; 
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
    letter-spacing: .2em;
    font-size: 60px;
    text-shadow: 3px 1px 8px #000000;
    
}


.head1{
    height: 50px;
    display: block;
    margin: 0;
    padding: 0;
    
    
}

.head1 p{
    color: white;
    font-size: 22px;
    text-align: center;
    letter-spacing: .3em;
    font-weight: 500;
    
}
.contain1{
    max-width: 100%;
    margin: 0 auto;
    
}

.feature-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.container2{
    height: 300px;
    position: relative;
    background-color: white;
    
}

.container2 p{
    font-size: 14px;
    position: relative;
    top: 45px;
    padding-right: 20px;
    line-height: 1.5em;

}

.container2 button {
    border: none;
    display: block;
    padding: 10px 25px;
    color: white;
    background-color: rgb(190, 30, 45);
    position: relative;
    left: 140px;
    bottom: 10px;
    margin-top: 30px;
    width: auto;

}

    
.kitchen{
    width: 475px;
    height: 300px;
    float: left;
    padding-right: 25px;
    position: relative;
    top: -45px;
    
}

a{
    text-decoration: none;
    color: white;
    letter-spacing: .2em
    
}


.menu button:hover {
    background-color: #222;
    color: white;
}
        
.bokchoy{
    width: 100%;
    height: auto;
    margin: 0 auto;
    
    
}
/*menu*/

.container3{
    height: 300px;
    position: relative;
   
}


.slides{
    float: left;
    color: white;
    letter-spacing: .2em;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    position: relative;
    top: 40px;
    
}

.container3 p{
    font-size: 14px;
    line-height: 1.5em;
    color: white;
    display: inline-block;
    position: relative;
    top: 95px;
    text-align: center;
    
    
    
}

.container3 button {
    border: none;
    display: block;
    padding: 10px 25px;
    color: white;
    background-color: rgb(190, 30, 45);
    position: relative;
    left: 100px;
    bottom: 10px;
    margin-top: 30px;
    width: auto;

}

.buttonleft{
    float: left;
    background-color: rgb(190, 30, 45);
    position: relative;
    top: -670px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
    border: none;
    display: block;
    height: 30px;
    width: 100px;
  
    
    
}
.buttonright{
    float: right;
    position: relative;
    top: -670px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: white;
    border: none;
    background-color: rgb(190, 30, 45);
    height: 30px;
    width: 100px;
    
}

/*reservation form*/

.container {
	margin-top: 50px;
}

main {
	margin-top: 50px;
}

p {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;

}


.topControl, .inText {
	text-align: center;
}

.topControl {
	cursor: pointer;
}

#inner {
	height: 750px;
	padding: 60px 0px;
	background-color: #222;
}

#inner div {
	margin-top: 0px;
}

#pic {
	height: 220px;
	width: 220px;	
	border: 10px solid white;
	border-radius: 50%;
	box-shadow: 0px 4px 2px #5B5D68;
	margin: 0 auto;
  background-image: url(risotto.jpg);
  background-size: cover;
  
}

.inText {
	margin: 10px 0px;
    color: white;
}

.inText > p {
	font-size: 20px;
}

.controls {
	height: 90px;
	vertical-align: middle;
}

.controls .fa {
	margin-top: 55%;
	cursor: pointer;
}

#nbResa {
	font-size: 40px;
}

.submit {
	height: 80px;
    width: 290px;
    display: inline-block;
    position: relative;
    top: 10px;
}

#submit {
	background-color:gray;
	border: none;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 100%;
 
}

#submit:hover {
  background-color: crimson;
}

input {
  text-align: center;
  font-size: 30px;
}