@font-face {
	font-family: ‘Majesti-Banner-HeavyItalic’;
	src: url(Majesti-Banner-HeavyItalic.eot’);
	src: url(Majesti-Banner-HeavyItalic.woff’) format(‘woff’), 
	     url(Majesti-Banner-HeavyItalic.ttf’) format(‘truetype’), 
        url(Majesti-Banner-HeavyItalic.svg’) format(‘svg’);

}

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{
   padding-top: 15px;
    padding-left: 45px;
    margin: 0 auto;
    display: inline-block;
}  

nav{
    float: right;
    margin: 0 auto;
    
    
}

nav ul {
    margin:0;
    padding: 0;
    list-style: none;
    
}

nav li{
    display: inline-block;
    letter-spacing: .2em;
    padding: 25px;
    
    
}

nav a {
    color:floralwhite;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px
    
}

nav a:hover{ 
    background-color: crimson;
    padding: 10px;
    transition: all 0.4s ease;
}


/*hero-text*/

.hero-text {
    width: 100%;
    max-width: 960px;
    height: 500px;
    text-align: center;
    margin: 0 auto;
    position: relative; 
    color: white;
    
}

.hero-text p{
    font-size: 14px;
    margin: auto;
    position: absolute; 
    top: 315px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 16px;
    text-shadow: 2px 1px 2px #222;
    
    
}


.hero-text h1{
  margin: auto;
  position: absolute; 
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
    font-size: 95px;
    text-shadow: 3px 1px 2px #222;
    font-family: 'Majesti-Banner-HeavyItalic';
    text-transform: lowercase;
    font-style: italic;
    
    
}




.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;
    margin-top: 125px;
    
}

.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: gray;
    position: relative;
    left: 140px;
    bottom: 10px;
    margin-top: 30px;
    width: auto;

}

.container2 button:hover{
    background-color: crimson;
   padding: 18px;
    transition: all 0.3s ease-out;
    
}



    
.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*/

.slideshow{
    width: 100%;
    margin-top: 150px;
}

.container3{
    height: 200px;
    display: inline-block;
   
}



.container3 p{
    font-size: 14px;
    line-height: 1.5em;
    color: white;
    display: block;
    text-align: left;
    position: relative;
    top: 70px;
    
    
    
}

.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 {
  margin: 0 auto;
  background-image: url(risotto.jpg);
  height: 476px;
  
}

.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;
}

/*footer*/
footer {
  width: 100%;
  display: inline-block;
  margin: 2em 0;
  height: 70px;
  background-color: #222;
   color: white;

}

.copyright p{
    font-family: 'Roboto';
    font-size: 10px;
    letter-spacing: .2em;
    text-align: center;
    
}

.social{
    text-align: right;
    padding-right: 25px;
    position: relative;
    top:  35px;
    
}

.contact p{
    font-family: 'Roboto';
    font-size: 10px;
    letter-spacing: .2em;
    text-align: left;
}

.about-us p{
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: .2em;
    text-align: left;
    color: white;
    display: inline-block;
    margin-top: 75px;
    
    
}
