body {
    font-family: "Roboto",sans-serif;
    color:#434455;
    background-color: #FFFFFF;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}


/* HEADER */

.logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    font-size: 18px;
    line-height: 1.17;
    text-transform: uppercase;
    color: #4d5ae5;
}
.logo-top-part {
    color: #2e2f42;
}
.navigation-list-item-link {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
}
.navigation-list-item-link:hover,
.navigation-list-item-link:focus,
.navigation-list-item-link:active {
    color: #404bbf;
}
.contacts {
    font-style: normal;
}
.contacts-link {
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}
.contacts-link:hover,
.contacts-link:focus {
    color: #404bbf;
}
/* HERO SECTION */

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

.hero-btn {
    cursor: pointer;
    background-color: #4d5ae5;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.hero-btn:hover,
.hero-btn:focus {
    background-color:#404bbf; ;
}

/* BENEFITS */

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

/* TEAM */

.team {
    background-color: #f4f4fd;
}
.team-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.02em; 
    text-transform: capitalize;
    color: #2e2f42;
}
.team-list-item {
    background-color: #FFFFFF;
}
/* PORTFOLIO */

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

.bottom {
    background-color: #2e2f42;
}
.logo-bottom-part {
    color: #f4f4fd;
}
.bottom-text {
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #f4f4fd;
}