.logo img {
  max-height: 9em;
  width: 100%; }

nav {
  height: 6em;
  width: 100%;
  transition: 0.2s all linear;
  position: relative;
  z-index: 1; }

.nav {
  position: relative;
  margin: 0 auto;
  padding: 0em;
  text-align: left; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9); }

nav li a {
  display: block;
  color: #ffffff;
  padding: 1.5em;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: 800;
  text-align: center; }

nav li a:hover,
li:hover > a {
  color: #fff;
  background: #2dc7cb; }

nav ul li ul {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 4px 0px 0px 0px #5eead9;
  -moz-box-shadow: inset 4px 0px 0px 0px #5eead9;
  box-shadow: inset 4px 0px 0px 0px #5eead9; }

nav ul li ul li {
  height: 4em; }

nav ul li ul li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 110%; }

nav .logo {
  float: left;
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 1em;
  display: inline-block; }

nav .menu {
  clear: both;
  max-height: 0;
  position: absolute;
  overflow: overlay;
  right: 0;
  max-width: 450px;
  width: 100%;
  top: 97px;
  transition: max-height .2s ease-out; }

nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 47px 32px;
  position: relative;
  user-select: none; }

nav .menu-icon:hover {
  background: #2dc7cb; }

nav .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 24px; }

nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

nav .menu-icon .navicon:before {
  top: 8px; }

nav .menu-icon .navicon:after {
  top: -8px; }

nav .menu-btn {
  display: none; }

nav .menu-btn:checked ~ .menu {
  max-height: calc(100vh - 97px); }

nav .menu-btn:checked ~ .menu-icon {
  background: rgba(0, 0, 0, 0.25); }

nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); }

nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); }

nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

@media (min-width: 1350px) {
  nav .menu {
    width: 60em !important; } }

@media (min-width: 1320px) {
  .logo img {
    max-height: 11em; }
  .menu > li {
    margin-bottom: 70px; }
  nav {
    height: 10em; }
  .nav {
    position: relative;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: center; }
  nav .logo {
    margin-left: 0px;
    margin-right: 15em; }
  nav ul {
    background: none; }
  nav li {
    float: left;
    width: 100%; }
  nav li a {
    display: flex;
    height: 6em;
    align-items: end;
    justify-content: center;
    padding: 0px 1.5em 15px 1.5em; }
  nav li a:hover,
  li:hover > a {
    background: rgba(245, 250, 240, 0);
    -webkit-box-shadow: inset 0px -7px 0px 0px #5eead8;
    box-shadow: inset 0px -7px 0px 0px #5eead8;
    color: #5eead9; }
  nav ul li ul {
    display: none;
    width: 200px;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  nav ul li ul li {
    clear: both;
    width: 100%; }
  nav ul li ul li a {
    height: 3em;
    font-size: 110%; }
  nav ul li:hover ul {
    display: block; }
  nav ul li ul li {
    padding: 0; }
  nav .menu {
    clear: none;
    /* float: right; */
    max-height: none;
    display: flex;
    width: 70em;
    justify-content: space-between;
    position: unset !important;
    top: unset !important;
    right: unset !important;
    max-width: unset !important; }
  nav .menu-icon {
    display: none; } }
