@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700);

body {
  font-family: 'Montserrat', sans-serif !important;
}

#title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
}

.subtitle {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.subtitle-2 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align: center;
  margin-top: 2.5rem;
}

#hero, #functions, #content {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#logo {
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 170px;
}

#lead {
  text-align: center;
  color: #000;
  font-size: 1rem;
}

#link-sm {
  text-align: center;
}

#link-sm .col a {
  color: #913199;
}

.li {
  color: #000;
  margin-bottom: 1em;
  font-size: 0.9rem;
}

#header {
  background-color: #913199;
}

#title {
  color: #702688;
}

#hero {
  background-color: #eddfaf;
}

#content {
  background-color: #e2c0e2;
}

#functions {
  background-color: #c0efe7;
}

#footer {
  font-size: 0.8rem;
  background-color: #3b937e;
}

.carousel {
  max-width: 350px; 
  margin: 0 auto;
}

#functions img {
  max-width: 500px; 
  margin: 0 auto;
}

#play-store {
  text-align: center;
}

#play-store img {
  width: 150px;
}

.rounded-long {
  border-radius: 20px;
  border: 0px solid #fff;
  background-color: #e6f9f6;
}

@media (min-width: 430px) {
  #title {
    font-size: 3rem;
  }

  .subtitle {
    font-size: 1.7rem;
    margin-bottom: 1em;
  }
  
  .subtitle-2 {
    font-size: 1.7rem;
    margin-bottom: 1em;
    margin-top: 2.5rem;
  }

  #logo {
    width: 200px;
  }
  #lead {
    font-size: 1.2rem;
  }

  .li {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {
  
  #hero, #functions, #content {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  #title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0.2em;
    text-align: left;
  }

  .subtitle {
    font-size: 1.6rem;
  }
  
  .subtitle-2 {
    font-size: 1.6rem;
    margin-top: 0rem;
    text-align: left;
  }

  #lead {
    margin-bottom: 3em;
    text-align: left;
    font-size: 1.3rem;
  }

  #footer {
    font-size: 1rem;
  }

  #play-store{
    text-align: left;
  }

  #link-sm {
  text-align: left;
  }
}


@media (min-width: 768px) { 
  #hero, #functions, #content {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  #title {
    font-size: 5rem;
  }

  .subtitle {
    font-size: 1.8rem;
  }
  
  .subtitle-2 {
    font-size: 1.8rem;
  }

  #lead {
    margin-bottom: 4em;
    font-size: 1.5rem;
  }

  .li {
    font-size: 1.1rem;
  }
  #play-store img {
    width: 200px;
  }
}

@media (min-width: 992px) {
  #title {
    font-size: 6rem;
  }

  .subtitle {
    font-size: 2.2rem;
  }
  
  .subtitle-2 {
    font-size: 2.2rem;
  }

  .li {
    font-size: 1.2rem;
  }
}





