@import url("http://fonts.googleapis.com/css?family=Oxygen:300,400,700");
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  background: #ddd;
  color: #000;
  font-family: 'Oxygen', serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  line-height: normal;
}
a {
  color: #777;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
img {
  max-width: 100%;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
.container {
  margin: 0 10px;
}
@media (min-width: 500px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1000px) {
  .container {
    margin: 0 auto;
    max-width: 960px;
  }
}
.glow {
  text-shadow: -1px 1px 20px #def, 1px -1px 20px #def;
  transition: 0.3s;
}
nav {
  background: rgba(51,102,153,0.8);
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 10px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
#navigation {
  position: relative;
  height: 42px;
}
.logo {
  font-size: 16px;
  position: absolute;
  left: 0;
}
.logo a {
  padding-left: 0;
  text-decoration: none;
}
nav a {
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
#social {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
}
#social a {
  padding: 12px 10px;
}
#social a:hover {
  background: #fff;
  color: #369;
}
header {
  background: #369 url("images/blue-noise.jpg");
  color: #fff;
  margin-bottom: 100px;
  width: 100%;
}
header a,
header a:hover {
  background: transparent;
  border: 0;
  color: #fff;
  text-decoration: none;
}
header a:hover {
  text-shadow: -1px 1px 10px #def, 1px -1px 10px #def;
}
#header-content {
  font-effect: engrave;
  padding: 60px 0 40px;
}
.tagline {
  font-size: 28px;
  line-height: 1.6;
  margin: 20px 0 0;
}
footer {
  background: #ddd url("images/look-up.jpg") center bottom no-repeat;
  padding: 40px 0 0;
  text-align: center;
  width: 100%;
  height: 400px;
}
footer p {
  margin-bottom: 1em;
}
footer strong a {
  color: #000;
  font-size: 1.2em;
}
.project-image {
  -webkit-box-shadow: 0px 0px 0px 0px #888;
  -moz-box-shadow: 0px 0px 0px 0px #888;
  box-shadow: 0px 0px 0px 0px #888;
  margin-bottom: 20px;
  transition: 0.3s;
}
@media (min-width: 700px) {
  .project-image {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
.project-image:hover {
  -webkit-box-shadow: 0px 0px 10px 3px #acacac;
  -moz-box-shadow: 0px 0px 10px 3px #acacac;
  box-shadow: 0px 0px 10px 3px #acacac;
  -webkit-transform: rotate(-3deg) scale(1.05);
  -ms-transform: rotate(-3deg) scale(1.05);
  transform: rotate(-3deg) scale(1.05);
}
.project-item {
  *zoom: 1;
  margin-bottom: 100px;
}
.project-item:before,
.project-item:after {
  content: "";
  display: table;
}
.project-item:after {
  clear: both;
}
.project-link {
  background: #369;
  -webkit-box-shadow: 0px 0px 0px 0px #888;
  -moz-box-shadow: 0px 0px 0px 0px #888;
  box-shadow: 0px 0px 0px 0px #888;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  transition: 0.3s;
}
.project-link:hover {
  -webkit-box-shadow: 0px 0px 10px 3px #acacac;
  -moz-box-shadow: 0px 0px 10px 3px #acacac;
  box-shadow: 0px 0px 10px 3px #acacac;
  color: #fff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.project-list {
  list-style: none;
  margin-bottom: 100px;
}
.project-screenshot {
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 700px) {
  .project-screenshot {
    float: left;
    width: 45%;
    max-width: none;
  }
}
.project-summary {
  line-height: 1.7;
}
@media (min-width: 700px) {
  .project-summary {
    margin-left: 50%;
  }
}
.project-summary h2 {
  font-size: 30px;
  margin-bottom: 0.15em;
}
@media (min-width: 1000px) {
  .project-summary h2 {
    font-size: 35px;
  }
}
.project-summary h3 {
  margin-top: 1.4em;
  margin-bottom: 0.2em;
}
.project-summary p {
  margin-bottom: 1em;
}
@media (min-width: 500px) {
  #header-content {
    padding: 70px 0 40px;
    text-shadow: -1px -1px 0px #000;
    filter: dropshadow(#000, -1, -1);
  }
}
@media (min-width: 1000px) {
  h1 {
    font-size: 50px;
  }
  .tagline {
    font-size: 38px;
  }
}
/*# sourceMappingURL=concept-simple.css.map */