/* BASIC RESET */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background: #fff;
}

/* LINKS */
a {
  color: #000;
  text-decoration: none;
}

/* PAGE CONTAINER */
.page-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* TEXT */
h1 {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* KEEP CARGO GALLERY SAFE */
.image-gallery {
  width: 100%;
  position: relative;
}
img {
  -webkit-user-drag: none;
  user-select: none;
}