* {box-sizing: border-box;}

body { 
  background-image: url("../img/slideshow/background.jpg");
  margin: 0;
  font-family: 'Gotham', sans-serif;

}
.topnav {
    position:absolute;
    top:0;
    left:0;
    overflow: hidden;
    background-color: #000;
    padding: 5px 10px;
    width:100%;
    height:40px;
  }
  .topnav a {
    float: right;
    color: red;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
    line-height: 10px;
    border-radius: 4px;
  }
  .topnav a:hover {
    color: white;
  }
  .topnav button {
    float: right;
    color: red;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
    line-height: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .topnav button:hover {
    color: white;
  }
  .topnav-left {
    float: left;
  }
  .topnav-left a {
    color: white;
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
  }
.header {
  overflow: hidden;
  background-color: #fff;
  padding: 60px 10px 20px 10px;
  width: 100%;
  z-index:10;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
  font-weight:bold;
  font-family: 'Gotham', sans-serif;
}

.header a.logo {
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}

.header a:hover {
  color: red;
}

.header a.active {
  color: red;
}
.header .btn .danger {
  background-color: #f44336;
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
}
.header .rounded {
  border-radius: 30px;
}
.header-right {
  float: right;
}
.header-right .btn{
  color: white;
}
.header-right .btn:hover{
  color: white;
}
.header .icon {
  display: none;
}
.notification {
  background-color: #000;
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification:hover {
  background: red;
}

.notification .badge {
  position: absolute;
  top: -2px;
  right: -10px;
  padding: 5px 5px;
  border-radius: 50%;
  background: red;
  color: white;
}
.logoimg{
  padding: 0;
    height:50px;
}
.mySlides {
  display:none;
  width:50%;
  max-width:500px;
}
.mainDiv {
  background-image: url("../img/slideshow/background.jpg");
  background-size: cover;
  position: relative;
  overflow-y: auto;
  float:left;
  left: 0;
  padding: 0 0 0 0;
  width: 100%; 
  height: 100%;
}
.ordernowDiv {
  background-image: url("../img/slideshow/ordernow.png");
  background-size: cover;
  position: relative;
  float:left;
  left: 0;
  padding: 0 0 0 0;
  width: 100%; 
  height: 100%;
}
#slidesDiv1 {
  background-image: url("../img/slideshow/background1.png");
  background-size: cover;
  position: fixed;
  float:left;
  left: 0;
  padding: 0 0 0 0;
  width: 100%; 
  height: 100%;
}
#slidesDiv2 {
  background-image: url("../img/slideshow/background2.png");
  background-size: cover;
  position: fixed;
  float:left;
  left: 0;
  padding: 0 0 0 0;
  width: 100%; 
  height: 100%;
}
#slidesDiv3 {
  background-image: url("../img/slideshow/background3.png");
  background-size:cover;
  position: fixed;
  float:left;
  left: 0;
  padding: 0 0 0 0;
  width: 100%; 
  height: 100%;
}
.slidesDiv .content{
  max-width:100%;
  height: 100%;
}
/*log in form*/
/* style the container */
.logincontainer {
  position: relative;
  border-radius: 5px;
  margin: auto;
  top: 25%;
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  z-index:9;
  padding:100px 0 0 0;
} 

/* style inputs and link buttons */
.logincontainer input {
  background-color: transparent;
  color: white;
  width: 100%;
  padding: 12px;
  border: 1px solid red;
  border-radius: 4px;
  margin: 10px 0;
  opacity: 0.85;
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none; /* remove underline from anchors */
}
.logincontainer button{
  margin-top: 20px;margin-bottom: 10px;
}
.logincontainer label{
  color: white;
}
.logincontainer input.largerCheckbox {
  width: 20px;
  height: 20px;
  border-radius: 30px;
}
.logincontainer h1 {
  font-size: 20px; 
  line-height: 12px;
  border-radius: 4px;
  font-weight:bold;
  font-family: 'Gotham', sans-serif;
  color: white;
} 
.logincontainer h2 {
  font-size: 18px; 
  line-height: 12px;
  border-radius: 4px;
  font-family: 'Gotham', sans-serif;
  color: white;
} 
.logincontainer h3 {
  font-size: 16px; 
  line-height: 12px;
  border-radius: 4px;
  font-family: 'Gotham', sans-serif;
  color: white;
} 
.logincontainer a {
  font-size: 18px; 
  line-height: 12px;
  border-radius: 4px;
  font-family: 'Gotham', sans-serif;
  color: red;
  text-decoration: none;
} 
.logincontainer a:hover {
  color: white;
  text-decoration: none;
} 
input[type=submit]:hover {
  background-color: #45a049;
}

