@font-face {
  font-family: george;
  font-weight: normal;
  src: url("assets/Louis George Cafe.ttf") format("opentype");
}

@font-face {
  font-family: george;
  font-weight: bold;
  src: url("assets/Louis George Cafe Bold.ttf") format("opentype");
}

@font-face {
  font-family: Aboreto;
  font-weight: bold;
  src: url("assets/Aboreto-Regular.ttf") format("opentype");
}

* {
  font-family: Aboreto, Arial, Helvetica, sans-serif;
}

html,
body {
  background: #222;
  font-size: 16px;
  background-position: center;
  background-image: url(/paper.jpg);
}

a {
  color: #FF0066;
}

.artbackground {
  background-image: url(/assets/sgs.jpg);
  background-size:cover;
  width: 100%;
  height: 592px;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 10px #ffffffaa solid;
}

.logo {
  background-image: url(assets/yakitori\ logo\ inverse.png);
  background-size: contain;
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
  top: 77px;
  opacity: .9;
  background-position: center;
  position: absolute;
  -webkit-filter: drop-shadow(3px 3px 3px #22222233);
  filter: drop-shadow(3px 3px 3px #22222233);

}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

h1.sublogo,
h2.sublogo {
  font-family: george, Arial, Helvetica, sans-serif;
  top: 540px;
  width: 100%;
  opacity: .9;
  text-align: center;
  font-size: 2.5rem;
  color: #000000;
  position: absolute;

}

h2.sublogo {
  top: 689px;
  font-size: 2.42rem;


}

h1.logo a {
  display: block;
  height: 100%;
  width: 100%;
}

p,
h1,
h2,
a {
  -webkit-filter: drop-shadow(1px 1px 0.5px #00000099);
  filter: drop-shadow(1px 1px 0.5px #00000099);
}

.header-links {
  padding: 5px 0;
  background: #1a0f0d;
  border-bottom: 1px #3f3e3e30 solid;
}

.header-links a {
  color: #fff;

  font-size: 1.5rem;
  font-weight: bold;
}

.pink {
  text-decoration: underline;
}

.content {

  padding-top: 30px;
  /* border-radius: 12px; */


  margin-bottom: 10px;


}

.art {
  background: url(./food/food2.jpg);
  background-size: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 250px;
  margin-left: -15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: -15px;
  opacity: .7;
  border-bottom: 6px #33333355 solid;
  margin-bottom: 30px;
}

#main {
  margin-top: 15px;
}

.hours h3 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: bold;

}

.hours dt {
  text-decoration: underline;
  margin-bottom: 10px;
}

#contact iframe {

  border: 1px #00000055 solid;
  border-radius: 4px;
  margin: 10px 0;

}

.description,
.description p {
  font-size: 1.4rem;
}

.hiring {
  width: 100%;
  text-align: center;

  background: #ffffff59;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 15px;
}

.contact {
  border: 1px #FFffff44 solid;
  margin-top: 20px;
  padding: 15px;
  background: #ffffff59;
}

.contact .icon {
  margin-right: 10px;
}

.contact a {
  font-size: 1.3rem;
  color: #675c50;
  text-decoration: underline;
}

.contact address {
  font-size: 1.2rem;
}

.hiring {
  border: 1px #FF006644 solid;
}

.hiring a {
  color: #FF0066;

}

#indonesia {
  padding-top: 20px;
}

#indonesia .map {
  width: 100%;
}

.carousel {
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px #00000044 solid;
  ;
}

.carousel img {
  border-radius: 6px;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.carousel-indicators .active {
  background-color: #d31e1e;
}

.carousel-indicators li {

  background-color: rgb(110 110 110);
}

.intro p {
  margin-bottom: 10px;
}

.intro h2 {
  margin-bottom: 30px;
}
.email{
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .logo {
    top: 125px;
  }
}