Listing issue, "resourses" button won't inherit other list properties


body{
margin: 0;
padding: 0;
font-family: sans serif;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 100px;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}

nav{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100px;
padding: 10px 100px;
box-sizing: border-box;
transition: . 5s;
}
nav.logo
{
float: left;
}
nav.logo img
{
height: 80px
transition: . 5s;
}
nav ul
{
float: right;
margin: 0;
padding: 0;
display: flex;
}
nav ul li
{
list-style: none;
}

nav ul li a
{
line-height: 80px;
color: #262626;
padding:5px 20px;
font-family: ‘Roboto’, sans-serif;
text-decoration: none;
text-transformation: uppercase;
transition: .5s;
}
nav ul li a.active,
nav ul li a:hover

{
color: #fff;
background: #f00;
}
section.sec1
{
width: 100%;
height: 100vh;
background: url("");
background-size: cover;

}

Helpful Movers
"Helpful