html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

body {
  background: #E8E8E8;
  -webkit-font-smoothing: antialiased; }

.container {
  position: relative;
  padding-top: 40px;
  font-family: 'Lato', sans-serif;
  background: #E8E8E8;
  z-index: 1; }

@media (min-width: 850px) {
  .container {
    width: 850px;
    margin: 0 auto; } }
@media (max-width: 849px) {
  .container {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; } }
.ribbon {
  position: absolute;
  top: 75px;
  left: 0px;
  right: 50%;
  background-color: #FFA500;
  height: 20px;
  z-index: 0; }

.hidden {
  display: none; }

.title-wrap {
  display: inline-block; }
  .title-wrap h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 35px; }
  .title-wrap h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #E8E8E8;
    background-color: #FFA500;
    line-height: 20px;
    padding-right: 3px;
    text-align: right; }

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  padding-top: 50px; }

.selfdescription {
  padding-top: 40px; }

p {
  line-height: 25px;
  font-size: 15px; }

.link {
  color: #CC8400;
  cursor: pointer; }

.content {
  min-height: 600px; }

.projects {
  padding-top: 20px; }
  .projects .project {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 8px;
    margin-bottom: 12px;
    width: 270px;
    height: 155px; }
    .projects .project:hover {
      border: 1px solid rgba(0, 0, 0, 0.5); }
    .projects .project img {
      position: absolute;
      top: 0px;
      left: 0px; }
    .projects .project .title {
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 5px 0px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #FFF;
      text-align: center; }

.project {
  padding-top: 20px; }
  .project .row {
    overflow: auto; }
  @media (min-width: 850px) {
    .project .left {
      float: left; }
    .project .right {
      float: right; }
    .project .img {
      width: 45%;
      height: 300px;
      background-color: #F7931E;
      border: 1px solid black; }
    .project p {
      width: 50%;
      padding-bottom: 1em; } }

.footer {
  color: #808080;
  border-top: 1px solid #B5B5B5;
  margin-top: 15px;
  padding-top: 6px;
  padding-bottom: 10px;
  font-size: 12px; }
