body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  margin: 0;}
a {
  text-decoration: none;}
div {
  box-sizing: border-box;}
.content {
  height: 100%;}
.header {
  position: relative;
  z-index:0;
  width: 100%;
  background: white;
  border-bottom: 2px solid #eee;
  box-shadow: 0px 2px 8px rgba(54,25,1,0.8);}
.logo-container {
  float: left;
  overflow: hidden;
  width: 16%;
  margin: 2vw;
  border-radius: 16%;}
.logo {
  display: block;
  width: 100%}
.header-text {
  padding-top: 2vw;
  margin-left: 20%}
.title {
  display: table-cell;
  vertical-align: middle;
  height: 15.5vw;}
.title>a {
  color: #4f4f4f;
  font-size: 3.5vw;
  font-weight: bold;}
.company {
  font-size: 3vw;
  margin-top: 8px;
  margin-bottom: 16px;}
.storelink {
  font-size: 2.5vw;}
.storelink>a {
  margin-bottom: 16px;
  color: #ff8c00;
  text-decoration: none;}
.main {
  overflow-y: auto;
  background: #eee;
  padding-top: 20vw;
  padding-bottom: 22vw}
.footer {
  width: 100%;
  position: relative;
  z-index:0;
  padding: 0.5em 0;
  background: white;
  text-align: center;
  border-top: 2px solid #eee;
  box-shadow: 0px -2px 8px rgba(54,25,1,0.8);}
.button {
  display: inline-block;
  width: 90%;
  margin: 0.1em 1%;
  padding: 1em 0.25em;
  background: orange;
  background: linear-gradient(to bottom, rgba(255,231,76,1) 0%, rgba(255,250,150,1) 25%, rgba(255,231,76,1) 55%, rgba(255,119,0,1) 100%);
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  color: #361901;
  text-decoration: none;
  border-radius: 0.25em;
  text-shadow: 0 1px 10px #FFFFFF;
  box-shadow: 0px 3px 6px rgba(54,25,1,0.8);}
.button-sm {
  float: right;
  overflow: hidden;
  width: 32%;
  height: 15.5vw;
  line-height: 15.5vw;
  margin: 2vw;
  display: block;
  padding: 0 0.25em;
  background: orange;
  background: linear-gradient(to bottom, rgba(255,231,76,1) 0%, rgba(255,250,150,1) 25%, rgba(255,231,76,1) 55%, rgba(255,119,0,1) 100%);
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  color: #361901;
  text-decoration: none;
  border-radius: 0.25em;
  text-shadow: 0 1px 10px #FFFFFF;
  box-shadow: 0px 1px 4px rgba(54,25,1,0.8);}
.screenshot {
  width: 100%;
  margin-bottom: 1em;}
.screenshot:last-of-type {
  margin-bottom: 0}
.sticky-top {
  position: fixed; top: 0; right: 0; left: 0; z-index: 100;}
.sticky-bottom {
  position: fixed; bottom: 0; right: 0; left: 0; z-index: 100;}

@media only screen and (min-width : 550px) {
  .logo-container {
    max-width: 12%;}
  .header {}
  .header-text {
    margin-left: 12%}
  .title {
    display: table-cell;
    vertical-align: middle;
    height: 12vw;}
  .main {
    padding-top: 16.5vw;
    padding-bottom: 9.5vw;}
  .title {
    font-size: 4vw;}
  .company {
    font-size: 2vw;}
  .button {
    padding: 0.75em 0.5em;
    font-size: 4vw;}
  .button-sm {
    height: 12vw;
    line-height: 12vw;}
  .sticky-top {
    position: absolute;
  }
}