#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;
  font-size: 16px;
}

#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;
  font-size: 16px;
}

#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(2){
  padding-left: 60px;
}

#nav ul {
  margin: 0;
}

#intro_message {
  font-family: Tilde-Regular;
  font-size: 52px;
  text-align: center;
  padding-top: 300px;
  padding-left: 60px;
  padding-right: 60px;
  width: auto;
  margin: auto;
  color: #3C3C3C;
}

.viewMoreProjects {
  display: block;
  background-color: white;
  font-family: Tilde-Regular;
  font-size: 18px;
  text-align: center;
  color: #3C3C3C;
  border: none;
  margin: auto;
  text-decoration: none;
  border-bottom:2px solid black;
  border-bottom-width: 2px;
  border-bottom-color: #F2B63F;
  padding-bottom: 12px;
}

button:focus {outline:0;}

#thumbnail_container {
  max-width: 979px;
  margin: auto;
  padding-top: 360px;
  padding-left: 80px;
  padding-right: 80px;
}

.tag p{
  font-family: Tilde-Regular;
  font-size: 18px;
  color: #B3B3B3;
  width: 100%;
  float: left;
  margin-top: 0;
  padding-top: 6px;
  -webkit-font-smoothing: antialiased;
}

.project_title p{
  font-family: Tilde-Regular;
  font-size: 18px;
  color: #3E3E3E;
  width: 100%;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}

.small_left_thumbnail {
  float: left;
  max-width: 45%;
  margin-bottom: 200px;
}

.small_right_thumbnail {
  float: right;
  max-width: 45%;
  margin-bottom: 200px;
}

.small_left_thumbnail img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.small_right_thumbnail img{
  width: 100%;
  height: auto;
  display: inline-block;
}

.fw_thumbnail {
  margin-top: 200px;
  margin-bottom: 200px;
}

.fw_thumbnail img {
  width: 100%;
}
