/* CSS RESET */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* UNIVERSAL STYLES */

body {
  font-family: 'Avenir', sans-serif;
  color: #4A4A4A;
  line-height: 2;
  font-size: 14px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

section, footer {
  padding: 3% 10%;
}

header {
  padding: 2% 10%;
  padding-bottom: 0;
}

.screenshot {
  width:100%;
}

ul, ol {
  padding-left: 1rem;
}

/* TYPOGRAPHY */

h1 {
  text-align: center;
}

h2 {
  font-size: 2rem;
  font-family: 'Avenir', sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  color: #000000;
}

h3 {
  font-size: 1rem;
  text-transform: capitalize;
  color: #000;
}

p {
  font-size: 1rem;
}

strong {
  color: #000;
}

i light {
  color: #BBBBBB;
}

.link a {
  color: inherit;
  position: relative;
  text-decoration: none;
  top: 0;
  transition: .3s ease;
}

.link a:hover {
  color: #117afa;
  transition: .3s ease;
  top: 3px;
}

/* NAV */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: block;
  padding: 2rem;
  padding-bottom: .5rem;
}

nav ul li a img {
  width: 95%;
}


.navbar-default {
  width: 100vw;
  z-index: 3;
  background-color: transparent;
  box-shadow: 2px rgba(0, 0, 0, 0);
  position: fixed;
}

.navbar-scroll {
  background-color: #FFF;
  z-index: 3;
  width: 100vw;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* MOBILE NAV */
.slideout-nav {
  position: fixed;
  top: 0;
  left: -185px;
  width: 180px;
  height: 100%;
  background-color: #ffffff;
  transition: all 300ms ease-in-out;
  color: white;
  z-index: 100;
  font-size: 1rem;
}

.slideout-nav ul li {
  font-size: 18px;
  color: #000000;
  padding: 5px;
}

.slideout-nav ul {
  list-style-type: none;
}

.slideout-nav ul li a img {
  width: 60%;
  /* margin-bottom: 40px; */
  background-color: white;
  padding: 1px;
  /* border-radius: 3px; */
  margin: 0 16px 20px 0;
}

.hamburger-menu {
  color: black;
  position: relative;
  left: 200px;
  top: 13px;
}


/* FORM */

::placeholder {
  color: #BBBBBB;
}

input, textarea {
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  padding: .5rem;
  width: 100%;
  letter-spacing: .1rem;
  outline: none;
}

button {
  background-color: #117afa;
  padding: .5rem 1rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 400;
  text-transform: capitalize;
}

.business-email-button {
  background-color: #117afa;
  padding: .5rem 4.4rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 400;
  text-transform: capitalize;
}

button:hover {
  background-color: black;
  color: white;
  cursor: pointer;
  transition: .3s ease;
}

button a {
  color: inherit;
  text-decoration: none;
  transition: .3s ease;
}

.form {
  margin-top: 1rem;
}

form .us-sms-msg {
  color: rgb(86, 86, 86);
  font-size: 11px;
  padding-left: 12px;
}

/* TOP BANNER */

.banner {
  background-image: url('../img/banner_image_2.jpg');
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  padding-top: 2%;
}

.banner .screenshot {
  width: 80%;
}

.sub-title {
  text-transform: uppercase;
  letter-spacing: .25rem;
  font-size: .75rem;

}

.heading-middle {
  text-align: center;
}


/* FEATURES */

#features-selector {
  text-align: center;
}

#features-selector span {
  cursor: pointer;
}

.dot {
  border: 2px solid #000;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  display: inline-block;
}

.line {
  background-color: #000;
  height: 2px;
  width: 100px;
  margin-left: -5px;
  margin-bottom: 3px;
  display: inline-block;
}

.feature-controller div {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-top: -1px;
  opacity: 0;
}

.feature-controller {
  position: relative;
  font-size: 1rem;
}

.feature-controller.visible div{
  opacity:1;
}

.feature-controller.visible {
  font-weight: bold;
  color: #000;
}

#features-texts {
  position: relative;
}

