/*In order to compile LESS files to CSS and generate map source, do not delete the above line*/
/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #666;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
header {
  background: black;
  box-shadow: 2px 0 4px #000;
  position: fixed;
  z-index: 100000;
  width: 100%;
  display: block;
}
header img {
  margin: 16px;
  width: 24px;
  height: 24px;
}
header h1 {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 39px;
}
header .reload {
  display: block;
  width: 24px;
  height: 24px;
  float: right;
  margin-top: 16px;
  background: transparent url('../img/reload.png') no-repeat center center;
  margin-right: 24px;
  text-indent: -999999;
  background-size: contain;
  cursor: pointer;
}
#map {
  height: 97%;
  background: #111;
}
#map h1,
#map h2,
#map h3,
#map h4,
#map h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 0.475rem;
}
#map ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0.675rem;
}
#map ul li {
  list-style-type: none!important;
  margin: 0;
  display: inline;
}
.open {
  padding-left: .5rem;
}
.cta {
  display: block;
}
.cta .website {
  margin: 1rem 0;
  display: inline-block;
  border-radius: 0.25rem;
  background: #ffc72c;
  border: 1px solid #ffc72c;
  width: 90px;
  padding: 10px;
}
.cta .website a:link,
.cta .website a:visited {
  padding: .5rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.cta .website a:active,
.cta .website a:hover {
  color: #111;
}
.cta .phone {
  margin: 1rem 0;
  display: inline-block;
  border-radius: 0.25rem;
  border: 1px solid #000;
  background: white;
  width: 75px;
  padding: 10px;
}
.cta .phone a:link,
.cta .phone a:visited {
  padding: .5rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.cta .phone a:active,
.cta .phone a:hover {
  color: #111;
}
.slider-box {
  margin: auto;
  overflow-x: scroll;
  padding-left: 0;
  width: 15rem;
  scroll-snap-type: x mandatory;
  min-height: 10rem;
}
.slider-box .slider {
  width: max-content;
}
.slider-box .slider img {
  max-height: 10rem;
  display: inline-block;
  width: auto;
  scroll-snap-align: center;
  border: 2px solid #fff;
}
footer {
  background: #000;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #ffc72c;
  padding: 16px;
  box-shadow: 2px 0 4px #000;
  position: fixed;
  width: 100%;
  bottom: 0px;
  height: 3%;
}
footer .c-line,
footer .fb-share-button {
  display: inline-block;
}
