/* font-family: "Roboto",
sans-serif;
font-family: "Raleway",
 sans-serif; */




 /* header */

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

 ul, ol {
    list-style-type: none;
 }
 a {
    text-decoration: none;
 }

 .logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
        font-size: 18px;
        /* line-height: 21px; */
        line-height: 117%;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #4d5ae5;
 }
 .header-logo .logo-part {
    color: #2e2f42;
 }


 .footer-logo .logo-part {
     color: #f4f4fd;
 }


 .nav-link {
    font-weight: 500;
        font-size: 16px;
    
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #2e2f42;
 }


.contacts {
    font-style: normal;
}

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

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


 /* main section 1 */
.post {
    background: #2e2f42;
}

.title {
    font-weight: 700;
        font-size: 56px;
    
        /* line-height: 60px; */
        line-height: 1.07;
        letter-spacing: 0.02em;
        text-align: center;
        color: #fff;
}
      
.button {
        background: #4d5ae5;
        font-weight: 500;
            font-size: 16px;
            /* line-height: 24px; */
            line-height: 150%;
            letter-spacing: 0.04em;
            color: #fff;
            cursor: pointer
}
.button:hover,
.button:focus {
    background: #404bbf;
}    



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

.feature-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #434455;
}




/* section 2 */

 .feature-title {
    font-weight: 500;
        font-size: 20px;
    
        /* line-height: 24px; */
        line-height: 1.2;
        letter-spacing: 0.02em;
        color: #2e2f42;
 }
  .feature-text {
    font-weight: 400;
        font-size: 16px;
    
        /* line-height: 24px; */
        line-height: 1.5;
        letter-spacing: 0.02em;
        color: #434455;
  }




/* section 3 */
.team-photo {
    background: #f4f4fd;
}
.team-card {
    background: #fff;
}
.subtitle {
    font-weight: 700;
        font-size: 36px;
    
        /* line-height: 40px; */
        line-height: 1.11;
        letter-spacing: 0.02em;
        text-align: center;
        color: #2e2f42;
        text-transform: capitalize;
} 
.feature-title {
    font-weight: 500;
        font-size: 20px;
    
        /* line-height: 24px; */
        line-height: 1.2;
        letter-spacing: 0.02em;
        text-align: center;
        color: #2e2f42;
        background: #fff;
      
}
  .feature-text {
    font-weight: 400;
        font-size: 16px;
    
        /* line-height: 24px; */
        line-height: 1.5;
        letter-spacing: 0.02em;
        text-align: center;
        color: #434455;
  }
  




  /* section 4 */
  .portfolio-title{
 font-weight: 700;
    font-size: 36px;

    /* line-height: 40px; */
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: capitalize;
    color: #2e2f42;
  }
  .contacts-item {
background: #fff;
  }
  





  /* footer */
  
 .page-footer {
    background-color: #2e2f42;
    font-weight: 400;
        font-size: 16px;
        /* line-height: 24px; */
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #f4f4fd;
}
 .footer-logo {
     font-family: "Raleway", sans-serif;
     font-weight: 700;
     font-size: 18px;
     /* line-height: 21px; */
     line-height: 117%;
     letter-spacing: 0.03em;
     text-transform: uppercase;
     color: #4d5ae5;
 }
