
.projects {
  margin-top: 1.5em;
  display: flex;
  width: 40em;
  align-items: flex-start;
  justify-content: center;
  font-size: 1em;

}

.pic a {
  background: none;
}

.projects b {
  font-family: 'DynaPuff', cursive;
}

.projects img {
  height: 120px;
  transition: all .2s ease;
}

.projects img:hover {
opacity: .8;
transform: scale(.97);
}

.projects > .one {
  margin-right: .5em;
  width: 25%;
}

.projects > .two {
  margin-right: .5em;
  width: 25%;
}

.projects > .three {
  width: 25%;
}

.projects > .four {
  width: 25%;
}

.projects span {
  font-family: times;
  margin-bottom: -1.75em;
  display: block;
}

.projects p {
  margin: 0;
  line-height: 1.25em;
  width: 95%;
}

video {
  height: 600px;
}

.autism {
  width: 90%;
}

.caption {
 line-height: .75em;
}

h1 {
  text-align: left;
  border-bottom: 1px solid black;
  color: #deadff;
  text-shadow: 2px 2px 0px black;
}
