section#blog {
  color: #eee;
  font-size: 36px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  background-color: #039801;
}
@media all and (max-width : 960px) {
  section#blog {
    font-size: 30px;
  }
}
@media all and (max-width : 640px) {
  section#blog {
    font-size: 24px;
  }
}
section#blog h2 {
  color: #fff;
}
section#blog a {
  display: block;
  color: inherit;
  text-decoration: none;
}
section#blog .fwd {
  height: 1.25em;
  border-radius: 50%;
  background-color: #4b4;
  box-shadow: 2px 2px 6px #464;
  padding: 2px;
  vertical-align: middle;
  margin-left: 10px;
  transition: transform cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
}
section#blog span:last-of-type {
  line-height: 2;
}
section#blog a:hover .fwd {
  transform: scale(1.25);
}
section#blog a:hover span {
  color: gold;
}
section#projects {
  background-color: #FBFBFB;
}
section#projects h2 {
  color: #0D47A1;
}
section#projects .project {
  border-color: #0D47A1;
}
section#diy {
  background-color: #E4E4E4;
}
section#diy h2 {
  color: #C01F00;
}
section#diy .project {
  border-color: #FF6F00;
}
.project {
  width: 280px;
  height: 280px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  margin: 0 10px 10px;
  background-color: #fff;
  border-top: 3px solid;
  box-shadow: 0 0 10px #aaa;
  padding-bottom: 15px;
  position: relative;
  color: #212121;
  -webkit-tap-highlight-color: transparent;
}
@media all and (max-width : 640px) {
  .project {
    display: block;
    margin: 5px 0;
    width: 100%;
    height: 80px;
  }
}
.project h3 {
  margin: 10px 10px 0;
  color: #212121;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media all and (max-width : 640px) {
  .project h3 {
    text-align: left;
    margin: 5px 5px 0 120px;
  }
}
.project h4 {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  margin: 0 10px;
  white-space: pre;
  text-overflow: ellipsis;
}
@media all and (max-width : 640px) {
  .project h4 {
    text-align: left;
    font-size: 13px;
    white-space: normal;
    margin: 0 5px 5px 120px;
    max-height: 39px;
  }
}
.project img {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 62px;
  bottom: 34px;
  max-width: 100%;
  max-height: 180px;
  margin: auto;
}
@media all and (max-width : 640px) {
  .project img {
    top: 0;
    left: 5px;
    bottom: 0;
    right: calc(100% - 100px);
    max-width: 100px;
    max-height: 66px;
    border-radius: 5px;
  }
}
.project > div {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  line-height: 1.5;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  clip-path: circle(0 at 50% 50%);
  -webkit-clip-path: circle(0 at 50% 50%);
}
@media all and (max-width : 640px) {
  .project > div {
    display: none;
  }
}
.project:hover > div {
  clip-path: circle(100% at 50% 50%);
  -webkit-clip-path: circle(100% at 50% 50%);
}
.gallery {
  line-height: 0;
}
.gallery figure {
  width: 33%;
  box-sizing: border-box;
  padding: 1px;
  position: relative;
  float: left;
  transition: transform cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
}
@media all and (max-width : 960px) {
  .gallery figure {
    width: 50%;
  }
}
@media all and (max-width : 640px) {
  .gallery figure {
    float: none;
    width: 100%;
    padding: 4px;
  }
}
.gallery figure img {
  width: 100%;
  transition-property: box-shadow, filter, -webkit-filter;
  transition-duration: inherit;
}
.gallery figure figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #ddd;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}
.gallery figure:hover {
  transform: scale(1.05);
  -webkit-filter: brightness(1.15);
  z-index: 2;
}
.gallery figure:hover img {
  box-shadow: 0 0 30px #000;
}
section#photography {
  background-color: #212121;
  padding: 15px 0;
}
section#photography h2 {
  color: #fff;
}
section#about {
  background-color: #fff;
  min-height: 100%;
}
@media all and (max-width : 960px) {
  section#about {
    padding-bottom: 0;
  }
}
section#about img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
  display: block;
}
@media all and (max-width : 960px) {
  section#about img {
    position: static;
    width: 240px;
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
}
section#about h3 {
  font-weight: 700;
  text-align: left;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 10px;
}
section#about p {
  text-align: left;
  margin-right: 350px;
  margin-left: 10px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}
@media all and (max-width : 960px) {
  section#about p {
    margin-right: 10px;
  }
}
section#about a {
  color: #b00;
}
section#about a:hover {
  text-decoration: underline;
}
