h1 {
  font-weight: 700;
  font-size: 48px;
}

h3 {
  width: 300px;
}

html{
  height: 100%;
  line-height: 1.4;
  text-align: center;
}

.bird-img {
  display: inline;
  height: 100px;
  position: relative;
  top: 0px;
  left: -10px;
  height: 60px;
}

body{
  background: #EEEEEE;
  color: #393939;
  font-family: 'Jaldi', sans-serif;
  min-height: 100%;
}
figure {
  border-radius: 10px;
}

figcaption {
  text-align: left;
}

footer {
  width: 100%;
  margin-top: 50px;
  font-size:16px;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.project-container {
  padding: 0% 35px;
}
.title {
  font-size: 20px;
  top: 12px;
  position: relative;
}

@media (max-width: 767px) {

  .row {
    flex-direction: column
  }
  
}