* {
  box-sizing: border-box;
}
@font-face {
  font-family: "Philosopher";
  src: url(/bakery/fonts/Philosopher_font.ttf);
}
@font-face {
  font-family: "Roboto";
  src: url(/bakery/fonts/Roboto_font.ttf);
}
body {
  background-color: #ffe2b0;
}
header {
  text-align: center;
  margin-bottom: 20px;
}
ul {
  text-align: center;
}
a {
  color: black;
  text-decoration: none;
  font-size: 18px;
}
.nav-menu {
  margin-bottom: 30px;
}
li {
  display: inline;
  margin-right: 100px;
}
li:last-child {
  margin-right: 0;
}
.section-about {
  height: 640px;
  background: url(/bakery/img/background.jpg) center/cover no-repeat;
  margin-bottom: 30px;
}
.section-about-block {
  height: 190px;
  width: 420px;
  background: linear-gradient(
    180deg,
    rgba(244, 213, 178, 0.8) 0%,
    rgba(234, 156, 65, 0.8) 100%
  );
  position: relative;
  left: 730px;
  top: 349px;
  text-align: center;
  padding-top: 15px;
}
.section-about-border {
  width: 390px;
  height: 160px;
  border: 1px solid black;
  margin: 0 auto;
  padding: 17px 28px 0px 28px;
  text-align: left;
}
.section-about-special-order {
  font-size: 36px;
  margin: 0;
  padding-bottom: 20px;
}
.section-about-special-content {
  font-size: 12px;
}
.section-icons {
  text-align: center;
  margin-bottom: 20px;
}
.section-icons img {
  margin-right: 76px;
  height: 290px;
  width: 290px;
}
.section-icons img:last-child {
  margin-right: 0;
}
.section-bakeip-tasty {
  text-align: center;
}
.section-bakeip-tasty-title {
  font-size: 96px;
}
.section-bakeip-content {
  line-height: 1.2;
  font-size: 18px;
}
.section-bakeip-text-container {
  width: 1000px;
  margin: auto;
  padding-bottom: 40px;
}
.section-bakeip-order {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-bakeip-map {
  margin-bottom: 20px;
}
.footer-line {
  border: none;
  border-top: 1px solid #999999;
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 20px;
}
footer {
  height: 60px;
}
h1,
h2 {
  font-family: "Philosopher";
}
a,
p {
  font-family: "Roboto";
}
.section-bakeip-tasty-span {
  color: #f15b40;
}
