/*---------------------------------------------------------- Body */
body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/*---------------------------------------------------------- Header */
.header {
  background: #ffffff;
  padding: 25px 0px 25px 0px;
  border-bottom: 1px solid #ececec;
}
.header > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container {
  margin: auto;
  width: 1200px;
  padding: 0px 15px 0px 15px;
}
.header-logo {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #2196f3;
}
.header-logo span {
  color: #212121;
}
.navigation {
  align-self: center;
}
.header-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-links li,
.header-contacts li {
  padding-right: 25px;
  padding-left: 25px;
}
.navigation > ul > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #212121;
}
.navigation > ul > li > a:hover {
  color: #2196f3;
}
/*---------------------------------------------------------- Main */
.hero {
  background: #2f303a;
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}
.hero > .container > h2 {
  margin: 0px 0px 30px 0px;
  font-weight: 900;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-button {
  display: inline-block;
  min-width: 200px;
  padding: 10px 32px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #2196f3;
  border: transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.features {
  background: #ffffff;
  padding-top: 94px;
}
.container > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.features > ul > li > h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #212121;
  margin: 0px;
  margin-bottom: 10px;
}
.features-info {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #757575;
  width: 270px;
  margin: 0px;
}
.our-work {
  background: #ffffff;
  padding: 94px 0px 94px 0px;
}

.container > h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
  padding-bottom: 50px;
  margin: 0px;
}
.our-work-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.our-team {
  padding: 94px 0px 90px 0px;
  background: #f5f4fa;
}
.members > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.member {
  width: 270px;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14),
    0px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 4px 4px;
}
.member img {
  margin-bottom: 30px;
}
.our-team-name {
  margin: 0px 0px 10px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
}
.our-team-profession {
  margin: 0px 0px 30px 0px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #757575;
}

/*---------------------------------------------------------- Footer */
.footer {
  padding: 60px 0px 60px 0px;
  background: #2f303a;
}

.footer-logo {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: #2196f3;
  margin-bottom: 20px;
}
.footer-logo span {
  color: #ffffff;
}
.address {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 9px;
}
.footer-mail {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 9px;
}
.footer-phone {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
}

/*---------------------------------------------------------- Portfolio Styles*/
.portfolio-types {
  padding: 94px 0px 50px 0px;
}
.portfolio-types > .container > h2 {
  display: none;
}
.portfolio-types > .container ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.portfolio-types-link {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #212121;
  background: #f5f4fa;
  border-radius: 4px;
  padding: 6px 22px;
  margin-right: 8px;
}
.portfolio-types-link:hover {
  color: #ffffff;
}
.portfolio-types-link:hover {
  background: #2196f3;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08),
    0px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.portfolio-examples {
  background: #ffffff;
  padding-bottom: 64px;
}
.portfolio-examples > .container > h2 {
  display: none;
}
.portfolio-examples > .container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.portfolio-examples > .container li {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.portfolio-examples > .container > ul > li > img {
  padding-bottom: 20px;
}
.portfolio-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.06em;
  color: #212121;
  padding: 0px 0px 4px 24px;
  margin: 0px;
}

.portfolio-type {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #757575;
  padding: 0px 0px 20px 24px;
  margin: 0px;
}
