* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
}

/* HEADER */

header {
    position: fixed;
    z-index: 2;
    background-color: #fff;
    position: relative;
    width: 100vw;
    height: 70px;
    transition: transform .15s ease;
    display: block;
}

.nike-logo-top-left {
    z-index: 4;
    opacity: 1;
    visibility: visible;
    padding: 0 40px 0 40px;
    float: left;
}

.nike-logo-top-left img {
    transform: scale(1.33);
}

.navigation {
    float: left;
    padding-left: 30vw;
    position: absolute;
}

.nav-tab {
    margin: 15px 20px;
    list-style: none;
}

.icons {
    float: right;
}

/* HEADER */

/* BODY */

body {
    background-color: #c2c2c2;
}

/* END BODY */















































/* HEADER *

header {
    background-color: white;
    display: flex;
    float: inherit;
    height: 60px;
    z-index: 100;
}

#nike-logo-top-left {
    margin-left: 45px;
    float: left;
}

.navigation {
    display: flex;
    float: right;
}

.navigation-tab {
    font-size: 1.75rem;
    list-style: none;
    margin: 15px 20px;
    padding-bottom: 20px;
    color: black;
}

.navigation-tab:nth-child(1):hover, .navigation-tab:nth-child(2):hover, .navigation-tab:nth-child(3):hover, .navigation-tab:nth-child(4):hover, .navigation-tab:nth-child(5):hover {
    border-bottom: 2px solid black;
}

.navigation-tab:hover {
    cursor: pointer;
}

.search, .heart, .bag {
    margin-top: 20px;
}

.search:hover, .heart:hover, .bag:hover {
    transform: scale(1.2);
}

/* END HEADER *

/* BODY *

html {
    background-color: #c2c2c2;
}

.container {
    width: 100%;
    margin: 0;
    background-color: #c2c2c2;
}

.row {
    display: grid;
}

/* END BODY */