/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 5.5rem;
  background: url("../../images/index/deli_back-header.png") repeat-x left top;
}

.jumbotron {
  background: url("../../images/index/deli_back-top.png") repeat-x left -50px;
  padding: 2rem 1rem 1rem 1rem;
  margin-bottom: 3rem;
  background-color: none;
  border-radius: none;
  border-bottom: 1px solid #CCC;
}

.jumbotron h1 {
  margin-top: 0;
}

.mb-05rem {
  margin-bottom: 0.5rem;
}
.mb-1rem {
  margin-bottom: 1rem;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  background: #1abc9c;;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -18px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.contents_contact {
  background-color: #51443E;
  margin: 0 auto .75rem auto;
  padding: .3rem;
  width: 90%;
  color: #fff;
  font-size: 15px;
}
.s-small { 
	font-size: 75%;
    line-height: 1.5;
}
.contact_left {
  text-align: right;
}
.contact_right {
  text-align: left;
}
.contact_left-s {
  text-align: right;
}
.contact_right-s {
  text-align: left;
}
footer {
  background-image: url(../../images/index/footer_back.png);
  background-repeat: repeat-x;
  margin: 0;
  padding: 1.5rem 0 0 0;
  top: 0;
  left: 0;
}
.footer_contact {
  background-color: #ef858b;
  margin: 0 auto .5rem auto;
  padding: .3rem;
  width: 80%;
  color: #fff;
  font-size: 14px;
}
.footer_name {
  font-size: 14px;
  color: #ef858b;
  margin: 0;
  padding: 0 0 .5rem 0;
}
@media (max-width: 991px) {
  body {
    padding-top: 5rem;
  }
  .jumbotron {
  background: url("../../images/index/deli_back-top.png") repeat-x left top -77px;
  margin-bottom: 2rem;
  padding: 1.75rem 0.75rem 0.75rem 0.75rem;
  }
  .contact_left {
  text-align: right;
  }
  .contact_right {
  text-align: left;
  }
  .contact_left-s {
  text-align: right;
  }
  .contact_right-s {
  text-align: left;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 5rem;
  }
  .jumbotron {
  background: url("../../images/index/deli_back-top.png") repeat-x left top -95px;
  margin-bottom: 2rem;
  padding: 1.5rem 0.5rem 0.35rem 0.5rem;
  }
  .contact_left {
  text-align: center;
  }
  .contact_right {
  text-align: center;
  }
  .contact_left-s {
  text-align: center;
  }
  .contact_right-s {
  text-align: center;
  }
}
@media (max-width: 575px) {
  body {
  padding-top: 5rem;
  }
  .jumbotron {
  background: url("../../images/index/deli_back-top.png") repeat-x left top -107px;
  margin-bottom: 2.25rem;
  padding: 0.5rem 0.25rem;
  }
  .contact_left {
  font-size: 95%;
  text-align: center;
  }
  .contact_right {
  font-size: 95%;
  text-align: center;
  }
  .contact_left-s {
  text-align: center;
  }
  .contact_right-s {
  text-align: center;
  }
  .s-small { 
	font-size: 70%;
    line-height: 1.25;
  }
}
@media (min-width: 576px) {
  .container {
  max-width: 570px;
  padding-right: 10px;
  padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container {
  max-width: 760px;
  padding-right: 10px;
  padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .container {
  max-width: 990px;
  padding-right: 10px;
  padding-left: 10px;
  }
}