

.install-btn {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
  font-size: 58px;
  font-family:lato;
  color: #323c8c;
  background-image: url('/files/fishbowl-consulting-salary-compensation-survey/empty.gif');
}

.install-btn-wrapper {
  background-color:#00fff5;
  text-align:center;
  height: 50px;
  line-height: 120px;
  vertical-align: middle;
  padding:40px 0;
  margin-top:0;
  border-radius: 72px;
  border: 0 solid #323c8c;
}

.install-btn-wrapper a {
  display: inline-block;
}

@media all and (max-width: 600px) {
  h1, .h1 {
    font-size: 35px!important;
  }

  h2 {font-size: 30px}

  #header #logoWrapper {
    left: 50%;
  }

  .install-btn-wrapper {
    height: 30px;
  }

  .install-btn {
    font-size: 21px;
  }
}
