/* Site by mattmoney.co.uk/design */
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Syne&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.0/css/all.css');
body {
  font-family: 'Syne', sans-serif;
  text-align: center;
  font-size: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9;
}
h1 {
  font-size: 50px;
  margin: 100px 0 30px;
  letter-spacing: 5px;
  font-weight: inherit;
}
.intro {
  font-size: 20px;
  display: inline-block;
  width: 580px;
  margin-bottom: 30px;
  line-height: 1.7;
}
release {
  display: inline-block;
  margin: 15px 15px 30px;
  width: 250px;
  vertical-align: top;
  text-align: left;
}
.art {
  width: 100%;
}
info {
  font-size: 15px;
  line-height: 25px;
}
info p {
  margin: 15px 0 5px;
}
h2 {
  font-size: 20px;
  font-weight: inherit;
  margin: 20px 0 0;
}
h3 {
  font-size: 15px;
  margin: 5px 0;
  font-weight: initial;
}
buy a {
  font-size: 15px;
  padding: 15px 20px 15px 0;
  display: inline-block;
}
buy i {
  margin-right: 10px;
}
main {
  max-width: 1000px;
  margin: auto;
}
.footer {
  font-size: 20px;
  margin: 50px 0 100px;
  display: inline-block;
  line-height: 1.7;
}
.mgmt {
  margin-bottom: 30px;
  display: inline-block;
}
.footer i {
  margin-right: 10px;
}
@media (max-width:500px) {
  body {
    display: none;
  }
  wrap {
    transform: none;
    width: 100%;
    position: initial;
  }
  info {
    width: 90%;
  }
  p {
    margin-top: 0;
  }
  buy {
    width: 200px;
    display: inline-block;
    margin-bottom: 50px;
  }
  buy a {
    width: 107px;
    margin: 10px;
  }
  h2 {
    width: 90%;
    margin: 0 auto;
  }
  contact {
    position: initial;
  }
  .wpcf7-not-valid-tip {
    display: none;
  }
  close span, back span {
    width: 50px;
    display: inline-block;
  }
  h1 {
    margin-top: 60px;
  }
  input, textarea {
    font-size: 16px;
  }
  input[type="submit"] {
    border: solid 1px;
  }
}