html {
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f9f9f9;

  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

header {
  box-sizing: border-box;
  height: 56px;
  padding: 12px;

  background-color: white;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
}

a {
  color: #77aad2;
  text-decoration: none;
}

#notify-button {
  color: #77aad2;
  font-size: 14px;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  background: transparent;
  border: 0;
  opacity: 0.8;
  outline: 0;
}

#notify-button:active {
  opacity: 1;
  outline: 0;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;

  font-weight: 300;
  font-size: 18px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 15px;

  text-align: center;
  font-size: 18px;
}

p {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.shrinker {
  max-width: 800px;
  margin: auto;
}

.shrinker-large {
  max-width: 1000px;
  margin: auto;
}

header .shrinker-large {
  height: 32px;
}

#header-app-icon {
  display: inline-block;

  width: 32px;
  height: 32px;
}

#header-links {
  position: relative;
  top: 50%;
  transform: translateY(-50%);

  float: right;
  list-style: none;
}

#header-links li {
  display: inline-block;
  padding-right: 20px;
}

#header-links li:last-child {
  padding-right: 0;
}

#content {
  position: relative;
  z-index: 10;

  text-align: center;
  padding: 20px 15px;
}

#logo {
  display: inline-block;
  width: 200px;
}

#app-store-wrapper {
  width: 100%;
}

#app-store-logo {
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
  height: 42px;
}

#play-store-logo {
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px;
  height: 42px;
}

#app-store-logo:hover,
#play-store-logo:hover {
  cursor: pointer;
}

.android-wrapper {
  padding-top: 30px;
}

#screenshot-wrapper {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 255px;
}

#screenshot {
  position: absolute;
  left: 0;

  width: 280px;
  margin-top: 30px;
}

#dark-section {
  position: relative;
  z-index: 1;

  background-color: #77aad2;
  padding: 15px 30px;
  padding-top: 100px;

  color: #eee;
}

#light-section {
  padding: 15px 30px;
}

footer {
  padding: 15px 30px;
  background-color: #e0e0e0;
}

.jquery-modal.blocker {
  z-index: 1000000;
}

.modal {
  padding: 15px !important;
  padding-top: 20px !important;
}

#phone-number {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
}

#android-modal-confirmation {
  display: none;
}
