body {
    padding-top: 50px;

    background: url('/static/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 60px;    /* sticky footer */
}

/* .full {
    background: url('/static/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
} */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

img.social-icon {
    height: 32px;
    width: 32px;
}

img.portrait {
    width: 150px;
    height: 150px;
    border: 2px;
    align: left;
    padding: 5px;
    margin-right: 5px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

