
/* Box Model Hack */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

/* Clear fix hack */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}

.clear {
	clear: both;
}

/******************************************
/* BASE STYLES
/*******************************************/

body {

      width: 100%;

}

@media screen and (max-width:550px) {
      body{
        width: 120rem;
      }
}
@media screen and (max-width:820px) {
  body{
    width: 140rem;
  }
}

/*
=========================================
Typography
=========================================
*/

a,
h2,
h1,
span,
p,
h3,
li,
button,
input {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 2rem;
}

@media screen and (max-width:550px) {
              a,
              h2,
              h1,
              span,
              p,
              h3,
              li,
              button,
              input {
                font-family: 'ZCOOL XiaoWei', serif;
                font-size: 4rem;
              }
}
@media screen and (max-width:820px) {


              a,
              h2,
              h1,
              span,
              p,
              h3,
              li,
              button,
              input {
                font-family: 'ZCOOL XiaoWei', serif;
                font-size: 4rem;
              }
}



/******************************************
/* LAYOUT
/*******************************************/


header {
  background-image: url(Images/main.jpg);
    background-size: cover;
    padding-top: 0;
}


footer {

}



/*
=========================================
Navigation
=========================================
*/

nav{
  text-align: right;
  padding: 1.5rem 5.5rem 0 0 ;
  height: 6rem;
  /*background-color: red;*/
}



li  {
  display: inline;
  padding: 0.5rem 5.5rem;  /* right and left padding the key to the space between the elements*/
  height: 4rem; 
  /*background-color: white;*/
  
}


li a {
  text-decoration: none;
  font-size: 2rem;
  position:absolute;
  padding: 0.5rem 3rem;
  /*background-color: blue;*/

} 

li a:hover {
  color: brown;
  font-size: 2rem;
}

/*
=========================================
main
=========================================
*/

main{
    
    height: 60rem;
    padding-left: 5rem;
}


Main h1{
   font-size: 12rem;
   padding-top: 5rem;  
    padding-bottom: 3rem;
}

main ul li{
   padding-left: 0;
   padding: 0.5rem 4rem;
}

.Fb{
  padding-left: 0;
}

.Fb a{
  padding-left: 0;
}

#search-input {
  width: 12em;
  border-radius: 2rem;
}

                @media screen and (max-width:550px) {
                  
                    main{
    
                      height: 80rem;
                      padding-left: 5rem;
                  }
                  Main h1{
                    font-size: 8rem;
                  
                 }
                }
               
/*
=========================================
Introduction
=========================================
*/

.Intro {
  height: 60rem;
  
}

.forImage {
  /*border: 1px solid black;*/
  float:left;
  width: 45%;
  height: 60rem;
  background-image: url(Images/section2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.Discover{
  float: left;
  width: 55%;
  background-color: white;
  height: 60rem;
}

.DiscoverStory{
  
  margin-top: 6rem;
  width: 70rem;
}

.DiscoverStory h2,
.DiscoverStory p,
.DiscoverStory button{
    margin-top: 2rem;

}

.DiscoverStory p{
  width: 45rem;
  text-align: justify;
}
.DiscoverStory h2{
  font-size: 5rem;
}

#search-menu{
  width: 20rem;
  border-radius: 2rem;
  height: 4rem;
  color: black;
  background: rosybrown;
  
}

@media screen and (max-width:550px) {
  
  
  .DiscoverStory p{
    width: 45rem;
    text-align: justify;
  }
  .DiscoverStory h2{
    font-size: 5rem;
  }
  
  #search-menu{
    width: 14rem;
    border-radius: 2rem;
    height: 4rem;
    color: black;
    background: rosybrown;
    font-size: 1.5rem;
    
  }
}

@media screen and (max-width: 850px){
  #search-menu{
    width: 20rem;
    border-radius: 2rem;
    font-size: 1.5rem;


}
}

/*
=========================================
Typography
=========================================
*/

a,
h2,
h1,
span,
p,
h3 {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 2rem;
}


/*
=========================================
Order
=========================================
*/

.order{
  height: 90rem;
  background-color: whitesmoke;
  margin-top: 0;
  margin-left: 0;
}



.orderNow h3{
  padding-top: 5rem;
  text-align: center
}

.orderNow h2,
.orderNow ul{
  margin: 3rem 0 0 0;
  text-align: center; 
}

.orderNow h2{
  font-size: 5rem;
}

.menuOne,
.menuTwo{
  padding-top: 6rem;


  
  
}


