body {
    font-family: "Roboto", sans-serif;
    color: #434455;
    /* main white bacground */
    background-color: #fff;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/* Logo  */
.header-logo, .footer-logo {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.17;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4d5ae5
}

.header-logo .studio-black {
    color: #2e2f42
}

.footer-logo .studio-white {
    color: #f4f4fd
}


/* fonts and hover for header menu */
.nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

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


/* fonts and hover for tel and email   */
.contacts-link {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

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

.contacts { 
    font-style: normal;
}


/* background for h1 and for button */
.section-title {
    background-color: #2e2f42
}

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

.button {
    background: #4d5ae5;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    cursor: pointer;
}
.button:hover, 
.button:focus {
    background: #404bbf;
}
    

/* Section our team */

.section-ourteam {
    background-color: #F4F4FD
}

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

.subtitle-ourteam {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2e2f42
}

.subtitle-about,
.subtitle-portfolio {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2e2f42;
}

.ourteam-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: #434455;
}

.text-about,
.text-portfolio {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
}

.ourteam-item {
    background-color: #FFFFFF
}

.page-footer { 
    background-color: #2e2f42;
}

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