body, html {
  min-height: 100vh;
  font-family: Helvetica, sans-serif;
}

body {
  background-image: url('../../static/images/ht_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
}

strong {
  font-weight: 400;
}

.logo {
  text-align: center;
}

.logo img {
  max-width: 300px;
  height: auto;
}

.wrapper {
  margin-right: auto; 
  margin-left:  auto;
  max-width: 1080px;
  width: 100%;
  padding-right: 10px; 
  padding-left:  10px;
}

.locations {
  font-size: 24px;
  line-height: 28px;
  margin-top: 80px;
  margin-bottom: 90px;
  text-align: center;
}

.locations ul {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.locations ul li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #fff;
  margin-bottom: 10px;
}

.waveline {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.waveline img {
  height: 5px;
  margin-right: -1px;
}

.waveline .line {
  height: 2px;
  background: #fff;
  width: 100%;
  margin-top: 2px;
}

.contactInfo {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.contactInfo strong {
  font-weight: 400;
}

.contactInfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.contactInfo ul li a {
  color: #fff;
  text-decoration: none;
}
