body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.hugetitle {
  background-color: #2E2F42;
}

.page-title {
  font-family: "Roboto", sans-serif;
  background-color: #2E2F42;
  color: hsl(0, 100%, 100%);
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 1.07;
  letter-spacing: 0.02em;
}

.page-subtitle {
  font-family: "Roboto", sans-serif;
  background-color: white;
  color: #2e2f42;
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  line-height: 1.11;
  letter-spacing: 0.02em;
}

.page-header {
  background-color: #FFFFF;
  color: #4D5AE5;
  font-size: 16px;
  font-weight: 700; 
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
}


.page-header >a{
  font-family: "Railway", sans-serif;
  background-color: #FFFFF;
  color: #2e2f42;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.page-contacts >a{
  font-family: "Roboto";
    background-color: #FFFFF;
    color: #434455;
    height: 24;
    width: 48;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    line-height: 1.5;
    letter-spacing: 0.02em;
  text-decoration: none;
}


.site-nav .link {
  font-family: "Roboto";
  background-color: #FFFFF;
  color: #434455;
  height: 24;
  width: 48;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.site-nav .link:hover, .site-nav .link:active
{
color: #404BBF;
  }

.page-contacts .link:hover,
.page-contacts .link:active {
  color: #404BBF;
}

li {
  list-style: none;  
}

.company-principles .sub-item {
  font-family: "Roboto";
  background-color: #FFFFF;
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  text-align: :left;
  line-height: 1.2;
  letter-spacing: 0.02em;
  }



.our-team .sub-item {
  font-family: "Roboto";
  background-color: #FFFFF;
  color: #2E2F42;
  font-size: 20px;
  font-weight: 500;
  text-align: : centre;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.duty {
  
  background-color: #FFFFF;
  color: #434455;
  font-size: 16px;
  font-weight: 400;
  text-align: : centre;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.sub-title {
  
  background-color: #FFFFF;
  color: #2E2F42;
  font-size: 36px;
  font-weight: bold;
  text-align: : centre;
  line-height: 1.11;
  letter-spacing: 0.02em;
}



.page-button {
  
  background-color: #4D5AE5;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: centre;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: 1px white;
  cursor: pointer;
}

.page-button:hover {
  background-color: #404BBF;
}
.page-button:focus {
  background-color: #4D5AE5;
}

.portfolio >li .sub-item{
  
    background-color: #FFFFF;
    color: #2E2F42;
    font-size: 20px;
    font-weight: 500;
    text-align: : centre;
    line-height: 1.2;
    letter-spacing: 0.02em;
}


footer {
  
  background-color: #2e2f42;
  color: #4D5AE5;
  font-size: 18px;
  text-align: justify;
  line-height: 1.33;
  letter-spacing: 0.02em;
  text-decoration: none;
  
}

footer > a {
  font-family: "Railway", sans-serif;
  background-color: #2e2f42;
  color: white;
  font-weight: 700;
  font-size: 18px;
  text-align: justify;
  line-height: 1.17;
  letter-spacing: 0.03em;
  }

footer .text{
  background-color: #2e2f42;
  color: white;
  font-size: 18px;
  font-weight: medium;
  text-align: justify;
  line-height: 1.17;
  letter-spacing: 0.03em;
  }

  