.first-tier { height: 80px; margin-bottom: 0px; background-color: white; } .first-tier .nav>li>a { margin-top: 5px; padding: 3px 6px; } .first-tier .nav>li>a:focus, .first-tier .nav>li>a:hover { background-color: #136fbf; color: #fff; } /*Align site logo to page*/ .first-tier .site-logo { padding-left: 8px; } .first-tier .site-logo img { vertical-align: middle; } .first-tier h1 { display: inline; font-family: "Trebuchet MS", Helvetica, sans-serif; font-size: 25px; color: black; } /*Remove nav-bar's bottom border*/ .second-tier { margin: 0px; border-bottom: 0px; background-color: #1a4572; } /*Set list item's text color*/ .second-tier .nav>li>a { color: white; } /*Hide dropdown list first*/ .dropdown-content { width: 200px; display: none; position: absolute; margin-left: 8px; background-color: rgb(30,79,131); box-shadow: 0px 8px 16px rgba(0,0,0,0.75); } /*Show dropdown list on hover*/ .dropdown:hover .dropdown-content { display: block; } /*Set dropdown item's properties*/ .dropdown-content a { padding: 19px 0px 19px 15px; display: block; text-decoration: none; color: white; } /*Set dropdown item's hover effect*/ .dropdown-content a:hover { background-color: rgb(34,91,150); } /*Align city-link to right*/ .city-link { margin-top: 19px; margin-bottom: 19px; display: inline-block; float: right !important; font-size: 12px; } .city-link>a { text-decoration: none; color: white; } /*--------End of Header CSS--------*/