html {
  position: relative;
  min-height: 100%;
}

@font-face{
  font-family: "avenir next";
  src: url('Junction-webfont.eot');
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.center {
  text-align: center;
}

.footer {
  font-family: "PT Serif";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  /* background-color: #f5f5f5; */
}

.container {
  font-family: "PT Serif";
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

img{
  max-width: 100%;
  max-height :100%;
}

.links ul {
  font-family: "PT Serif";
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.links li {
  float: right;
}

.links li a {
  display: block;
  text-align: center;
  padding: 14px 10px;
  text-decoration: none;
  color: #000;
}

p a {
  text-decoration: underline;
}

.upper-space {
  padding-bottom: 150px;
  /* background-color: #000; */
}

a {
  color: #333;
  text-decoration: underline;
}

.post:hover {
  color: #333 !important;
}