.nav-project {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13%;
  padding: 0px 6em;
}

.nav-project .topnav {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-project a {
  line-height: 29.0333px;
  font-weight: 400;
}

.mobile-links {
  font-family: "Karla";
  font-weight:
}

.white .right-column a,
.white #name_menu,
.white #name_mobile {
  color: white;
}

.white .hamburger svg {
  fill: white;
  stroke-width: 1.5;
  stroke: white;
}

.white svg:hover {
  cursor: pointer;
  fill: #cccccc;
}

.white a:hover,
.white h1:hover {
  color: #cccccc !important;
}

a#logo {
  float: left !important;
  padding: none;
}

.topnav {
  /* height: 15%; original */
  height: 8%;
  display: flex;
  align-items: center;
}

.nav-links a {
  float: right;
  display: block;
  color: #6e6e6e;
  text-align: center;
  padding: 0px 25px;
  text-decoration: none;
  font-size: 1.1em;
}

.padding {
  padding-top: 25% !important;
}

/* .nav-links a:nth-child(2) {
  padding-right: 0px;
} */

#nav-main .right-column a:first-child {
  padding-right: 0px;
}

#nav-main .left-column a:first-child {
  padding-left: 0px;
}

.topnav a:hover {
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.nav-links {
  width: 100%;
}

#nav-main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* Navigation
-------------------------------------------------- */
.topright {
  position: fixed;
  top: 0;
  right: 0;
}

nav {
  transition: opacity .35s;
  position: fixed;
  min-height: 100%;
  min-width: 100%;
  margin: 0 auto;
  background: #e6e6e6;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  left: 0%;
  /* top: 0;
  left: 0; */
}

nav p {
  margin: 0;
}

nav.active {
  opacity: 1;
  pointer-events: auto;
}

.nav-bar {
  /* position: fixed; */
  width: 100%;
  z-index: 1;
}

.nav-bar.mobile {
  position: fixed;
  width: 100%;
  z-index: 4;
  padding-bottom: 10%;
}

.col-left a,
.col-right a {
  padding: 0;
}

.col-right a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.col-left {
  float: left;
  width: 95px;
  height: 61px;
  /* padding: 30px 0px 0px 30px; */
}

.nav-bar .close {
  display: none;
}

.nav-bar.active {
  z-index: 4;
}

.nav-bar.active .close {
  display: block;
}

.nav-bar.active .projectsIcon {
  display: none;
}

.nav-bar.active .hamburger {
  display: none;
}

.col-right {
  float: right;
  padding: 31px 0px 0px 33px;
}

.navIcon svg:hover {
  cursor: pointer;
  fill: #6e6e6e;
}

nav .logo,
{
width: 95px;
height: auto;
}

.logo svg {
  fill: black;
  width: 95px;
  height: 41px;
}

nav .logo:hover svg {
  fill: #6e6e6e;
}

.menu {
  padding: 24px 0px 0px 0px;
  margin: 0;
}

.menu a h1 {
  transition: color .2s;
  color: #6e6e6e;
}

.menu h1 {
  margin-top: 13px;
  margin-bottom: 7px;
}

.menu {}

.menu a {
  border-top: 1px solid white;
  display: block;
  list-style-type: none;
}

.menu a:last-child {
  border-bottom: 1px solid white;
}

.menu a:hover h1 {
  color: black;
}

.menu .active {
  border-top: 1px solid black;
  cursor: default;
}

.menu .active+a {
  border-top: 1px solid black;
}

.menu a:last-child.active {
  border-bottom: 1px solid black;
}

.menu .active h1 {
  color: black;
}

.footer {
  padding-top: 0px;
  padding-bottom: 36px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  transition: padding-bottom .2s;
}

nav .footer.active {
  padding-bottom: 186px;
}

nav .subfooter {
  padding-top: 36px;
  padding-bottom: 36px;
  position: fixed;
  bottom: -150px;
  width: 100%;
  background: #6e6e6e;
  transition: bottom .2s;
}

nav .subfooter.active {
  bottom: 0;
}

.emailsignup {
  padding-right: 58px;
}

.subfooter .close {
  position: absolute;
  cursor: pointer;
  fill: #e6e6e6;
  right: 15px;
  bottom: 22px;
}

.button {
  -webkit-font-smoothing: antialiased;
  color: #e6e6e6;
  font-size: 1.5625em;
  font-weight: 100;
  line-height: 1.25em;
  background: none;
  border: 0;
  margin: 0;
  padding: 8px 0px 0px 0px;
}

.button:hover {
  color: black;
  cursor: pointer;
}

@media (min-width: 1500px) {
  .nav-project {
    padding: 0px 15em;
  }
}

@media (min-width: 768px) {
  .mobile-menu-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .white {
    padding: 0px 2em;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}