*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background: rgb(230,230,230);
    font-family: 'Assistant', sans-serif;
    font-size: 1rem;
    max-width: 1280px;
    margin: auto;
}

a{
    color: black;
    text-decoration: none;
}

nav{
    left: 0;
    background: red;
    height: 270px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    color: white;
    position: relative;
}

nav h1{
    text-align: left;
    font-family: 'assistant', sans-serif;
    font-weight: 300;
    font-size: 4rem;
    width: 100%;
    height: 100px;
    padding: 0 0 0 8.3%;
    margin: 5rem 0 0 0;
}

nav p{
    padding: 0 0 0 8.3%;
    text-align: left;
    font-family: 'assistant', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    margin: 0 0 2% 0;
    width: 100%;
}

h2{
    font-family: 'assistant', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
}

.bold{
    font-family: 'assistant', sans-serif;
    font-weight: 700;
}


.behance{
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    padding: 1rem;
}

.photo{
    position: absolute;
    background: red;
    width: 13.3125rem;
    height: 13.3125rem;
    right: 1rem;
    bottom: -6.5rem;
}

.photo img{
    border-color: rgb(230,230,230);
    border-width: 3px;
    border-style: solid;
}

.banner{
    position: absolute;
    z-index: -1;    
}

header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 100%;
    padding: 0 8.3% 0 8.3%;
}

header ul{
    width: 50%;
}

header ul h1{
    font-family: 'assistant', sans-serif;
    font-weight: 300;
    font-size: 3rem;
}


header ul1{
    width: 50%;
    display: flex;
    justify-content: space-between;
}

header ul1 li{
    list-style-type: none;
}

main section{
    display: flex;
    flex-wrap: wrap;
    justify-content: row;
    padding: 2rem 8.3% 2rem 8.3%;
}

main section h2{
    width: 100%;
}

main section article{
    margin: 2rem 0 0 0;
}

main section article h2{
    width: 266px;
}

footer{
    font-family: 'assistant', sans-serif;
    font-weight: 300;
    font-size: 0.8rem;
    text-align: center;
    margin: 2rem 0 0 0;
}

