/*@import url('https://fonts.googleapis.com/css?family=Raleway');*/
html,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: 'Raleway';
}

.navbar {
  background: #ff4136;
}
.nav-link,
.navbar-brand {
  color: #f4f4f4;
  cursor: pointer;
}
.nav-link {
  margin-right: 1em !important;
}
.nav-link:hover {
  background: #f4f4f4;
  color: #ff4136 !important;
}
.navbar-collapse {
  justify-content: flex-end;
}
/* .navbar-toggler{
color:#fff !important;
} */
.navbar-toggler-icon {
  color: #ffffff !important;
}
/*header style*/
.header {
  position: relative;
  background-image: url('../images/headerback1.jpg');
  background-size: cover;
  background-position: center;
}

.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.description {
  position: absolute;
  top: 30%;
  margin: auto;
  padding: 2em;
}
.description h1 {
  color: #ffffff;
  /*    color: #FF4136;*/
  font-weight: 900;
  font-size: 6em;
}
.description p {
  /*	color:#666;*/
  color: #ffffff;
  font-size: 1em;
  width: 50%;
  line-height: 1.5;
}
.description button {
  border: 1px solid #f97300;
  background: #ff4136;
  color: #fff;
}
.about {
  margin: 4em 0;
  padding: 1em;
  position: relative;
}
.about h1 {
  color: #f97300;
  margin: 2em;
}
.about img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.about span {
  display: block;
  color: #888;
  /*	left: 115px;*/
  /*    width: 70%*/
}
.about .desc {
  padding: 2em;
  border-left: 4px solid #10828c;
}
.about .desc h3 {
  color: #10828c;
}
.about .desc p {
  line-height: 2;
  color: #888;
}
.about img {
  width: 100%;
  height: auto;
}

/*Buffet*/
.buffet {
  margin: 4em 0 0 0;
  position: relative;
}
.buffet h1,
h2 {
  color: #f97300;
  margin: 2em;
}
.buffet img {
  height: 20rem;
  width: 100%;
  margin: 1em;
  border-radius: 25px;
}

.buffet p {
  text-align: center;
}

.regular-name {
  font-size: 1.2em;
}

.special-name {
  font-size: 1.2em;
}
/*Togo*/

.togo {
  margin: 4em 0;
  position: relative;
}
.togo h1 {
  color: #f97300;
  margin: 2em;
}
.togo .card {
  box-shadow: 0 0 20px #ccc;
}
.togo .card img {
  width: 100%;
  height: 18em;
}
@media and (max-width: 768px) {
  .team .item img {
    width: 100%;
  }
}
.togo .card-title {
  color: #f97300;
}
.togo .card-body {
  padding: 1em;
}

/*LOCATION*/

.location {
  margin: 4em 0;
  position: relative;
}
.location h1 {
  color: #f97300;
  margin: 2em;
}
.location .item {
  position: relative;
  overflow: hidden;
}
.location .des {
  background: #f97300;
  color: #fff;
  text-align: center;
  border-top-right-radius: 93%;
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 88%;
  bottom: 24px;
}
.location .item:hover .des {
  height: 100%;
  background: #f973007d;
  position: absolute;
  width: 89%;
  padding: 5em;
  top: 0;
  border-top-right-radius: 0;
}

iframe {
  position: center;
}

/*signup*/

.signup {
  padding: 3;
  margin: 6em 0;
  position: relative;
}

.signup h1 {
  padding: 2em 1px;
  color: #f97300;
}
.signup .right {
  max-width: 600px;
}
.signup .right .btn-secondary {
  background: #ff4136;
  color: #fff;
  border: 0;
}
.signup .right .form-control::placeholder {
  color: #888;
  font-size: 16px;
}

@media (max-width: 720px) {
  .description h1 {
    color: #ffffff;
    /*    color: #FF4136;*/
    font-weight: 900;
    font-size: 3em;
  }
  .description p {
    /*	color:#666;*/
    color: #ffffff;
    font-size: 1em;
    width: 90%;
    line-height: 1.5;
  }
  .buffet {
    margin: 4em 0 0 0;
    position: relative;
  }
  .buffet h1,
  h2 {
    color: #f97300;
    margin: 0.5em;
  }
  .buffet img {
    /*	 height: 10rem;*/
    width: 100%;
    height: auto;
    margin: 1em;
    border-radius: 25px;
  }
}

@media (max-width: 540px) {
  .description h1 {
    color: #ffffff;
    /*    color: #FF4136;*/
    font-weight: 900;
    font-size: 2em;
  }
  .description p {
    /*	color:#666;*/
    color: #ffffff;
    font-size: 1em;
    width: 90%;
    line-height: 1.5;
  }
  .buffet {
    margin: 4em 0 0 0;
    position: relative;
  }
  .buffet h1,
  h2 {
    color: #f97300;
    margin: 0.5em;
  }
  .buffet img {
    width: 100%;
    height: auto;
    margin: 1em;
    border-radius: 25px;
  }
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^='col-'] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
