.NavigationContainer {
  position: relative;
}

.Navigation {
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  transition: box-shadow .25s ease-in-out, padding .25s ease-in-out;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
}

.Navigation-body {
  position: relative;
  z-index: 2;
}

.Navigation-logo {
  display: inline-block;
}

.Navigation-logo a {
  display: block;
  height: 26px;
  width: 140px;
  margin-top: -2px;
  text-indent: -9999px;
}

.Logo {
  background-image: url('../images/logos/hey-mayor.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  text-indent: -9999px;
}

/* Navigation Links */
.Navigation-links > .Navigation-dropdown, .Navigation-links > .Navigation-link, .Navigation-links > .Navigation-tag {
  padding-right: 8px;
  padding-left: 8px;
}

.Navigation-link {
  line-height: 40px;
  white-space: nowrap;
  font-size: 16px;
  color: #3C3EFF;
  font-weight: 500;
}

.Navigation-tag {
  line-height: 40px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1140px) {
  .Navigation-links > .Navigation-dropdown, .Navigation-links > .Navigation-link, .Navigation-links > .Navigation-tag {
    padding-right: 12px;
    padding-left: 12px;
  }
}


/* Sections */
.Page {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 960px;
}

.Hero {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.hero-phone {
  height: 680px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background-image: url('../images/intro-phone.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-phone > .screen {
  position: relative;
  height: 69%;
  width: auto;
  left: 2px;
  bottom: 4px;
}
.hero-sms {
  height: 630px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hero-phone img, .hero-sms img {
  width: auto;
  height: 100%;
}

.hero-bubble {
  height: 480px;
  margin-top: 40px;
}
.hero-bubble img {
  width: 100%;
  margin: 0 auto;
}

.demo-dashboards img {
  width: 100%;
}

.bubble-picture {
  height: auto;
  width: 100%;
}
.bubble-picture img {
  width: 100%;
  height: auto;
}

@media (min-width: 640px) {
  .hero-phone, .hero-sms  {
    margin-top: -80px;
  }
  .hero-phone img, .hero-sms img {
    width: auto;
  }
  .hero-bubble {
    float: right;
    width: 40%;
    margin-top: -30px;
  }
  .hero-bubble img {
    width: 100%;
    float: right;
  }

  .bubble-picture {
    height: auto;
    width: 320px;
  }
}

.feature {
  margin-left: auto;
  margin-right: auto;
  max-width: 682px;
  position: relative;
  width: 100%;
}

.tile, .tile-constrained {
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 auto;
}

.tile-constrained {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 175px;
  width: 100%;
  min-height: 100px;
  height: 120px;
  min-width: 150px;
}

.tile img, .tile-constrained img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  border: 1px solid #f0f0f0;
}

.demo > section {
  border-bottom: 1px solid #f0f0f0;
}

.plan:hover {
  border: 1px solid #3C3EFF;
}

.plan-features {
  text-align: left;
  margin-bottom: 80px;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
}

.plan-features p {
  margin-bottom: 12px;
}

.plan-subfeatures {
  margin-left: 22px;
  color: #7999B8;
  font-size: 15px;
  line-height: 18px;
  margin-top: 5px;
  margin: 0;
  padding: 0;
}

.plan-features > li {
  margin-top: 17px;
}

.plan-features > li > p:before {
  content: url('../images/checkmark.svg');
  margin-right: 6px;
}

.plan-subfeatures > li {
  margin-top: 3px;
  padding-left: 24px;
  position: relative;
  font-weight: 300;
}

ul.plan-features , ul.plan-subfeatures {
  list-style: none;
}

.js-subscription-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(60, 62, 255, 0.8);
  overflow: scroll;
}

.js-subscription-overlay.show {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
}
