.wrap {
  float: left;
  width: 100%;
}

header {
  background: #97d3de;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 6em; /* was changed from 4.8em 12/10/19 */
}

.inner {
  width: 100%;
  max-width: 120em;
  margin: auto;
}

a#logo {
  float: left;
  display: flex;
  align-items: center;
  height: 6em; /* was changed from 4.8em 12/10/19 */
  margin-left: 50px;
}

a#logo img {
  height: 77px; /* was changed from 62px 12/10/19 */
  
}

nav {
  display: flex;
  align-items: center;
  height: 4.8em;
  float: right;
  margin-right: 50px;
}

nav > a {
  font-family: 'MrEavesModOT';
  margin: 0px 10px;
  padding-top: 3px;
  font-size: 13px;
  color: white;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
  padding-top: 29px; /* was changed from 17px 12/10/19 */
}

ul.topnav li {
  float: left;
}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  font-family: 'MrEavesModOT';
  text-transform: uppercase;
}

ul.topnav li.icon {
  display: none;
}

