@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
#header{
    width: 100%;
    background-color: #DE2626;
    color: #f5f5dc;
    text-align: center;
    letter-spacing:0.05em;
}
#background{
    background: #f5f5dc;
}
#navigation-container{
    width: 100%;
    background-color: #f5f5dc;
    text-align: center;
    color: black
}
ul {list-style-type: none;
}
.navigation-bar ul   {
	padding: 0px;
	margin: 0px;
  text-align:center;
}
.navigation-bar li    {
	list-style-type: none;
	padding: 0px;
  display:inline;
}
.navigation-bar li a    {
	background-color: #f5f5dc;
	font-size: 25px;
	text-decoration: none;
	box-shadow: 2xp 2px 3px inset;
	border-radius: 5px;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 2em;
  margin-right: 100px;
  border-left:solid 1px #000000;
  border-right:solid 1px #000000;
}
.navigation-bar li:first-child {
	margin-left:20px;
    border:#f5f5dc;
}
a:link {
    color: black;
}
a:visited{
    color: black;
}
a:hover{
    color: black;
}
a:active{
    color: black;
}
#welcome {
    font-size:43px; 
    line-height:1.2em; 
    text-align: center;
}
#welcomeText {
    width: 768px; 
    text-align: center;
    font-size: 18px;
    margin:0 auto;
}
#sisig {
    position: relative;
    max-width: 600px; 
    margin: 0 auto; 
    float: left;
  }
  
#sisig .content {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1; 
    width: 83%; 
    padding: 20px; 
  }
  #lechon {
    position: relative;
    max-width: 600px; 
    margin: 0 auto; 
    float: right;
  }
  #lechon .content {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5); 
    color: #f1f1f1; 
    width: 83%; 
    padding: 20px; 
  }
  #kawali {
    position: relative;
    max-width: 600px; 
    margin: 0 auto; 
  }
  #kawali .content {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, 0.5); 
    color: #f1f1f1; 
    width: 83%; 
    padding: 20px; 
  }
  .button {
    border-radius: 4px;
    background-color: #DE2626;
    border: 2px solid black;
    color: #f5f5dc;
    text-align: center;
    font-size: 28px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: auto;
    display: block;
    position: relative;
    top: 50px;
  }
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  .button:hover span {
    padding-right: 25px;
  }
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }
  #filipinocuisine {
    width: 500px; 
    height: 609px; 
    object-fit: cover;
    position: relative;
    left: 200px;
  }
  .filipinocuisinetext {
    border-radius: 4px;
    background-color: #DE2626;
    border: 2px solid black;
    color: #f5f5dc;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 400px; 
    height: 300px;
    position: relative;
    top: 150px;
  }
  .ReadMore {
    border-radius: 4px;
    background-color: #DE2626;
    border: 2px solid #f5f5dc;
    color: #f5f5dc;
    text-align: center;
    font-size: 28px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: auto;
    display: block;
  }
  .ReadMore span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  .ReadMore span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  .ReadMore:hover span {
    padding-right: 25px;
  }
  .ReadMore:hover span:after {
    opacity: 1;
    right: 0;
  }
  #takeaway {
    width: 500px; 
    height: 609px; 
    object-fit: cover;
    position: relative;
  }
  .takeawaytext {
    border-radius: 4px;
    background-color: #DE2626;
    border: 2px solid black;
    color: #f5f5dc;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 400px; 
    height: 300px;
    position: relative;
    top: 150px;
    left: 210px;
  }
  .ourRestaurant {
    border-radius: 4px;
    background-color: #DE2626;
    border: 2px solid black;
    color: #f5f5dc;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 400px; 
    height: 400px;
    position: relative;
    left: 150px;
    top: 50px;
}
#chef {
    width: 800px;
    height: 600px;
    position: relative;
}
.textBen {
    border-radius: 4px;
    background-color: #DE2626;
    border: 2px solid black;
    color: #f5f5dc;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    width: 400px; 
    height: 400px;
    position: relative;
    top: 100px;
}
#wood {
  width: 100%;
  height: 300px;
}
#about {
  text-align: center;
  color: #DE2626;
  font-size: 100px;
}
#restaurant {
  width: 800px;
  height: 500px;
  position: relative;
  left: -250px
}
#menu {
  text-align: center;
  color: #DE2626;
  font-size: 100px;
}
.starter {
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  padding: 10px;
  width: 300px;
  height: 310px;
}
.riceandsides {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  padding: 10px;
  width: 300px;
  height: 310px;
}
.vegetarianoptions {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 300px; 
  height: 310px;
}
.poultry {
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 300px; 
  height: 520px;
}
.beef {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 300px; 
  height: 380px;
}
.pork {
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 300px; 
  height: 570px;
}
.fish {
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 300px; 
  height: 325px;
}
.noodle {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 300px; 
  height: 150px;
}
.drinks {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 300px; 
  height: 420px;
}
.sharingplatters {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  width: 300px; 
  height: 360px;
}

.desserts {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid black;
  color: #f5f5dc;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 690px; 
  height: 350px;
}
#kitchen {
  width: 1920px;
  height: 1000px
}
#catering {
  text-align: center;
  color: #DE2626;
  font-size: 100px;
}
.container {
  position: relative;
  font-family: Arial;
}
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #DE2626;
  color: #f5f5dc;
  padding-left: 20px;
  padding-right: 20px;
}
#filipinocatering {
  font-size:43px; 
  line-height:1.2em; 
  text-align: center;
}
#cateringText {
  width: 768px; 
  min-height: 127px; 
  pointer-events: none;
  text-align: center;
  font-size: 18px;
  margin:0 auto;
}
#contact {
  text-align: center;
  color: #DE2626;
  font-size: 100px;
}
#picture {
  width: 500px;
  height: 500px;
}
input[type=text], select, textarea {
  width: 100%; 
  padding: 12px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical 
}
#thankyou {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid #f5f5dc;
  color: #f5f5dc;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: auto;
  display: block;
}
#design {
  width: 500px;
  height: 500px;
}
.times {
  font-size:20px; 
  line-height:1.2em; 
  text-align: center;
}
#thankyouheader {
  text-align: center;
  color: #DE2626;
  font-size: 100px;
}
#message {
  font-size:20px; 
  line-height:1.2em; 
  text-align: center;
}
#message2 {
  font-size:20px; 
  line-height:1.2em; 
  text-align: center;
}
.footer {
  background-color: #DE2626;
  width: 100%;
  text-align: center;
}
#reserve {
  border-radius: 4px;
  background-color: #DE2626;
  border: 2px solid #f5f5dc;
  color: #f5f5dc;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: auto;
  display: block;
}
#reserve span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
#reserve span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
#reserve:hover span {
  padding-right: 25px;
}
#reserve:hover span:after {
  opacity: 1;
  right: 0;
}
#facebooktext {
    color: #f5f5dc;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
