@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;
    box-shadow: 2px 5px 10px 2px rgba(0,0,0,0.75);
 
}

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: rgb(190, 30, 45);
    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.ttf';
    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;
}

.gallery{    
    height: 400px;
    width: auto;
    background-color: whitesmoke;
    display: block;
    position: relative;
  
}

.gallery span { 
    width:292px; 
    position: relative;
    top: 0px;
    left: 50px;
    display: inline-block; 
    position: relative;
}

.gallery img{ 
    width: 270px; 
    height: auto;
}


.gallery h1{
    color: black;
    font-weight: 200;
    text-align: center;
    position: relative;
    top: 15px;
    font-family: 'Poppins';
    font-size: 26px;
    color: #222;
    letter-spacing: 1px;
}

.gallery button{
    border: none;
    display: block;
    padding: 10px 25px;
    background-color: #222;
    position: relative;
    top: 25px;
    left: 400px;
    width: auto;
    
}

.gallery button:hover{
    background-color: rgb(190, 30, 45);
   padding: 10px;
    transition: all 3s ease;
    
}
.gallery a{
    color: whitesmoke;
}


.menu{
    height: 300px;
    width: auto;
    position: relative;
    background-color: #222;
    display: block;
    
    
}

.menu h1{
    display: inline-block;
    color: whitesmoke;
    position: relative;
    left: 650px;
    letter-spacing: .1em;
    font-size: 400;
    font-family: 'Poppins';
    
    
}

.menu h2{
    display: block;
    color: whitesmoke;
    position: relative;
    left: 70px;
    bottom: 30px;
    letter-spacing: .1em;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 200;
}


.left{
    float: left;
    margin-left:20px;
    color: whitesmoke;
    font-family: 'Roboto';
    font-size: 12px;
    letter-spacing: .1em;
    
    

}
.right{
    float: right;
    margin-right:50px;
    color: whitesmoke;
    font-family: 'Roboto';
    font-size: 12px;
    letter-spacing: .1em;
    
}

.menu button {
    border: none;
    display: block;
    padding: 10px 25px;
    color: black;
    background-color: whitesmoke;
    position: relative;
    bottom: 5px;
    left: 130px;
    margin-top: 30px;
    width: auto;

}

.menu button:hover{
    background-color: rgb(190, 30, 45);
   padding: 10px;
    transition: all 0.5s ease-in;
    
}



a{
    text-decoration: none;
    color: black;
    letter-spacing: .2em
    
}


.menu button:hover {
    background-color: #222;
    color: white;
}
        
.bokchoy{
    width: 100%;
    height: auto;
    margin: 0 auto;
    
    
}
/*menu slides*/

.slider{
    width: 100%;
    margin-top: 120px;
}

.menu-slider{
    font-family: 'Poppins';
    font-size: 26px;
    color: whitesmoke;
    letter-spacing: .2em;
    font-weight: 200;
    display: inline-block;
    position: relative;
    top: 50px;
    left: 325px;
    
}

.menupage{
    font-family: 'Roboto';
    font-size: 14px;
    color: whitesmoke;
    letter-spacing: .1em;
    font-weight: 200;
    display: block;
    position: relative;
    align-content: center;
    top: 25px;
    padding: 25px;
    line-height: 1.5em
    
    
}

.container2{
    height: 100%;
    display: inline-block;
    padding: 25px;
    
   
}

.container2 p{
    font-family: 'Roboto';
    line-height: 1.5em;
    letter-spacing: .2em;
    font-size: 14px;
    color: whitesmoke;
    margin-top: 50px;
    
}

.container2 h1{
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: .2em;
    color: whitesmoke;
    margin-top: 50px;
    text-align: center;
}



.container3{
    height: 100%;
    display: 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;

}

