@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Oxygen);

html,body,a{
  margin:0; padding:0;
}

body {
  background-image: url(../images/background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #bcbcbc;
}

body.projects {
  background-image: url(../images/background-projects.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #bcbcbc;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    width: 320px;
}