body {
  font-family: 'Roboto', sans-serif;
  color: #434455;
  font-size: 16px;
  background-color: #ffffff;
}
/* ul - li  */
.list {
  list-style: none;
}

.link {
  text-decoration: none;
}
/* colors */
:root {
  --background-dark: #2e2f42;
  --background-light: #f4f4fd;
  --background-white: #ffffff;
  --primary-btn: #4d5ae5;
  --pressed-btn: #404bbf;
  --title-color: #2e2f42;
  --descr-color: #434455;
}
.logo {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.17;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4d5ae5;
}
.logo-header-light {
  color: #2e2f42;
}

.logo-footer-dark {
  color: #f4f4fd;
}
.site-menu-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2e2f42;
}

.site-menu-link:hover,
.site-menu-link:focus {
  color: var(--pressed-btn);
}
.menu-link:hover,
.menu-link:focus {
  color: var(--pressed-btn);
}

.button {
  cursor: pointer;
  background-color: var(--background-light);
}

.site-menu {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--descr-color) #434455;
}

.site-menu-link {
  color: #2e2f42;
}

/* contacts */

.contact {
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--descr-color);
}

.contact-link {
  color: #434455;
}

.contact-link:hover,
.contact-link:focus {
  color: var(--pressed-btn);
}
.contact:hover,
.contact:focus {
  color: var(--pressed-btn);
}

/* Main-content */

.hero {
  background: #2e2f42;
  font-style: normal;
}

.hero-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

/* modal */

.modal-open-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ffffff;
  cursor: pointer;
  background-color: var(--primary-btn);
}

.modal-open-button:hover,
.modal-open-button:focus {
  background-color: #404bbf;
}
/* our-goal */

.our-goal-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.our-goal-dscr {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}
/* we-doing */

.we-doing-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
}

/* our-team  */
.our-team {
  background-color: #f4f4fd;
}

.our-team-item {
  color: var(--descr-color);
  background-color: #ffffff;
}

.our-team-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--title-color);
}
.our-team-list {
  background-color: #ffffff;
}
.our-team-members {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}

.our-team-desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}

/* footer */

.footer-dscr {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #f4f4fd;
}
.footer {
  background: #2e2f42;
}

/* portfolio */

.filter-but:hover,
.filter-but:focus {
  color: #ffffff;
  background-color: #404bbf;
}
.filter-but {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4d5ae5;
}

.portfolio-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #2e2f42;
}
.portfolio-dscr {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #434455;
}