.button-left{
    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;
  
    
    
}
.button-right{
    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*/

.register{
    text-align: center;
    padding-top: 50px;
    height: auto;
    
}


.about-us{
    padding: 25px;
    line-height: 1.5em;
    font-size: 14px;
}

.about-us p{
    font-family: 'Roboto';
    letter-spacing: .2em;
    text-align: left;
    color: white;
    display: inline-block;
    margin-top: 70px;
    font-size: 14px;
    
    
}

.short{
    background-color: white;
    height: 210px;
    max-width: 960px;
    margin: 0 auto;
    
}


.short h1{
    height: 300px;
    color: gray;
    display: inline-block;
    position: relative;
    left: 400px;
    top: 55px;
    letter-spacing: .1em;
    font-family: 'Poppins'; 
    text-transform: uppercase;
    
}

.short p{
    color: gray;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: 90px;
    padding: 45px;
    max-width: 960px;
    margin: 0 auto;
}

.menu-section{
    background-color: whitesmoke;
    display: inline-block;
}

.menu-section-left {
    margin-bottom: 30px;
    width: 400px;
    float: left;
    padding-right: 55px;
    padding-left: 20px;
    position: relative;
    
}

 
.menu-item {
  margin: 15px 0;
  font-size: 16px;
}
 
.menu-item-name{
  font-family: 'Roboto';
    color: #222;
  border-bottom: 1px dotted rgb(213, 213, 213);
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 14px;
}
 
.menu-item-description {
  font-family: 'Roboto';
    font-style: italic;
    color: #222;
  font-size: 12px;
  line-height: 1.5em;
}
 
.menu-item-price{
  float: right;
  font-family: 'Roboto';
  margin-top: -22px;
    color: #222;
    font-size: 14px;
    letter-spacing: .2em;
}

.menu-section-right {
    margin-bottom: 30px;
    width: 400px;
    position: relative;
    display: inline-block;
    padding-left: 60px;
    
}
 
.menu-item {
  margin: 15px 0;
  font-size: 16px;
}
 
.menu-item-name{
    font-family: 'Roboto';
    color: #222;
    border-bottom: 1px dotted rgb(213, 213, 213);
    letter-spacing: .2em;
    text-transform: uppercase;
}
 
.menu-item-description {
    font-family: 'Roboto';
    font-style: italic;
    color: #222;
  font-size: 12px;
  line-height: 1.5em;
}
 
.menu-item-price{
    float: right;
    font-family: 'Roboto';
    margin-top: -22px;
    color: #222;
}

.menu-left{
    width: auto;
    height: 269px;
    float: left;
    margin-bottom: 20px;

}

.menu-right{
    width: auto;
    height: 269px;
    float: right;
    margin-bottom: 20px;

}
.grow {
    border: none;
    display: block;
    padding: 15px 25px;
    color: whitesmoke;
    background-color: rgb(190, 30, 45);
    position: relative;
    bottom: 25px;
    left: 360px;
    margin-top: 30px;
    width: auto;

}

.grow a{
    color:whitesmoke;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    
}

.grow:hover{ 
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
}

.cater{
    height: 400px;
}

.cater-text {
    position: relative;
    bottom: 400px;
    color: white;
    text-align: center;
    text-shadow: 3px 1px 2px #222;
    
}

.cater-text h1{
    font-size: 95px;
    font-family: 'Majesti-Banner-HeavyItalic.ttf';
    font-style: italic;
    text-transform: lowercase;
    position: relative;
}

.cater-text p{
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .2em; 
    position: relative;
    bottom: 60px;
    
    
}

.cater-img{
    width: 100%;
    
}

.cater-text button{
    border: none;
    padding: 15px 65px;
    background-color: rgb(190, 30, 45);
    position: relative;
    bottom: 60px;
   
 
    
}

.cater-text button a{
    color: whitesmoke;
}

.cater-text button:hover{ 
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
}
    
/*footer*/

footer{
    color: #222;
    background-color: whitesmoke;
    width:  100%;
    display: inline-block;
    overflow: hidden;
    height: 200px;
    
   
}

.map{
    color: #222;
    background-color: whitesmoke;
    padding: 25px;
    
}

footer li{
    display: inline-block;
    letter-spacing: .1em;
    position: relative;
    top: 35px;
    right: 125px;
  
}

footer a {
    color:#222;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    
}


footer a:hover{ 
    text-decoration: underline;
}

.contact p{
    font-family: 'Roboto';
    font-size: 12px;
    letter-spacing: .1em;
    text-align: center;
    position: relative;
    bottom: 15px;
    
}

.contact{
    padding: 25px;
    position: relative;
    float: right;
    bottom: 100px;
    
}

.contact h1{
    font-family: 'Poppins';
    font-size: 16px;
    letter-spacing: .1em;
    text-align: center;
    display: inline-block;
    border: solid 2px crimson;
    padding: 10px 15px;
    color: crimson;
    position: relative;
    left: 70px;
    
}

.social{
    float: right;
    position: relative;
    font-size: 24px;
    letter-spacing: .4em;
    left: 260px;
    color: crimson;top: 70px
   
}
.copyright{
    text-align: center;
    display: inline;
    position: relative;
    left: 225px;
    top: 70px;
    letter-spacing: .2em;
    font-size: 12px;

}




