@charset "UTF-8";

/**************************************
************** CSS RESET **************
**************************************/

* {
   margin: 0;
   padding: 0;
}


/**************************************
************* MAIN STYLES *************
**************************************/


body { 
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  background-color: #333333;
  font-size:14px;

}

p {
  font-family: 'Open Sans', sans-serif;
  color:white;
  font-weight:400;
}

.content {
    width:100%;
}


main {
  padding:0px;


}

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 700;
  color:#c1272d;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size:18px;
  font-weight: 700;
  color:#333333;

}



/**************************************
*********** HEADER STYLES *************
**************************************/

header {
  overflow: hidden;
  background-color: white;
   background-image: url("../img/header.jpg");
   background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  padding-top:0px
  position: relative;
}


#logo {
  float:left;
  padding-top:20px;
  padding-left:20px;
  padding-bottom:20px;
}

.topnav {
  background-color: transparent;
  overflow: hidden;
}

.topnav a {
  font-family: 'Roboto Slab', serif;
  font-weight:900;
  float: right;
  margin-right:30px;
  display: inline-block;
  color: #333333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
}

.topnav a:hover {
  background-color: white;
  color: #c1272d;
}

.topnav a.active {
  background-color: #c1272d;
  color: white;
}

.topnav .icon {
  display: none;
}

/**************************************
********** HOME - ORDER BUTTON ********
**************************************/

.homeorder {     
  margin:0 auto;
  padding-top:20px;
  padding-left:25%;
}

.orderonline {
  box-shadow:inset 0px 1px 0px 0px #cf866c;
  background:linear-gradient(to bottom, #bc3315 5%, #c1272d 100%);
  background-color:#d0451b;
  border-radius:10px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:'Roboto Slab', serif;
  font-size:24px;
  font-weight:bold;
  padding:15px 30px;
  text-decoration:none;
    margin-left: auto;
    margin-right: auto;

}

.orderonline:hover {
  background:linear-gradient(to bottom, #dcdcdc 5%, #ffffff 100%);
  background-color:#ffffff;
  color:#c1272d;
}
.orderonline:active {
  position:relative;
  top:1px;
}

/**************************************
********* HOME - SLIDESHOW ************
**************************************/

* {box-sizing:border-box}

.mySlides {display: none} img {vertical-align: middle;}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  padding-top:20px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:10px;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/**************************************
*********** HOME- INFO SECTION ********
**************************************/

* {
  box-sizing: border-box;
}


.homeinfo {
  background-color: white;
  padding-top:25px;
  padding-bottom:25px;
}

.homeinfo p {
  color: #333333;
}

/* use 25% for four, and 50% for two */
.info {
  float: left;
  width: 33.33%;
  text-align: center;
  padding-left:20px;
  padding-right:20px;
}

.homeinfo::after {
  content: "";
  clear: both;
  display: table;
}

/**************************************
************** HOME - MENU ************
**************************************/


.homemenu {
  background-color: #c1272d;
  padding-top:25px;
  padding-bottom:80px;
}

.selectmenu {     
  margin:0 auto;
  padding-left:25%;
}


.viewourmenu {
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:linear-gradient(to bottom, #dcdcdc 5%, #ffffff 100%);
  background-color:#ffffff;
  border-radius:10px;
  display:inline-block;
  cursor:pointer;
  color:#c1272d;
  font-family:'Roboto Slab', serif;
  font-size:24px;
  font-weight:bold;
  padding:15px 30px;
  text-decoration:none;
    margin-left: auto;
    margin-right: auto;

}

.viewourmenu:hover {
  background:linear-gradient(to bottom, #c1272d 5%, #bc3315 100%);
  background-color:white;
  color:white;
}
.viewourmenu:active {
  position:relative;
  top:1px;
}

.menulink {
  float: left;
  width: 25%;
  text-align: center;
  padding:5px;
  border: 30px solid #c1272d;
  background-color:white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; 
  font-size:18px;
}

.menulink a {
    font-family: 'Open Sans', sans-serif;
  font-weight: 700; 
  font-size:18px;
   text-decoration: none;
   color:#c1272d;
}

.menulink a:link {
  text-decoration: none;
    color:#c1272d;
}

.menulink a:visited {
  text-decoration: none;
  color:#c1272d;
}

.menulink a:hover {
  text-decoration: none;
  color:#595890;
}



.menulist::after {
  content: "";
  clear: both;
  display: table;
}


/**************************************
************ MENU - NAVBAR  ***********
**************************************/


.navbar {
  width: 100%;
  background-color: #c1272d;
  overflow: auto;

}

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family:'Roboto Slab', serif;
  width: 20%;
  text-align: center; 
}

.navbar a:hover {
  background-color: #333333;
  color:white;
}


/**************************************
************* MENU - ITEMS ************
**************************************/

.menu {
  padding:20px;
}

.allmenu {
  background-color: white;
    padding-top:25px;
  padding-bottom:80px;
}

.item {
  float: left;
  width: 33.33%;
  text-align: center;
padding:20px;
}

.item2 {
  float: left;
  width: 100%;
  text-align: center;
padding:20px;
}

.menu::after {
  content: "";
  clear: both;
  display: table;
}



.column1 {
  text-align:left;
  float: left;
  width: 50%;
  padding: 0px;
}

.column2 {
  text-align:right;
  padding: 0px;
  color:#c1272d;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

hr {
    overflow: visible; 
    padding: 0;
    border: none;
    border-top: medium double #333333;
    color: #333333;
    text-align: center;
}


/**************************************
*********** MENU - BACKTOTOP  *********
**************************************/

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px; 
  right: 30px; 
  z-index: 99; 
  border: 2px solid white; 
  outline: none; 
  background-color: #333333; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px;
  font-size: 16px;
}

#myBtn:hover {
  background-color: #c1272d; /* Add a dark-grey background on hover */
}

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

.about {
  background-color: white;
  width:100%;
  padding-bottom:80px;
  height:auto;
}

.detail {
  float: left;
  width: 50%;
  text-align: center;
padding: 20px;
  background-color: white;

}

.about::after {
  content: "";
  clear: both;
  display: table;
}




input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #333333;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #333333;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #ffffff;
  color:#c1272d;
}

.form {
  font-family: 'Roboto Slab', serif;
  color:white;
  margin: 0 auto;
  padding-left:20%;
  padding-top:20px;
  padding-right:20%;
  padding-bottom:80px;
  text-align: center;
  background-color:#c1272d;
  }

/**************************************
**************** FOOTER  **************
**************************************/

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #333333;
  color: white;
  text-align: left;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size:20px;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 100px;
  text-align: center;
  text-decoration: none;
  float:right;
}


.fa:hover {
  opacity: 0.7;
}


.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-instagram {
  background: #8a3ab9;
  color: white;
}

.fa-yelp {
  background: #c41200;
  color: white;
}

/**************************************
*************** MOBILE ****************
**************************************/

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    margin-right:30px;
    display: block;
  }

  .info {
    width: 100%;
    padding-bottom:30px;
  }

  .menulink {
    width: 100%;
    font-size:28px;
  }

  .item {
    width: 100%;
    padding-bottom:30px;
  }
   .item2 {
    width: 100%;
    padding-bottom:30px;
  }


  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }

  .detail {
    width: 100%;
    padding-bottom:30px;
  }


}
