div.header {
  background-image: url("../Images/cover.jpg");
  height: 350px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
  -moz-box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
  box-shadow: rgba(0,0,0,0.20) 0 10px 10px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
div.content > div > span {
  font-size: 0.9em;
}
div.content > div > span a {
  margin-top: 2px;
  margin-right: 4px;
  text-decoration: underline;
  color: #4791d9;
}
div.content > div > span a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4791d9;
}
div.content > div > * {
  margin-left: 0;
  margin-bottom: 1em;
  padding: 0 0.5em;
}
div.content > div > h1 {
  width: 95%;
  padding-left: 0.7em;
  color: #4791d9;
}
div.content > div > h1,
div.content > div > div > h2 {
  font-size: 1.2em;
  letter-spacing: 1px;
  padding-bottom: 0.2em;
  text-shadow: rgba(255,255,255,0.60) 1px 1px 0px;
}
div.content > div > div > h2 {
  font-weight: bold;
  color: #111;
  padding: 0.2em 0 0.2em 0.35em;
  margin-left: 0;
  font-size: 1.05em;
}
div.content > div > div a {
  position: relative;
  letter-spacing: 1px;
}
div.content > div.twitter div a {
  text-decoration: none;
  color: #000;
}
div.content > div.twitter div a:hover {
  color: #fff;
}
div.content > div.code div a,
div.content > div.stuff div a {
  text-decoration: none;
}
div.content > div.code > div {
  max-height: 250px;
  overflow: hidden;
}
div.content > div.stuff p {
  letter-spacing: 0.1em;
  font-weight: bold;
}
div.powertools {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 15px;
}
div.powertools a {
  display: inline-block;
  padding: 5px;
  -webkit-transform: scale(1.05) rotate(-1deg);
  -moz-transform: scale(1.05) rotate(-1deg);
  transform: scale(1.05) rotate(-1deg);
  outline: 0;
  color: #fff;
  text-decoration: none;
  text-shadow: rgba(255,255,255,0.10) 1px 1px 0px;
  font-family: "Molengo", "Helvetica Neue", Tahoma, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4791d9;
}
div.fb {
  z-index: 10;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
h3.awesome {
  color: #111;
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin: 0;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  font-size: 0.8em;
  font-weight: bold;
  text-shadow: #fff 1px 1px 1px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
}
h3.awesome:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@media all and (max-height: 650px), all and (max-width: 600px) {
  h3.awesome,
  div.powertools {
    display: none;
  }
}
@media all and (max-height: 700px), all and (max-width: 600px) {
  div.fb {
    background-color: rgba(255,255,255,0.80);
  }
}

