/**                                        
    __     _ _        _____         ___         
 __|  |_ _| |_|___   |   __|___ ___|  _|___ ___ 
|  |  | | | | | .'|  |   __|   | . |  _| -_|  _|
|_____|___|_|_|__,|  |_____|_|_|_  |_| |___|_|  
                               |___| 
**/

* {
    margin: 0;
    text-decoration: none;

}




@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
}

@font-face {
    font-family: 'Amatic SC', cursive;
    src: url(https://fonts.googleapis.com/css?family=Amatic+SC);
}


/************************** HEADER ***************************/
header {
height: 10vw;
background-color: #25CED1;
display: block;
margin-left: auto;
margin-right: auto;

}


.logo { 
  width: 100%;
  padding-top: 2%;
  padding-left: 21%;
  background-color: #25CED1;
  }




nav {
width: 100%;
background-color: #25CED1;
text-align: center;
padding-bottom: 3%;
}

ul {
  text-align: center;
  list-style-type: none;
  padding-top: 2%;
}

li {
  color: #25CED1;
  display: inline;
  text-align: center;
  font-family: 'Amatic SC', cursive;
  font-size: 300%;
  padding: 0 2% 0 2%;
}
    li a:hover {
    color: #f5cc55;
  }





#myNav {
  visibility: hidden;
}

span {

  visibility: hidden;
}
  

nav a {
  color: #fffdf6;
  text-decoration: underline overline;
  text-align: center;
}


nav a:hover{
  color: #f5cc55;
}

h1 {
  font-size: 225%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}

