/* ===== Header ===== */

.logo-header {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #2e2f42;
  font-weight: 700;
  text-transform: uppercase;
}

.logo-accent {
  color: #4d5ae5;
}

.logo:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

.address {
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #434455;
}

.address .link {
  color: #434455;
}

.address .link:hover,
.address .link:focus {
  color: #404bbf;
}

.page-nav {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.page-nav .link {
  color: #2e2f42;
}

.page-nav .link:hover,
.page-nav .link:focus {
  color: #404bbf;
}

/* ===== Hero ===== */

.hero {
  text-align: center;
  padding: 60px 20px;
  border-radius: 0;
  background-color: #2e2f42;
}

h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 107%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.hero-button {
  background-color: #4d5ae5;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 16px;
  cursor: pointer;
}

.hero-button:hover {
  background-color: #404bbf;
}

.hero-button:focus {
  background-color: #404bbf;
}

/* ===== Main ===== */

.h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 111%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2e2f42;
}

.h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #2e2f42;
}

p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #434455;
}

.benefits {
  background-color: #ffffff;
}

.team-list {
  background-color: #f4f4fd;
}

/* ===== Footer ===== */

.logo-footer {
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #f4f4fd;
  font-weight: 700;
  text-transform: uppercase;
}

.footer {
  border-radius: 0;
  background-color: #2e2f42;
}

.footer-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #f4f4fd;
}
