html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #000;
  color: #FFF;
  font-family: sans-serif;
}
html img, body img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
html a, body a {
  text-decoration: none;
  color: #FFF;
}
html a:hover, body a:hover {
  text-decoration: underline;
}

#center {
  width: 600px;
  margin: 120px auto;
  text-align: center;
}
#center img.logo.round {
  width: 400px;
}
#center img.photo {
  width: 600px;
}
#center #text {
  margin-top: 120px;
  text-align: justify;
  font-size: 120%;
}
#center #text img.photo {
  margin: 40px 0;
}
#center #info {
  margin-top: 60px;
}
#center #info img.logo.wide {
  margin-top: 80px;
  width: 300px;
}
#center #info .hours-open {
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
