body {
  font-family: "Roboto", sans-serif;
  color: #434455;
  background-color: #ffffff;
}

ul li {
  list-style-type: none;
}

/* **HEADER** */

.logo {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
}
.logo-studio {
  color: #2e2f42;
}
.navlist {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.navlist:hover {
  color: #404bbf;
}
.navlist:focus {
  color: #404bbf;
}
.navbar-address {
  font-style: normal;
}
.navbar-address-list {
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}
.navbar-address-list:hover {
  color: #404bbf;
}
.navbar-address-list:focus {
  color: #404bbf;
}

/* **HERO SECTION** */

.hero-section {
  background-color: #2e2f42;
}
.hero-section-header {
  font-size: 56px;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.hero-section-button {
  background-color: #4d5ae5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ffffff;
  cursor: pointer;
}
.hero-section-button:hover {
  background-color: #404bbf;
}
.hero-section-button:focus {
  background-color: #404bbf;
}

/* FEATURES SECTION */

.features-section-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.features-section-p {
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* **TEAM SECTON** */

.team-section {
  background-color: #f4f4fd;
}
.team-section-header {
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
}
.team-section-list {
  background-color: #ffffff;
}
.team-section-li-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.team-section-li-p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}

/* PORTFOLIO SECTION */

.portfolio-section-header {
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
}
.portfolio-section-list-header {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.portfolio-section-list-p {
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* **Footer content** */

.footer {
  background-color: #2e2f42;
}
.footer-a {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
}
.footer-studio {
  color: #f4f4fd;
}

.footer-p {
  line-height: 1.5;
  color: #f4f4fd;
  letter-spacing: 0.02em;
}