h2 {
  font-size: 150%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-size: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h4 {
  font-size: 50%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h5 {
  font-size: 350%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}

h6 {
  font-size: 300%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}


a {
  text-align: center;
  }

body {
  font-family: Roboto;
  
}


footer {
  height: 15vw;
  width: 100%;
  font-family: 'Amatic SC', cursive;
  background-color: #25CED1;
  color: white;
  margin-top: 9%;
  text-align: center;
  list-style-type: none;
}


/************************** MAIN PAGE ***************************/
.home_1{
background-color: #F9DA3E;
width: 80vw;
height: 52vh;
margin-left: 10%;
margin-top: 15%;
}



.eat {
width: 40vw;
float: left;
}


.bottom {
width: 40vw;
float: left;


}


/************************** MENU ***************************/


.button-b {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #FF8A5B; 
  font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  margin: 0.5vw;
  padding: 0.5vw 1vw;
  color: black;
  transition: transform 1s;
  /** cursor: pointer; **/
}

.button-b :hover {
  background-color: ;
  font-family: 'Amatic SC', cursive;
  color: #FF8A5B;

  transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
}




.button-br {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #EA526F;
    font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;



  /** cursor: pointer; **/
}

.button-br :hover {
  font-family: 'Amatic SC', cursive;
  background-color: ;
  color: #EA526F;
  transform: translateX(3vw);
}




.button-l {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #25CED1;
  font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  margin: 0.5vw;
  padding: 0.5vw 1vw;
  color: black;
  transition: transform 1s;
  /** cursor: pointer; **/
}

.button-l :hover {
  font-family: 'Amatic SC', cursive;
  background-color: ;
  color: #25CED1;

      transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
    }



.food-header {
  padding-bottom: 5%;
}


.food-boxes {
  height: 10vw;
  width: 80vw;
  margin: auto;
  margin-top: 8%;
}

.food-box-b {
  height: 100%;
  width: 27%;
  float: left;
}
    
.food-box-br {
  height: 100%;
  width: 27%;
  float: left;
  margin-left: 10%;
}

.food-box-l {
  height: 100%;
  width: 27%;
  float: right;
}

    
.breakfast {
  padding-left: 15%;
  padding-right: 15%
}

 




/************************** CONTACT/ CATERING ***************************/
.catering {
  height: 110vh;
  padding-top: 0%;
}

.form {
    margin-top: 30vh;
    margin-left: -10vh;
    width: 35vw;
    padding-left: 20%;
    float: left;
}

.location_list {
      width: 35vw;
    height: 50vh;
    float: left;
    margin-left: 14%;
    margin-top: 4%;
}

.location_title {
  margin-top: 10vw;
  padding-left: 30%;
  font-family: 'Amatic SC', cursive;
  font-size: 300%;
}

.loc_address {
  padding-top: 5%;
  padding-bottom: 3%;
  font-family: Roboto;
  font-size: 140%;
  padding-left: 60%;
  width: 50%;
  text-align: center;
}

.loc_img {
  float: right;
  padding-right: 50%;
  width: 35vw;
  height: 30vh;

}


.submit{
  background-color: #25CED1;
  padding: 2% 5% 2% 5%;
  border: 0;
  font-size: 1em;
  color:#fffdf6;
}
.submit:hover {
  background-color: #FF8A5B;
  transform: translateX(3vw);
}

/************************** ABOUT ***************************/


.about-title {
  padding-top: 10%;
}

.about-text {
  width: 50%;
  padding-top: 40%;
  margin-left: 30%;
}

.about-main {
  width: 90%;
  padding: 5% 3% 5% 3%;
}








/***************************** TABLETS*****************************/
@media (min-width: 768px) and (max-width: 1024px){


body {
  font-family: Roboto;
}

.logo { 
  display: block;
  padding-top: 3%;
  padding-left: 20%;
  background-color: #25CED1;
  }

header {
height: 20vw;
background-color: #25CED1;
display: block;
margin-left: auto;
margin-right: auto; 
}




#myNav {
  visibility: hidden;
}

span {
  visibility: hidden;
}

li {
  display: inline;
  font-size: 130%;
  padding: 0 2% 0 2%;
}
    li a:hover {
    text-decoration: underline
  }

  

nav a {
  color: #fffdf6;
  text-decoration: underline overline;
}

nav a:hover{
  color: #f5cc55;
}
  

h1 {
  font-size: 250%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}

h2 {
  font-size: 150%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-size: 125%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h4 {
  font-size: 50%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h5 {
  font-size: 350%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}

h6 {
  font-size: 300%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}





footer{
  height: 44vw;
  width: 100vw;
  margin-top:5%;
  width: 100%;
  font-size: 200%;
}


 .home_1 {
  height: 40vw;
  width: 80vw
  margin: auto;
  background-color: white;
  margin-top: 19vh;
  margin-bottom: 12vh;
}

.breakfast-box {
  height: 60%;
  width: 100%;
  background-color: yellow;
  margin-top: 5%;
}

 .food-box {
  height: 50%;
  width: 100%;
  background-color: brown;
  margin-top: .7%;
 }






/************************** MENU ***************************/

.button-b {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #FF8A5B; 
  font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  margin: 0.5vw;
  padding: 0.5vw 1vw;
  color: black;
  transition: transform 1s;
  /** cursor: pointer; **/
}

.button-b :hover {
  background-color: ;
  font-family: 'Amatic SC', cursive;
  color: #FF8A5B;

  transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
}




.button-br {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #EA526F;
    font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;



  /** cursor: pointer; **/
}

.button-br :hover {
  font-family: 'Amatic SC', cursive;
  background-color: ;
  color: #EA526F;
  transform: translateX(3vw);
}




.button-l {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #25CED1;
  font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  margin: 0.5vw;
  padding: 0.5vw 1vw;
  color: black;
  transition: transform 1s;
  /** cursor: pointer; **/
}

.button-l :hover {
  font-family: 'Amatic SC', cursive;
  background-color: ;
  color: #25CED1;

      transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
    }



.food-header {
  padding-bottom: 5%;
}


.food-boxes {
  height: 10vw;
  width: 80vw;
  margin: auto;
  margin-top: 8%;
}

.food-box-b {
  height: 100%;
  width: 27%;
  float: left;
}
    
.food-box-br {
  height: 100%;
  width: 27%;
  float: left;
  margin-left: 10%;
}

.food-box-l {
  height: 100%;
  width: 27%;
  float: right;
}

    
.breakfast {
  padding-left: 15%;
  padding-right: 15%
}

 

    
.breakfast {
  padding-left: 10%;
  padding-right: 10%
}

 




/************************** CONTACT/ CATERING ***************************/
.catering {
  height: 95vh;
  width: 95%;
  padding-top: 0%;
}

.form {
  padding-top: 10vh;
  padding-left: 9%;
  width: 20
}

.location_list {
    width: 50vw;
    height: 40vh; 

    margin-left: 19%;
}

.location_title {
  margin-top: 10vh;
  padding-left: 9%;
  font-family: 'Amatic SC', cursive;
  font-size: 300%;
}

.loc_address {
  padding-top: 2%;
  padding-bottom: 3%;
  font-family: Roboto;
  font-size: 140%;
  padding-left: 50%;

  text-align: center;
}

.loc_img {
  
  padding: 2%;
}


/************************** ABOUT ***************************/

.about-title {
  padding-top: 15%;
}

.about-text {
  width: 70%;
  padding-top: 40%;
  margin-left: 20%;
}

.about-main {
  width: 90%;
  padding: 5% 3% 5% 3%;
}

}








/*****************************SMARTPHONES*****************************/

@media screen and (max-width: 767px ) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }

body {
  font-family: Roboto;
}

.logo { 
  display: block;
  padding-top: 3%;
  padding-left: 12%;
  background-color: #25CED1;
  }

header {
height: 20vw;
background-color: #25CED1;
display: block;
margin-left: auto;
margin-right: auto; 
}



#myNav {
  visibility: hidden;
}

span {
  visibility: hidden;
}

li {
  display: inline;
  font-size: 120%;
  padding: 0 2% 0 2%;
}
    li a:hover {
    text-decoration: underline
  }

  

nav a {
  color: #fffdf6;
  text-decoration: underline overline;
}

nav a:hover{
  color: #f5cc55;
}
  

h1 {
  font-size: 190%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}

h2 {
  font-size: 150%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-size: 100%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h4 {
  font-size: 50%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

h5 {
  font-size: 300%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}

h6 {
  font-size: 225%;
  font-family: 'Amatic SC', cursive;
  text-align: center;
}





footer{
  height: 30vw;
  width: 100vw;
  margin-top: 10%;
  width: 100%;
  font-size: 200%;
}


 .home_1 {
    height: 150vw;
    background-color: white;
    margin-top: 20vh;
    margin-bottom: 5vh;
}

.breakfast-box {
  height: 60%;
  width: 100%;
  background-color: yellow;
  margin-top: 5%;
}

 .food-box {
  height: 50%;
  width: 100%;
  background-color: brown;
  margin-top: .7%;
 }






/************************** MENU ***************************/

.food {
    width: 80vw;
  
}

.eat {
  width: 80vw;
}


.bottom {
width: 80vw;



}


.button-b {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #FF8A5B; 
  font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  margin: 0.5vw;
  padding: 0.5vw 1vw;
  color: black;
  transition: transform 1s;
  /** cursor: pointer; **/
}

.button-b :hover {
  background-color: ;
  font-family: 'Amatic SC', cursive;
  color: #FF8A5B;

  transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
}




.button-br {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #EA526F;
    font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;



  /** cursor: pointer; **/
}

.button-br :hover {
  font-family: 'Amatic SC', cursive;
  background-color: ;
  color: #EA526F;
  transform: translateX(3vw);
}




.button-l {
  background-color: white;
  font-family: 'Amatic SC', cursive;
  border: 3px solid #25CED1;
  font-size: 4vw;
  text-align: center;
  list-style-type: none;
  display: inline-block;
  margin: 0.5vw;
  padding: 0.5vw 1vw;
  color: black;
  transition: transform 1s;
  /** cursor: pointer; **/
}

.button-l :hover {
  font-family: 'Amatic SC', cursive;
  background-color: ;
  color: #25CED1;

      transform: skewX(15deg);
        -ms-transform: skewX(15deg);
        -webkit-transform: skewX(15deg);
    }



.food-header {
  padding-bottom: 5%;
}


.food-boxes {
  height: 10vw;
  width: 20vw;
  margin: auto;
  margin-top: 8%;
}

.food-box-b {
  height: 100%;
  width: 27%;
  float: left;
}
    
.food-box-br {
  height: 100%;
  width: 27%;
  float: left;
  margin-left: 10%;
}

.food-box-l {
  height: 100%;
  width: 27%;
  float: right;
}

    
.breakfast {
  padding-left: 15%;
  padding-right: 15%
}

 
    
.breakfast {
  padding-left: 10%;
  padding-right: 10%
}

 




/************************** CONTACT/ CATERING ***************************/
.catering {
  height: 180vh;
  padding-top: 5%;
}

.form {
    padding-left: 10%;
    margin-left: 10%;
    float: none;
}

.location_list {
    width: 50vw;
    height: 30vh; 
    
    margin-left: 19%;
}

.location_title {
  margin-top: 20%;
  padding-left: 35%;
  font-family: 'Amatic SC', cursive;
  font-size: 300%;
}

.loc_address {
  padding-top: 2%;
  padding-bottom: 3%;
    font-family: Roboto;
    font-size: 120%;
    text-align: center;
}

.loc_img {
  
    padding: 2%;
}


/************************** ABOUT ***************************/



.about-title {
  padding-top: 29%;
}

.about-text {
  width: 70%;
  padding-top: 40%;
  margin-left: 20%;
}

.about-main {
  width: 90%;
  padding: 5% 3% 5% 3%;
}

 }


