h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

html, body {
  height: 100%;
}

#main-menu-open {
  display: none;
}

#main-menu-close {
  display: none;
}

#header {
  background-color: #f5870a;
  display: flex;
  justify-content: space-between;
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
}

body * {
  font-family: Poppins, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

header, section, footer {
  padding: 20px;
  flex-shrink: 0;
}

header {
  padding-top: 45px;
}

header a {
  text-decoration: none;
  color: #fff;
}

.nav-link {
  font-size: 19px;
  line-height: 44px;
  text-decoration: none;
  color: #fef3e6;
  display: inline-block;
  margin: 0 15px;
}

.logo {
  font-size: calc(120% + 1vw);
  line-height: 44px;
  font-weight: 700;
}

#footer {
  background-color: #fff;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#footer > a {
  margin: 0 20px;
}

#landing-overview {
  background-color: #f5870a;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.heading {
  font-size: 56px;
  line-height: 1.38;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

.subheading {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 400;
  color: #fef3e6;
  text-align: center;
  padding: 20px 0;
}

#call-to-action-login {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  background: #fff;
  color: #000;
  white-space: nowrap;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #353740;
  color: #fff;
  margin-top: 40px;
}

#call-to-action-email {
  border: 15px solid #fff;
  border-radius: 3px;
  position: relative;
  background: #353740;
  z-index: 2;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  margin: auto;
  display: flex;
}

#landing-overview p {
  color: #fff;
}

#collect-email {
  font-size: 15px;
  outline: 0;
  border: none;
  width: 275px;
  padding: 15px;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
}

#subscribe {
  color: #fff;
  background-color: #353740;
  max-width: initial !important;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 3px;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  white-space: nowrap;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}

#features {
  background-color: #fff;
  color: #000;
}

.feature i {
  color: #fef3e6;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(34, 126, 247, 0.07);
  margin-bottom: 20px;
}
.feature i svg {
  fill: #f5ca0a;
  width: 100%;
  max-width: 30px;
  max-height: 30px;
}

/* Needs reworking */
#features {
  display: flex;
  padding: 100px 0;
}

.feature {
  flex-basis: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.feature > h3 {
  font-size: 22px;
  line-height: 1.5;
}

.feature > p {
  font-size: 19px;
  line-height: 1.8;
  font-weight: 400;
}

.browserphone {
  position: relative;
  margin-top: 80px;
}

.browserphone-iphone {
  z-index: 2;
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  background: linear-gradient(#f4f4f4, #f2f2f2);
  box-shadow: inset 0 0 1px 1px #dbdcdd, inset 0 0 1px 4px #efefef, inset 0 0 0 5px #fff, inset 0 0 0 6.5px #edf1f2, inset 5px 0 7px 5px #fff, inset -5px 0 7px 5px #fff;
  border-radius: 35px;
  padding: 50px 15px 60px;
}

.mask {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.browserphone-iphone .mask {
  width: 210px;
  min-height: 310px;
  max-height: 400px;
}

.mask {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 4px 4pfx;
  background: #fff;
  position: relative;
}

.browserphone-browser .mask {
  min-height: 490px;
  max-height: 580px;
}

.mask-img {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}

section#screenshots {
  background-color: #f5870a;
  padding-bottom: 60px;
}

.browserphone {
  max-width: 900px;
  margin: auto;
}

img.browser-screenshot {
  width: 100%;
  box-sizing: border-box;
  padding-right: 100px;
}

/*# sourceMappingURL=landing.css.map */
