

body {
  text-rendering: optimizelegibility;
  font-family: "Avenir Light", Helvetica;
  text-align: center;
  background: black;
  color:white;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

img {
  width: 100%;
}

/* ------------------- Header ------------------------- */

nav {
  display: block;
}

#header {
  background-color: rgb(17, 29, 38);
}

.navbar-list {
  list-style: none;
  padding-top : 10px;
  margin: 0px;
}

.navbar-item {
  position: relative;
  float: right;
  padding-left: 20px;
  padding-top: 3px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1rem;
  text-decoration: none;
}

.navbar-item a {
    text-decoration: none;
}

.navbar-title {
  position: relative;
  float: left;
}

/* ------------------- Intro section ------------------ */

#intro {
  text-align: center;
  position: relative;
  padding-top: 118px;
  background: radial-gradient(#111D26, black);
  margin: 0 auto;
}

#intro .screenshot {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms ease-in-out;
    -moz-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out;
    transition: opacity 600ms ease-in-out;
}

#intro .screenshot.visible {
    opacity: 1;
}

#ipad {
  position: relative;
  display: inline-block;
  margin-top: -74px;
  bottom: -189px;
}

/* ------------------- App store section ---------------- */

#appstore {
  padding-top: 150px;
  background: white;
  color: black;
}

#appstore .apple-text {
    font-size: 10px;
    color: rgb(195, 199, 206);
    padding-bottom: 22px;
}

#buy {
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 300px;
}

/* -------------------- Features ------------------------ */

#features {
  padding-top: 20px;
  padding-bottom: 100px;
  background: radial-gradient(#111D26, black);
}

.feature {
  padding-top: 60px;
}

#features img {
  height: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.feature-icon {
  height: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}

#features #full {
  margin-top: 100px;
}

/* -------------------- Testimonials -------------------- */

#quotes {
  background: #DCDFE4;
  padding-top: 50px;
  padding-bottom: 100px;
  color: black;
}

.quote {
  /* padding-bottom: 40px; */
}

.quote:before {

  content: open-quote;
  padding-right: 8px;
  color: #C73157;

}

.quote:after {

  content: close-quote;
  padding-left: 8px;
  color: #C73157;

}

#award {
	max-width: 300px;
	padding-bottom: 20px;
}

/* -------------------- Footer --------------------------- */

#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background: black;
}

#logo {
  max-width: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

#footer .copyright {
  font-size: 10px;
  color: #889;
}
