body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background: #303030;
  color: #e0e0e0;
  line-height: 1.6;
}

header.splash {
  text-align: center;
  padding: 2rem 1rem;
  background: #303030;
}

header.splash h1 {
  margin-top: 2.5rem;
}

header.splash p {
  font-size:1.2rem;
  margin-top: -1.8rem;
}

.reel-container iframe {
  max-width: 100%;
  height: auto;
}

#portfolio {
  padding: 2rem;
}

.project {
  margin-bottom: 2rem;
}

.project img {
  width: 100%;
  max-width: 400px;
  border-radius: 6px;
  display: block;
  margin-bottom: 0.5rem;
  background: #222; /* in case of transparent images */
}

footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  background: #303030;
}

section, .project, .embed {
  background: transparent;
  color: inherit;
}

a {
  color: #80c0ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


