html, body {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  background: #f5f5f5 !important;
  font-family: 'Lato', sans-serif!important;
}

header {
  background: #ffb300;
  width: 100%;
  height: 130px;
  border-bottom: 8px solid red;
  position: relative;
  padding: 10px;
  box-shadow: -1px 6px 10px 1px rgba(0, 0, 0, 0.3);
}

header .center {
  max-width: 1000px;
  margin: auto;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo {
  height: 90%;
  position: absolute;
  left: 0;
}

#logo img {
  height: 100%;
}


section {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: auto auto 30px auto;
  padding: 15px;
}

section h2 {
  font-weight: 400;
  font-size: 25pt;
}

section i {
  color: #ffb300;
  padding-right: 10px;
  font-size: 35px!important;
}

section .details {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

section .details a, section .details > span {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

section .details.opening-hours {
  display: flex;
  align-items: inherit;
  flex-wrap: wrap;
}

section .details ul {
  padding: 0;
  display: block;
  width: 100%;
  padding-left: 45px;
}
section .details ul li {
  list-style: none;
}
section .details ul li span {
  display: inline-block;
  color: #333;
  font-weight: 500;
  font-size: 18px;
}
section .details ul li .day{
  width: 140px;
  font-weight: 600;
}

section #map {
  width: 100%;
  height: 400px;
}
section.time {
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}

section.time ul{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-wrap: wrap;
}

section.time ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

section.time ul li iframe {
  display: block;
  margin: auto;
}

section p.rate-explanation {
    margin: 15px auto;
    display: block;
}

@media screen and (max-width: 880px) {
  header .center {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 650px) {
  header {
    height: auto;
  }
  header .center {
    align-items: center;
    height: auto;
    flex-direction: column;
  }
  header #logo {
    position: relative;
    height: 90px;
  }

  header h1 {
    font-size: 25px;
    margin: 5px;
  }

  section {
    padding: 15px 15px 0 15px;
    position: relative;
  }

  section i {
    color: #ffb300;
    padding-right: 5px;
    font-size: 20px!important;
  }

  section h2 {
    text-align: center;
    font-size: 20pt;
  }
  section.time ul{
    display: block;
    width:100%;
    align-items: center;
  }

  section.time ul li {
    width: 45%;
    max-width: 150px;
    margin:auto;
    display: inline-block;
    position: relative;
  }

  section.time ul li iframe.clock {
    display: none;
  }

  section .details a, section .details > span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
  }

  section .details ul {
    padding: 0;
    display: block;
    width: 100%;
    padding-left: 25px;
  }

  section .details ul li {
    display: flex;
  }

  section .details ul li span {
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-size: 15px;
  }

  section .details {
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
}
