:host,
 :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

:host,
 :root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

:host,
 :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@media only screen and (min-width: 980px) and (max-width: 2000px) * {
    box-sizing: border-box;
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    padding: 0;
    transition: ease all 0.2s;
    text-transform: none;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -ms-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
}

html[Attributes Style] {
    -webkit-locale: "en";
}

user agent stylesheet:root {
    view-transition-name: root;
}

user agent stylesheet html {
    display: block;
}

#wrap {
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 99;
    position: relative;
    background-color: brown;
}

.navbar {
    height: 60px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.navbar li {
    height: auto;
    width: 152px;
    float: left;
    text-align: center;
    list-style: none;
    font: normal bold 13px/1em Arial, Verdana, Helvetica;
    padding: 0;
    margin: 0;
    background-color: brown
}

.navbar a {
    padding: 18px 0;
    border-left: 1px solid #ccc9c9;
    text-decoration: none;
    color: white;
    display: block;
}

.navbar li:hover,
a:hover {
    background-color: gold;
}

.navbar li ul {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
}

.navbar li:hover ul {
    display: block;
}

.navbar li ul li {
    background-color: darkblue;
}

.navbar li ul li a {
    border-left: 1px solid wheat;
    border-right: 1px solid whitesmoke;
    border-top: 1px solid black;
    border-bottom: 1px solid whitesmoke;
}

.navbar li ul li a:hover {
    background-color: whitesmoke;
}

.img1 {
    width: auto;
    -w
}