body {
  font-size: 16px;
  /*color: #363636;*/
  background-color: #f0f0f0;
}
a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed #ccc;
  transition: all 0.5s ease;
}
a:hover {
  color: black;
  border-bottom: 1px solid black;
}

/* headers */
.outer-white {
  background-color: #fff;
}

header h1 {
  font-weight: 600;
  font-size: 4rem;
  margin-bottom: 0;
  padding-top: 40px;
}
header a {
  font-weight: 100;
  color: #999;
  border-bottom: none;
  display: block;
  margin-bottom: 20px;
}
header a:hover {
  color: #333;
  border-bottom: none;
}

h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}
h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 60px;
}

.portfolio {
  /*padding: 40px;
  overflow-x: auto;
  height: 450px;*/
}
.project {
  border: none;
  display: inline-block;
  max-width: 386px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 30px rgba(50,50,50,.1);
  transition: all 0.25s ease;
  color: #343434;
}
.project:last-child {
  margin-right: 0;
}
.project:hover {
  border: none;
  color: black;
  transform: scale(1.05);
  box-shadow: 0 0 60px rgba(0,0,0,.05);
}
.project .title {
  font-size: 2rem;
  font-weight: bold;
  /*position: absolute;
  top: 40%;
  left: 30px;
  right: 30px;*/
  padding: 13px 20px 10px;
  /*background-color: #000;
  color: #fff;*/
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 1px rgba(0,0,0,.3)
}
.project .screen {
  height: 280px;
  overflow-y: auto;
}
.project img {
  width: 100%;
}

.content {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

h2 {
  font-size: 3.5rem;
}


footer {}
footer .footnote {
  padding: 50px 0;
  border-top: 1px solid #eee;
  color: #aaa;
  font-size: 0.8em;
}


@media (min-width: 600px) {
  .project {
    margin: 0 20px 25px 0;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 960px) {}
