body {
  color: #3F2305;
  background-color: #F2EAD3;
}

h1, h2, h5 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

p {
  font-family: 'Roboto', sans-serif;
}

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

#about {
  height: 800px;
}

@media screen and (min-width: 992px) {
  #about {
    height: 95vh;
  }
}

.big-heading {
  font-size: 78px;
  padding-top: 100px;
}

.btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.btn-outline-dark {
  color: #3F2305;
  border-color: #3F2305;
}

.btn-outline-dark:focus, .btn.active, .btn-outline-dark:active, .btn-outline-dark:hover {
  background-color: #3F2305;
  color: #F2EAD3;
  box-shadow: none;
  border-color: #3F2305;
}

.navbar-brand {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 36px;
  color: #3F2305;
}

.navbar-custom {
  font-family: 'Roboto', sans-serif;
  background-color: #F2EAD3;
}

.nav-link {
  color: #3F2305;
}

.nav-link:hover {
  color: white;
  background-color: #DFD7BF;
  border-radius: 8px;
}

.project-img {
  width: 95%;
  height: auto;
  border-radius: 8px;
  border: solid #3F2305 1px;
  object-fit: cover;
  overflow: hidden;
}

.project-img:hover {
  box-shadow: 0px 0px 11px 1px rgba(63,35,5,1);
}

.skill-text {
  font-size: 14px;
}

.tag {
  color: #3F2305;
  background-color: #DFD7BF;
  border-radius: 8px;
}

.tag:hover {
  color: #white;
}