.menuOne section, 
.menuTwo section{

  display: inline-block;
  /*text-align: center;*/
 margin:1rem;
  /*margin-right: 5rem;*/
  width: 30rem;
  height: 25rem;
 

}

.menuOne p,
.menuTwo p,
.menuOne a,
.menuTwo a{
  font-size: 1.5rem;
  text-decoration: none;
  margin: 3rem; 
  
}

.menuOne p,
.menuTwo p{
  margin-top: 2rem;
}

            @media screen and (max-width:550px) {
              .menuOne section, 
              .menuTwo section{
              
                display: inline-flex;
                width: 20rem;
                height: 20rem;
              
              
                /*border: 0.1rem solid black;*/
              
              }

              .menuOne,
              .menuTwo{
                  padding-top: 6rem;
                  margin-left: 20rem;
              }
  
                  .orderNow h2,
                  .orderNow ul li{
                  font-size: 2rem;
                  }
}


            @media screen and (max-width:910px) {
              .menuOne section, 
              .menuTwo section{
              
                display: inline-flex;
                width: 20rem;
                height: 20rem;
              
              }
                /*border: 0.1rem solid black;*/
              
              }
              .menuOne,
              .menuTwo{
                  padding-top: 6rem;
                  margin-left: 25rem;
              }
                  .orderNow h2,
                  .orderNow ul li{
                  font-size: 2rem;
                  }


                           

.specialty1{
  background-image: url(Images/30.jpg);
  
  border-radius: 2rem;
  background-size: cover;
  background-repeat: no-repeat
}

.specialty2{
    background-image: url(Images/24.jpg);
   
    border-radius: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    
  }

  .specialty3{
    background-image: url(Images/10.jpg);
  
    border-radius: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    
  }

  .specialty4{
    background-image: url(Images/8.jpg);
      
    border-radius: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    
  }

  .specialty5{
    background-image: url(Images/6.jpg);
  
    border-radius: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    
  }
  .specialty6{
    background-image: url(Images/4.jpg); 
  
    border-radius: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    
  }
  .specialty7{
    background-image: url(Images/23.jpg);
  
    border-radius: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    
  }
  .specialty8{
    background-image: url(Images/46.jpg);
  
    border-radius: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    
  }

.specialty1 p:hover,
.specialty2 p:hover,
.specialty3 p:hover,
.specialty4 p:hover,
.specialty5 p:hover,
.specialty6 p:hover,
.specialty7 p:hover,
.specialty8 p:hover {
    
    color: white;
    opacity: 1;
    scale: 1.3;
    
   

}
   
.specialty1 a:hover,
.specialty2 a:hover,
.specialty3 a:hover,
.specialty4 a:hover,
.specialty5 a:hover,
.specialty6 a:hover,
.specialty7 a:hover,
.specialty8 a:hover {
  
    color: white;
    opacity: 1;
    scale: 1.3;
}
   
/*
=========================================
Opening Hours
=========================================
*/
.Contact{
  
  background-color: antiquewhite;
  text-align: center;
  height: 90rem;
  
}

.contactNumber{
  /*border: 1px solid black;*/
  height: 30rem;
  padding-top: 4rem;     
}

.contactNumber h2{
  font-size: 5rem;
  padding: 0.5rem;
}


.logo {
  width: 7rem;
  height: 5rem;
  padding: 0.5rem;

}
.contactNumber p{
  font-size: 2rem;
  padding: 0.5rem;
}

.contactNumber p + p {
  font-size: 2rem;
  padding: 0.5rem;
}

.monday,
.fridays{
  float: left;
  width: 50%;
  padding:5rem 0;
  /*border: 1px solid black;*/
}
.videos{
  /*border: 1px solid black;*/
  height: 60rem;
  
}
.demoVideo{
  margin: 5rem 30rem;
  width: 35%;
  height: 60%;
}

/******************************************
    CustomerReview
/*******************************************/

.customerReview{
  text-align: center;
  height: 50rem;
  background-color:rgb(248, 218, 180)
}
.customerReview p{
  font-size: 1.5rem;
}
.customerReview span + p {
  margin: 2rem 30rem;
  font-size: 3rem;
}
.customerReview h3 {
  padding-top: 5rem;
  font-size: 2rem;
}

.customerReview h2{
  font-size: 6rem;
}



/******************************************
/* ADDITIONAL STYLES
/*******************************************/
ul li a img {
  width: 4rem;
  height: auto;
}