/* Global Styles */
body {
  font-family: 'Jaldi', Helvetica, sans-serif;
  background: url('https://res.cloudinary.com/jkeohan/image/upload/v1465860054/GAbg_faded_aatkni.png')
    top right no-repeat fixed;
  background-color: #f1f1f1;
  line-height: 1.25;
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.logo img {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  display: block;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  margin: 5px auto;
  max-width: 800px;
  text-align: left;
}

h4 {
  color: red;
  margin: 10px auto;
  max-width: 800px;
}

.intro,
.moreinfo,
.locations {
  max-width: 800px;
  margin: 10px auto;
}

.locations ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.locations li {
  display: inline-block;
  padding: 15px;
  white-space: nowrap;
}

hr {
  max-width: 800px;
  margin: 20px auto;
  border: none;
  border-top: 1px dotted #cccccc;
}

.bolder {
  font-weight: bold;
}
