body {
  background: #fff;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-smooth: never;
  -webkit-font-smoothing: none;
  text-rendering: optimizelegibility;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  cursor: none !important;
}
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-bannertimer {
  display: none !important;
}
.box-outer {
  position: relative;
  display: inline-block;
  width: 50%;
  margin: -3px -3px 0px 0;
}
.box {
  display: block;
}
.welcome-message {
  font-size: 61px;
  font-weight: 300;
  color: #fff;
}
.burger-title {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}
.burger-price {
  font-size: 60px;
  color: #555;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  font-weight: 600;
}
.burger-description {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
}
