body {
  background-color: #f2f2f2;
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  height: 100%;
  min-height: 400px;
    font-family: 'EB Garamond', serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: white;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 20px;
}

div.container {
    min-height: 400px;
    height: 100%;
}

.centered {
    text-align: center;
}

.logo {
	text-align: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.logo a {
    line-height: 400px;
    vertical-align: middle;
}