.features-text {
  position: absolute;
  padding: 4%;
  border: 1px solid #F3F3F3;
  border-bottom: 2px solid #137afa;
  box-shadow: 1px 1px 3px #DBDBDB;
  z-index: 2;
  opacity: 0;
  display: block;
}

.features-image {
  position: absolute;
  opacity: 0;
  z-index: 2;
  display: inline-block;
}

.features-text.visible,
.features-image.visible {
  position: relative;
  z-index: 3;
  opacity: 1;
}

hr {
  border: 2px solid #137afa;
  width: 20%;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

/* EXPERIENCE */

.list-item .bullet-bg {
  height: 30px;
  width: 30px;
  background-color: #000;
  color: #FFF;
  text-align: center;
  border-radius: 15px;
}

.experience blockquote span {
  font-weight: bold;
  font-size: 3rem;
}

.experience img {
  width: 95%;
  padding-left: 3rem;
}

.experience i {
  padding: 1rem;
  color: #000;
  cursor: pointer;
}

.audio-button-wrapper {
  display: inline-block;
}

.audio {
  margin-top: 1.5rem;
  margin-left: 7rem;
}

.audio-txt {
  display: inline-block;
  margin-right: 8px;
}

.audio-play-btn {
  border: 1px solid rgb(156, 156, 156);
  padding: 4px 10px;
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
  transition: 0.6s ease;
}

.audio-pause-btn {
  border: 1px solid rgb(156, 156, 156);
  padding: 4px 10px;
  border-radius: 0 4px 4px 0;
  transition: 0.6s ease;
}

.audio-play-btn:hover, .audio-pause-btn:hover {
  background-color: #117AFA;
  border-color: #117AFA;
}

.audio-play-btn:hover > i, .audio-pause-btn:hover > i {
  color: white;
}

/* MODAl */
#overlay {
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  width:100%;
  height:100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  
}

#overlay div {
  width: 450px;
  height: 140px;
  margin: 100px auto;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  font-weight: 500;
}

.dialog-close-btn {
  width: 40%;
  margin-top: 30px;
  color: #ffffff;
  background-color: #117AFA;
  font-weight: 300;
  float: right;
}


/* COACHES */

.profile {
  text-align: center;
  padding: 0 .25rem;
}

.profile img{
  border-radius: 100%;
  width: 100%;
  padding: 2rem;
}

.profile i {
  color: #BBB;
}


/* DEVICES */

#devices-graphic {
  background-image: url('../img/small_banner.jpg');
  background-size: cover;
  min-height: 40vh;
  padding-bottom: 0;
  color: white;
}

#devices-graphic h2 {
  color: white;
}

#devices-text {
  padding-top: 2%;
  padding-right: 5%;
}

#devices-text img {
  position: relative;
  margin-top: -130px;
  width: 100%;
}

/* DOWNLOAD */

#download {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

#download img {
  position: relative;
  z-index: 2;
}

#download-text {
  padding-top: 14%;
  padding-bottom: 14%;
  position: relative;
}

#download-text::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  height: 100%;
  color: #F3F3F3;
  background-color: #F3F3F3;
  z-index: 1;
}

#download-text img {
  margin-top: 1rem;
}

#download h2 {
  text-transform: none;
}

/* CONTACT PEAR FOR BUSINESS */


.business textarea {
  margin-top: 1rem;
  min-height: 226px;
}

.business .button {
  margin-right: .5rem;
}


/* ABOUT */

.medium_banner {
  min-height:25vh;
  padding-top: 2%;
  background-color: white;
  background-image: none;
  border-bottom: 1px solid #F3F3F3;
}

.about_banner {
  background-image: url('../img/banner_image.png');
  min-height:30vh;
  background-size: cover;
  padding-top: 2%;
}

.page-break {
  background-color: #117afa;
  padding: 0;
  margin: 2rem 0;
  border: 2px solid #117afa;
}

.founders img {
  padding-top: 5%;
}

.founder-copy {
  padding: 5%;
}

/* FAQ */

.chart {
  border: .5px solid #F3F3F3;
}

