body {
  text-align: left;
  color: #434455;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1.5;
  background-color: #ffffff;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
a:hover,
a:focus,
.header-logo:hover,
.header-logo:focus,
.footer-logo:hover,
.footer-logo:focus {
  color: #404bbf;
}
.header-logo-style:hover,
.header-logo-style:focus,
.footer-logo-style:hover,
.footer-logo-style:focus {
  color: inherit;
}
button:hover,
button:focus {
  background-color: #404bbf;
}
/* -------------HEADER----------------- */
.header-navigation {
  font-weight: 500;
  color: #2e2f42;
}
.header-logo {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.17;
  text-transform: uppercase;
  color: #4d5ae5;
}
.header-logo-style {
  color: #2e2f42;
}
.header-list-link {
  color: #2e2f42;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.header-contact-details {
  font-style: normal;
  color: #434455;
  letter-spacing: 0.02em;
}
/* -------------HERO----------------- */
.hero {
  background-color: #2e2f42;
  color: #ffffff;
}
.hero-title {
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: 0.02em;
  text-align: center;
}
.hero-button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background-color: #4d5ae5;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0.04em;
  font-weight: 500;
}
/* -------------ADVANTAGES----------------- */
.advantages-subtitle {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 500;
  color: #2e2f42;
}
.advantages-text {
  color: #434455;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
/* -------------TEAM----------------- */
.team {
  background-color: #f4f4fd;
}
.team-title {
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 1.11;
  text-transform: capitalize;
  color: #2e2f42;
  text-align: center;
}
.team-list-item {
  background-color: #ffffff;
}
.team-name {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 500;
  color: #2e2f42;
}
.team-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}
/* -------------PORTFOLIO----------------- */
.portfolio-title {
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  text-align: center;
}
.portfolio-subtitle {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 500;
  color: #2e2f42;
}
.portfolio-list-text {
  color: #434455;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
/* -------------FOOTER----------------- */
.footer {
  background-color: #2e2f42;
}
.footer-logo {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
}
.footer-logo-style {
  color: #f4f4fd;
}
.footer-text {
  color: #f4f4fd;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
