header {
  align-items: end;
  height: min-content; }

header img {
  width: 150px; }

header.container {
  padding-top: 3rem;
  padding-bottom: 1rem; }

.topnav {
  overflow: hidden;
  width: 100%; }
  .topnav a {
    float: right;
    display: block;
    color: black !important;
    text-align: center;
    text-decoration: none;
    padding: 0.5rem 1rem;
    text-transform: uppercase; }
  .topnav a:hover {
    background-color: #ECECEB; }
  .topnav ul {
    text-decoration: none;
    margin: 0px;
    padding: 0px; }
  .topnav li {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .topnav .icon {
    display: none; }

@media screen and (max-width: 750px) {
  .topnav li {
    display: none; }
  .topnav a.icon {
    float: right;
    display: block; } }

@media screen and (max-width: 750px) {
  .topnav.responsive {
    position: relative; }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0; }
  .topnav.responsive li {
    display: block; }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left; } }
