@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
html,
body,p {
  border: 0;
  margin: 0;
  padding: 0;
}
hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #585858;
}
#overlay {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.svg-holder > img {
  width: 200px;
}
.svg-holder {
  margin: 0 auto;
  position: relative;
  width: 270px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}
.lion {
  width: 200px;
}
.lion.fill {
  margin: 0 auto;
}
.lion.grey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 220px;
  overflow: hidden;
}
.gr21-text {
  opacity: 0;
  height: 183px;
}
body {
  opacity: 1;
  padding-top: 0;
  background: black;
  color: #f2f2f2;
  font-family: 'Libre Baskerville';
  font-size: 16px;
  position: relative;
  padding-bottom: 40px;
}
.onepager-text {
  text-align: center;
  margin: 0;
  font-size: 1em;
  line-height: 1.5;
}
.op-block {
  margin: 40px 0;
}
.onepager-img {
  max-width: 70px;
  width: 100%;
  margin: 40px auto;
  display: block;
}
.op-header {
  margin:0;
  padding:0;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}
.content {
  max-width: 600px;
  margin: 0 auto;
  box-sizing:border-box;
}
.content.footer {
  text-align: center;
  margin: 40px auto 0;
}
.content.footer a {
  color: white;
}
@media (max-width:620px){
  body {
    font-size: 12px;
  }
  .content {
    padding:0 20px;
  }
  .content.footer {
    margin: 20px auto 0;
    font-size: 1.2em;
  }
  .onepager-img {
    margin: 20px auto;
  }
  .op-block {
    margin: 20px 0;
  }
  .svg-holder {
    width: 150px;
  }
  .lion {
    width: 100px;
  }
  .lion img {
    width: 100%;
  }
  .op-header {
    margin-bottom: 10px;
  }
}