/* 
0-600px        :    phone
600-900px      :    tablet portrait
900-1200px     :    tablet landscape
1200-1800px    :    big desktop

$breakpoint argument choices :
-phone
-tab-port
-tab-land
-big-desktop

1em = 16px
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  font-size: 1.8rem;
  font-family: "Bai Jamjuree", "sans-serif"; }

p {
  margin: 0 auto;
  width: 42%;
  font-weight: 400;
  margin: 2.5rem auto;
  color: #9fabb2;
  text-align: center; }

.container {
  text-align: center;
  background: url("../images/bg-header-desktop.png") center center/cover; }

.snippets h2,
.workflow h2 {
  text-align: center;
  margin-top: 7rem; }

.clipboard h2 {
  text-align: center;
  margin-top: 7rem; }

.clipboard__ipad {
  width: 100%;
  text-align: center; }

.clipboard__img {
  width: 60%; }
  @media only screen and (max-width: 56.25em) {
    .clipboard__img {
      width: 80%; } }

.keeptrack {
  display: flex;
  margin: 3rem; }
  @media only screen and (max-width: 75em) {
    .keeptrack {
      text-align: center;
      flex-direction: column; } }
  .keeptrack__Mac {
    flex: 1; }
  .keeptrack__img {
    width: 70%; }
  .keeptrack__caption {
    flex: 1;
    text-align: left;
    padding: 4rem; }
    .keeptrack__caption p {
      text-align: left;
      width: 100%; }

.supercharge {
  margin-top: 7rem;
  display: flex;
  width: 80%;
  margin: 0 auto; }

.card {
  text-align: center;
  width: 100%; }
  .card img {
    margin-bottom: 3rem; }
  .card p {
    width: 90%; }

.partners {
  margin: 7rem auto;
  text-align: center; }
  .partners__logo {
    margin: 3rem;
    text-align: center; }
    @media only screen and (max-width: 56.25em) {
      .partners__logo {
        width: 17%; } }

.download {
  text-align: center; }

.footer {
  display: flex;
  background-color: #edf2f4;
  height: 9rem;
  align-items: center;
  padding: 9rem 0; }
  .footer__logo {
    text-align: center;
    width: 36%; }
    .footer__logo img {
      height: 7rem;
      width: 7rem; }
  @media only screen and (max-width: 56.25em) {
    .footer {
      height: 90%;
      padding: 2rem;
      flex-direction: column; } }

.links {
  width: 100%;
  display: flex; }
  @media only screen and (max-width: 56.25em) {
    .links {
      justify-content: center; } }
  .links ul,
  .links ul a {
    display: inline;
    width: 26%;
    font-weight: 400;
    color: #4c545d;
    text-align: left;
    padding: 1.5rem;
    list-style: none;
    text-decoration: none; }
    .links ul:active,
    .links ul a:active {
      color: #26baa4; }
  .links ul li {
    padding-bottom: 1.5rem; }

.header {
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem; }
  .header h1 {
    text-align: center;
    letter-spacing: 1.7px;
    line-height: 2; }
  .header p {
    margin: 0 auto;
    width: 42%;
    font-weight: 400;
    margin: 3rem auto;
    color: #9fabb2;
    text-align: center; }

.btn {
  padding: 1rem 3rem;
  border: none;
  border-radius: 25px;
  margin-left: 1.5rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer; }
  .btn--green {
    box-shadow: #26baa4 0.2rem 0.1rem 0.2rem;
    background: #26baa4;
    outline: none; }
    .btn--green:active {
      outline: none;
      filter: brightness(110%); }
  .btn--blue {
    box-shadow: #6173ff 0.2rem 0.1rem 0.2rem;
    background: #6173ff;
    outline: none; }
    .btn--blue:active {
      outline: none;
      filter: brightness(110%); }

.socialM {
  text-align: left;
  width: 36%; }
  @media only screen and (max-width: 56.25em) {
    .socialM {
      text-align: center; } }
  .socialM img {
    padding: 1.5rem; }
  .socialM__facebook {
    filter: invert(35%) sepia(71%) saturate(437%) hue-rotate(181deg) brightness(86%) contrast(89%); }
    .socialM__facebook:active {
      filter: invert(35%) sepia(71%) saturate(437%) hue-rotate(181deg) brightness(100%) contrast(89%); }
  .socialM__twitter {
    filter: invert(32%) sepia(94%) saturate(986%) hue-rotate(176deg) brightness(90%) contrast(108%); }
    .socialM__twitter:active {
      filter: invert(32%) sepia(94%) saturate(986%) hue-rotate(176deg) brightness(100%) contrast(108%); }
  .socialM__instagram {
    filter: invert(31%) sepia(6%) saturate(973%) hue-rotate(169deg) brightness(95%) contrast(86%); }
    .socialM__instagram:active {
      filter: invert(31%) sepia(6%) saturate(973%) hue-rotate(169deg) brightness(120%) contrast(86%); }
