@import url("https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: bottom;
}

body {
  font-family: "Tilt Neon", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #333;
  margin: 0;
}

a:hover {
  color: #2e2c7e;
}

button {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  padding-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}

table {
  border-collapse: collapse;
}
table td {
  border: 1px solid #333;
}

img {
  max-width: 100%;
}

.admin-bar {
  margin-top: 46px;
}

@media screen and (min-width: 567px) {
  .admin-bar {
    margin-top: 32px;
  }
}
header {
  background: #FFF;
  position: relative;
}
header #branding {
  width: 70%;
}
header #branding .title_repair {
  width: 70%;
}
header #branding .title_cafe {
  width: 50%;
}
header #branding .site_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-flow: wrap; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  height: 100%;
  gap: 5px;
  text-decoration: none;
}
header #branding .site_title .title_repair {
  /* flex:0 1 100%; */
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
header #branding .site_title .title_peterborough {
  /* flex:0 1 auto; */
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  color: #EF694A;
  text-transform: uppercase;
}
header #branding .site_title a {
  display: inline-block;
  text-decoration: none;
}
header #branding .site_title a span {
  display: block;
}
header .slideshow {
  background: #2e2c7e;
}
header .slideshow svg path {
  fill: #EF694A;
}
header .menu_button {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 40px;
  height: 40px;
}
header .menu_button .line {
  fill: none;
  stroke: #EF694A;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke 600ms ease;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke 600ms ease;
}
header .menu_button .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
header .menu_button .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
header .menu_button .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.menu_wrapper {
  position: absolute;
  height: 100vh;
  width: 90vw;
  left: 100%;
  top: 0;
  -webkit-transition: left, 0.5s ease;
  transition: left, 0.5s ease;
  background: #EF694A;
  z-index: 9;
}
.menu_wrapper .menu {
  padding: 0;
  list-style: none;
  margin: 60px 20px 20px;
}
.menu_wrapper .menu .main_menu_list_item {
  text-decoration: none;
  margin: 10px 0;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  font-size: 1.2em;
  letter-spacing: 2px;
}
.menu_wrapper .menu .main_menu_list_item_link {
  display: block;
  text-decoration: none;
  color: #fff;
}
.menu_wrapper .menu .main_menu_list_item:hover {
  background: #fff;
}
.menu_wrapper .menu .main_menu_list_item:hover .main_menu_list_item_link {
  color: #EF694A;
}
.menu_wrapper .menu .main_menu_list_item.current_item {
  background: #fff;
}
.menu_wrapper .menu .main_menu_list_item.current_item .main_menu_list_item_link {
  color: #EF694A;
}

.pagewrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 100vh;
}

.pagewrapper--menu .menu_button {
  background: #EF694A;
}
.pagewrapper--menu .menu_button .line {
  stroke: #fff;
}
.pagewrapper--menu .menu_button .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.pagewrapper--menu .menu_button .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.pagewrapper--menu .menu_button .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.pagewrapper--menu .menu_wrapper {
  left: 10%;
}

.slideshow {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.slideshow .slideshow_wrapper {
  width: 100%;
  height: 200px;
}
.slideshow .slideshow_wrapper .slideshow_main {
  height: 100%;
}
.slideshow .slideshow_wrapper .slideshow_main .slideshow_item {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumbs_wrapper .breadcrumbs {
  list-style: none;
}
.breadcrumbs_wrapper .breadcrumbs > li {
  font-size: 0.6em;
  display: inline-block;
  padding-right: 5px;
}

.container {
  padding: 5px;
}

footer {
  background: #EF694A;
  padding: 5px;
}