@font-face { font-family: "HWYGOTH"; src: url("/static/fonts/HWYGOTH.ttf"); } /* Add a black background color to the top navigation */ .topnav { background-color: #163314; overflow: hidden; flex-shrink: 0; display: flex; } /* Style the links inside the navigation bar */ .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; font-family:HWYGOTH; cursor: pointer; } /* Change the color of links on hover */ .topnav a:hover { background-color: #ddd; color: black; } /* Add a color to the active/current link */ .topnav a.active { background-color: #2a572a; color: white; } /* Create a right-aligned (split) link inside the navigation bar */ .topnav a.split { float: right; background-color: #163314; color: white; } .topnav a.split:hover { background-color: #ddd; color: black; } .topnav a.collection-title { background-color: #2a572a; color: white; cursor: pointer; flex: 1; }