@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
  background: #fff;
  height: 100%;
  color: #333;
  /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15.5px;
  letter-spacing: 1px;
  line-height: 1.2em;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 22px;
  font-weight: 600;
}

a:hover,
a:active {
  color: black;
}

.content {
  max-width: 892px;
  width: 60%;
  margin: 40px auto 0 auto;
}

.parent {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/shop2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.child {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 84%;
  cursor: pointer;
}

.title {
  max-width: 100%;
}

.header-img {
  width: 100%;
}

.spaced {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 25.5px;
  line-height: 1em;
}

.p-spaced {
  margin-bottom: 20px;
}

.p-small {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1em;
  color: #4d4d4d;
}

.msg-box {
  margin-top: 35px;
  border: 5px solid #000;
  padding: 20px 20px;
}

#shop {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  border: 5px solid #000;
  width: 342px;
  padding: 20px 20px;
  margin: 45px auto 45px auto;
  z-index: 99999;
  cursor: pointer;
}

#slogan-splash {
  position: absolute;
  bottom: 50px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

#slogan-splash img {
  max-width: 100%;
}

#copy-splash {
  position: absolute;
  bottom: 20px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

.copy, .footnote {
  text-align: center;
  font-size: 9px;
  color: #444;
  width: 90%;
  margin: 0 auto;
  line-height: 1.3em;
}
