/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

.appstore-button {
	margin: 2rem 1.2rem 2rem 0rem;
}

h1 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
}

.copyright {
	text-align: center;
	color: rgb(0, 121, 255);
}

.header-image {
	margin: 0rem 0rem 2rem 0rem;
}

p {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}


/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
  position: relative;
}
.phone {
  position: relative;
  max-width: 90%;
  margin: 3rem auto -12rem;
}


/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {

  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}



/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 8rem 0 8rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    /* height: 165px; */
  }
  .phone {
    position: absolute;
    top: -1rem;
    right: 3rem;
    max-height: 500px;
    /* z-index: 3; */
  }

  .hero-heading {
    font-size: 2.4rem;
  }
  
  .appstore-button {
	margin: 1rem 1.2rem 0rem 0rem;
	}
} 

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    /* height: 190px; */
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 12rem 0 12rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }

  .phone {
    top: -6rem;
    right: 5rem;
    max-height: 550px;
  }
    .appstore-button {
	margin: 1rem 1.2rem 0rem 0rem;
	}


}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 14rem 0 14rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }

}