.main-wrapper{
  background-color: #f0f0f0;
}

.top-header {
  width: 100%;
  background: #0073bb;
  text-align: center;
}

.top-header-image {
  width: 100%;
  height: auto;
}

.body-text {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #5A5A5A;
  font-family: "arial",sans-serif;
  font-weight: 200;
  margin: 50px 50px 50px 50px;
  text-align: left;
}

.title-text {
  font-size: 0.8rem;
  line-height: 2rem;
  color: #fff;
  background-color: #0073bb;
  font-family: "proxima-nova",sans-serif;
  font-weight: 100;
  margin: auto;
  padding: 10px 0px 5px 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.cruise-container {
  margin: 50px auto 50px auto;
  width: 90%;
  height: auto;
  padding-bottom: 5px;
  box-shadow: 0px 4px 10px 2px rgba(0,0,0,0.1);
  background-color: #fff;
}

.cruise-hero {
  width: 100%;
}

a {
  color: #0073bb;
}