.chart span{
  border-bottom: .5px solid #F3F3F3;
  padding: 1rem;
  width: 100%;
}

.border-left {
  border-left: .5px solid #F3F3F3;
}

.faq {
  padding-left: 5%;
}

/* FOOTER */

footer {
  background-color: #000;
  color: #FFF;
  padding-bottom: 1%;
}

/* NAV */
  footer .nav {
    border-right: 1px solid #FFF;
    position: relative;
  }

  footer nav a, .social {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    color: inherit;
    padding: 1rem 2rem;
    display: block;
  }

  footer nav a:hover {
    font-weight: bold;
    color: inherit;
  }

/* CONTACT PEAR INFO */

  .contact-info i, .contact-info div {
    display: inline-block;
  }

  .contact-info a{
    color: inherit;
    text-decoration: none;
  }

  .contact-info i {
    padding-right: 1rem;
    padding-top: .5rem;
  }

/* CONTACT & FOLLOW */
  footer button {
    border: 1px solid #FFF;
    color: #FFF;
    transition: .3s ease;
  }

  footer button:hover {
    color: #000;
    background-color: #FFF;
    transition: .3s ease;
  }

  .contact {
    padding-left: 5rem;
  }

  .contact h3 {
    padding-bottom: .5rem;
  }

  .contact-form input, .contact-form textarea {
    background-color: #000;
    border: 1px solid #FFF;
    color: #FFF;
    margin-top: .5rem;
  }

  .social i {
    padding: 2%;
    color: #BBBBBB;
  }

  .social i:hover {
    color: white;
  }

  /* COPYRIGHT */
  .copyright {
    text-align: center;
    margin-top: 1.25rem;
    font-weight: lighter;
  }

  footer hr {
    margin-left: auto;
    margin-right: auto;
  }

/* HELPERS */

.center-txt {
  text-align: center;
}

.right-txt {
  text-align: right;
}

.bg-secondary {
  background-color: #F3F3F3;
}

.light-txt {
  color: white;
}

.nested {
  margin-left: 2.5rem;
}


.mobile-only img, .mobile-only i, footer hr{
  display: none;
}

.badge {
  width: 48%;
}

.badge img{
  height: 45px;
}


/* MEDIA QUERY */

@media screen and (max-width:1000px){

  .md-hide {
    display: none;
  }

}

@media screen and (min-width:769px) {
  .hamburger-menu {
    display: none;;
  }
}

@media screen and (max-width:768px){

  section, footer {
    padding: 10% 10%;
  }

  header {
    padding: 10%;
    padding-top: 5%;
  }

  p {
    font-size: .9rem;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-only img {
    display: inline-block;
  }


  .contact-info i {
    display: none;
  }

  .list-item .bullet-bg {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .center-txt-mobile {
    text-align: center;
  }

  .callout h2{
    font-size: 1.25rem;
  }

  .mobile-only i {
    display: inline-block;
    color: white;
    padding: .75rem;
  }

  #download {
    padding: 10%;
    background-color: #F3F3F3;
  }

  footer nav a, .social {
    padding: 1rem;
  }

}

@media screen and (max-width: 576px) {

  h2 {
    font-size: 1.75rem;
  }

  .list-item .bullet-bg {
    height: 26px;
    width: 26px;
    border-radius: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item {
    text-align:center;
  }

  .contact-info a {
    font-size: .75rem;
  }

  .contact {
    padding: 0;
    text-align: center;
  }

  footer h3 {
    text-align: center;
  }

  input {
    font-size: .75rem;
  }

  .chart p, .chart strong{
    text-align: center;
    font-size: .75rem;
  }


  footer .nav {
    text-align: center;
    border-right: none;
  }

  footer nav a, .social {
    padding: 1rem;
  }

  footer hr {
    display: inline-block;
    border: 1px solid #FFF;
  }
}

@media screen and (max-width:960px) {
  nav ul li {
    font-size: 13px;
    padding: 32px 20px 8px;
  }
}

@media screen and (max-width: 1224px) {
  .banner {
    line-height: 1.5;
  }
}

