/* Global Styles */
body {
  font-family: 'Jaldi', Helvetica, sans-serif;
  background: url('https://res.cloudinary.com/yiran/image/upload/v1547958346/rawpixel-678089-unsplash90.jpg')
    no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #333;
}

.logo {
  display: block;
  margin: 20px auto;
}

.red {
  color: red;
}

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 48px;
  line-height: 1.2;
  margin: 20px auto;
  max-width: 70%;
}

h2 {
  font-family: 'Staatliches', cursive;
  letter-spacing: 2px;
  color: #ed1e3b;
  font-size: 24px;
  margin: 20px auto;
}

h3 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-size: 18px;
  margin: 20px auto;
  max-width: 70%;
}

ul.locations {
  list-style-type: none;
  padding: 0;
  max-width: 70%;
  margin: 20px auto;
  text-align: center;
}

ul.locations li {
  display: inline-block;
  padding: 5px;
  margin: 12px;
  background-color: #89e7da;
  border-radius: 5px;
  white-space: nowrap;
}

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

a:link,
a:visited {
  color: #ed1e3b;
}

a:hover {
  color: #e9586c;
}
