html, body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  background-image: url(../files/bg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font: normal 15px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #ffffff;
  box-sizing: border-box;
}

.header {
  position: relative;
  background-color: #000000;
  padding: 10px 20px;
  text-align: center;
}

.header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background: linear-gradient(to right, #000000 0%, #bfa070 25%, #dccba3 50%, #bfa070 75%, #000000 100% );
}

.wrap {
  padding: 0 20px 25px 20px;
  text-align: center;
}

.box {
  position: relative;
  width: 100%;
  max-width: 980px;
  background: linear-gradient(to top, #242424 0%, #000000 33.3333%);
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255,255,255,0.2);
  margin: 20px auto;
  padding: 0 40px 20px 40px;
  text-align: left;
}

h1, h2, h3, .logo {
  font-family: "Cinzel";
  color: #dccba3;
  margin: 0 0 15px 0;
  padding: 0;
}

.logo {
  font-size: 44px;
  line-height: 44px;
}

h1 {
  font-size: 36px;
  line-height: 42px;
  margin: 40px auto;
}

h2 {
  margin-top: 40px;
  font-size: 28px;
  line-height: 34px;
}

h3 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 30px;
}

p {
  margin: 0 0 15px 0;
}

a {
  color: #dccba3;
  text-decoration: none;
}

.checkmark-bullets {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}

.checkmark-bullets li {
  position: relative;
  margin: 0;
  padding: 6px 0 9px 24px;
  text-align: left;
}

.checkmark-bullets li::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../files/checkmark-bullets.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center top;
  background-size: 16px 16px;
}

.checkmark-bullets li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.0) 100%);
}

.checkmark-bullets li:last-child::after {
  display: none;
}

.call-boy-img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {

  h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px auto;
  }

  h2 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    margin-top: 30px;
    font-size: 22px;
    line-height: 28px;
  }

  .wrap {
    padding: 0 10px 25px 10px;
  }

  .box {
    padding: 0 20px 0 20px;
  }

}
