/* Home */

#home header {
  border-bottom: #fff 1px solid;
  background: linear-gradient(162deg, #8f4da8, #4980c2);
}
@media (max-width: 800px) {
  #home header {
    height: auto;
  }
}
#home header nav {
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  #home header nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  #home header nav {
    margin-bottom: 10px;
  }
}

/* Home - Intro */

#home header .intro {
  margin-bottom: 20px;
  padding: 0 100px;
  text-align: center;
}
#home header .intro h1 {
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}
#home header .intro h3 {
  margin-bottom: 30px;
  background-color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#home header .intro a {
  color: #fff;
}
#home header .intro .btn-header {
  margin-right: 20px;
  border-radius: 5px;
  padding: 8px 18px;
  font-size: 18px;
  font-weight: 400;
  color: #4980c2;
}
/*
#home header .intro .btn-header:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #4980c2;
}
*/
#home header .emails {
  margin-top: 50px;
  margin-right: -10%;
  margin-bottom: -220px;
  margin-left: -10%;
  list-style: none;
}
#home header .emails li {
  text-align: center;
}
#home header .emails li:first-child, #home header .emails li:last-child {
  position: relative;
  top: -200px;
}
#home header .emails li:nth-child(2), #home header .emails li:nth-child(5) {
  position: relative;
  top: -70px;
}
#home header .emails li img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 100%;
}

@media (max-width: 1440px) {
  #home header .emails {
    margin-left: -10%;
    margin-right: -10%;
    list-style: none;
  }
}
@media (max-width: 1280px) {
  #home header .intro h1 {
    margin-top: 30px;
  }
}
@media (max-width: 1180px) {
  #home header .intro h1 {
    font-size: 40px;
  }
  #home header .intro h3 {
    font-size: 22px;
  }
}
@media (max-width: 980px) {
  #home header .intro h1 {
    font-size: 34px;
  }
  #home header .emails {
    margin-right: -20%;
    margin-left: -20%;
  }
}
@media (max-width: 860px) {
  #home header .intro h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
  }
  #home header .intro h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #home header .emails {
    margin-bottom: -120px;
  }
  #home header .emails li:first-child, #home header .emails li:last-child {
    top: -100px;
  }
  #home header .emails li:nth-child(2), #home header .emails li:nth-child(5) {
    top: -30px;
  }
}
@media (max-width: 800px) {
  #home header .intro h1 {
    margin-top: 30px;
    font-size: 28px;
  }
  #home header .intro h3 {
    font-size: 20px;
  }
  #home header .emails {
    display: flex;
  }
  #home header .emails li.col-x2 {
    margin: 0 5px;
  }
  #home header .emails li:first-child, #home header .emails li:last-child {
    padding-top: 33px;
  }
}
@media (max-width: 720px) {
  #home header .intro {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 24px;
    text-align: center;
  }
  #home header .intro a {
    font-size: 16px;
  }
  #home header .intro .btn-header {
    margin-right: 5px;
    padding: 4px 11px;
    font-size: 16px;
  }
  #home header .intro .btn-header:before {
    top: 0;
    margin-right: 5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #4980c2;
  }
  #home header .emails {
    margin-right: -40%;
    margin-left: -40%;
  }
}
@media (max-width: 720px) {
  #home header .intro {
    padding: 0 15px;
  }
}

/* Home - Workflow */

#home #workflow.container {
  display: inline-block;
}
#home #workflow h2 {
  text-align: center;
}
#home #workflow img.parts {
  float: left;
  margin-bottom: -50px;
  margin-left: -50px;
}
#home #workflow ul.benefits {
  float: left;
  margin-top: 50px;
  margin-bottom: 0;
  width: 690px;
  list-style: none;
}
#home #workflow ul.benefits li {
  margin-bottom: 50px;
}
#home #workflow ul.benefits li:last-child {
  margin-bottom: 0;
}
#home #workflow ul.benefits li h3 {
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  #home #workflow img.parts {
    margin-left: 0;
    width: 35%;
  }
  #home #workflow ul.benefits {
    margin-top: 0;
    width: 65%;
  }
}
@media (max-width: 870px) {
  #home #workflow ul.benefits li {
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  #home #workflow img.parts, #home #workflow ul.benefits {
    margin-bottom: 0;
    width: 100%;
  }
  #home #workflow ul.benefits li {
    margin-left: 0;
  }
}

/* Home - Collaboration */

#home #teams {
  background: linear-gradient(#67CF96, #91CF5C);
  padding-top: 60px;
}
#home #teams .container {
  display: inline-block;
  text-align: center;
}
#home #teams h2 {
  background: none;
  -webkit-text-fill-color: #fff;
}
#home #teams h3 {
  margin-bottom: 10px;
  background: none;
  -webkit-text-fill-color: #fff;
}
#home #teams .avatar {
  margin-bottom: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
#home #teams .developers-editors {
  float: left;
  width: 50%;
  padding: 20px;
  text-align: center;
}
@media (max-width: 800px) {
  #home #teams .developers-editors {
    width: 100%;
  }
}
#home #teams .developers-editors .info {
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}
#home #teams .developers-editors .cta {
  font-size: 18px;
}
#home #teams .developers-editors .cta a {
  color: #C9F3BC;
}
#home #teams .team {
  display: inline-block;
  margin: 0 auto;
  width: 85%;
}
@media (max-width: 800px) {
  #home #teams .team {
    width: 100%;
  }
}
#home #teams .team .info {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}
#home #teams .team .examples {
  list-style: none;
}
#home #teams .team .examples li {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
  width: 20%;
  padding: 0 10px;
  text-align: center;
  overflow: visible;
}
@media (max-width: 600px) {
  #home #teams .team .examples li {
    width: 100%;
  }
}
#home #teams .team .examples li p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}
#home #teams .team .examples li .add {
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background-color: #333;
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  line-height: 65px;
}

/* Home - ESPs */

#home #esp {
  margin-top: 80px;
  margin-bottom: 60px;
}
#home #esp .platforms {
  text-align: center;
}
#home #esp .platforms ul.email-providers {
  margin: 0;
  margin-top: 50px;
  column-count: 3;
  list-style: none;
}
@media (max-width: 980px) {
  #home #esp .platforms ul.email-providers {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  #home #esp .platforms ul.email-providers {
    column-count: 1;
  }
}
#home #esp .platforms ul.email-providers li {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  height: 70px;
  text-align: center;
}
#home #esp .platforms ul.email-providers li img {
  vertical-align: middle;
}