#header {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-left: 60px;
  padding-right: 60px;
}

#headerWrap {
    position: fixed;
    height: auto;
    top: 0;
    width: 100%;
    z-index: 100;
}

#logo {
  display: inline-block;
  font-family: Tilde;
  width: 300px;
  color: #3C3C3C;
  padding-top: 10px;
}

#emojii {
  display: inline-block;
  text-align: center;
  width:300px;
}

#nav {
  display: inline-block;
  font-family: Tilde;
  padding-left: 0;
  width: 300px;
  text-align: right;
  padding-top: 10px;
}

#nav li {
  display: inline-block;
  color: #3C3C3C;
}

a {
  text-decoration: none;
  color: #3C3C3C;
}

a:visited {
  color:#3C3C3C;
}

.active {
  border-bottom:2px solid black;
  border-bottom-width: 2px;
  border-bottom-color: #D0D0D0;
  padding-bottom: 12px;
}

ul li:nth-child(1){
  padding-right: 60px;
}

#nav ul {
  margin: 0;
}

#info_copy {
  font-family: Tilde-Regular;
  margin-top: 300px;
  display: block;
  margin: auto;
  font-size: 24px;
  line-height: 44px;
  color: #3C3C3C;
  padding-top: 160px;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 800px;
}