/* Two-column layout */
.col {
  float: left;
  width: 50%;
  margin: auto;
  padding: 0 50px;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* vertical line */
.vl {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 2px solid #ddd;
  height: 100%;
}

/* text inside the vertical line */
.vl-innertext {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px 10px;
}

/* hide some text on medium and large screens */
.hide-md-lg {
  display: none;
}

/* bottom container */
.bottom-container {
  text-align: center;
  background-color: #666;
  border-radius: 0px 0px 4px 4px;
}

/*log in form*/

.footer {
  overflow: hidden;
  bottom: 0;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  width: 100%;
  border-top:5px solid red;
  z-index: 10;
}

.footer a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 14px; 
  line-height: 12px;
  border-radius: 4px;
  font-weight:bold;
  font-family: 'Gotham', sans-serif;
}

.footer a.logo {
  font-size: 25px;
  font-weight: bold;
}

.footer a:hover {
  color: red;
}

.footer a.active {
  color: red;
}
.footer .btn .danger {
  background-color: #f44336;
}
.footer .rounded {
  border-radius: 30px;
}
.footer-right {
  float: right;
}
.btn {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  width:200px;
}

.success {background-color: #04AA6D;font-family: 'Gotham', sans-serif;font-weight: bold;} /* Green */
.success:hover {background-color: #46a049;}

.info {background-color: #2196F3;font-family: 'Gotham', sans-serif;font-weight: bold;} /* Blue */
.info:hover {background: #0b7dda;}

.warning {background-color: #ff9800;} /* Orange */
.warning:hover {background: #e68a00;}

.danger {background-color: red;color:white;font-family: 'Gotham', sans-serif;font-weight: bold;} /* Red */ 
.danger:hover {background: #da190b;}

.default {background-color: #e7e7e7; color: black;font-family: 'Gotham', sans-serif;font-weight: bold;} /* Gray */ 
.default:hover {background: #ddd;}

.fb {background-color: #3B5998; font-family: 'Gotham', sans-serif;font-weight: bold;} /* Gray */ 
.fb:hover {background: #0b7dda;}

.grab {background-color: #00B14F; font-family: 'Gotham', sans-serif;font-weight: bold;} /* Gray */ 
.grab:hover {background: #04AA6D;}

.foodpanda {background-color: #D60665; font-family: 'Gotham', sans-serif;font-weight: bold;} /* Gray */ 
.foodpanda:hover {background: #da190b;}

.link {background-color: transparent; color: white;font-family: 'Gotham', sans-serif;font-weight: bold;border:0;text-align: left;} /* Gray */ 
.link:hover {color: red;}

.long{width: 50%;}
.dark{background-color: transparent; font-family: 'Gotham', sans-serif;font-weight: bold;border:0;color: #000;text-align:center;}
.dark:hover{color: red;}
.block{width: 100%;}

.rounded {
  border-radius: 30px;
}
.outlined {
  border: 1px solid red;
  background-color: transparent;
}
.outlined:hover {
  background-color: red;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.centertable {
  margin-left: auto;
  margin-right: auto;
}
.table-responsive {
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.table-responsive th, td {
  text-align: left;
  padding: 16px;
}

.table-responsive tr:nth-child(even) {
  background-color: #f2f2f2;
}
.sliptable {
  background-color: white;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.sliptable th, td {
  text-align: left;
  padding: 16px;
}

/*items*/
.itemrow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.itemcolumn {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.itemcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.itemcard {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5);
}
.itemcard-control {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.itemcard textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.itemcontainer {
  padding: 0 16px;
}

.itemcontainer::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.itemtitle {
  color: red;
}

.itembutton {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.itembutton:hover {
  background-color: #555;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 650px) {
  .itemcolumn {
    width: 100%;
    display: block;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .itemcolumn {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/*items*/
@media screen and (max-width: 650px) {
  .col {
    width: 100%;
    margin-top: 0;
  }
  /* hide the vertical line */
  .vl {
    display: none;
  }
  /* show the hidden text on small screens */
  .hide-md-lg {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  /*.header a:not(:first-child) {display: none;}*/
  .header a:not(:nth-child(3)) {display: none;}
  .header a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .header.responsive {position: relative;}
  .header.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}