/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #000000;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}
body {
	background-image: url("../img/cover.jpg");
  background-attachment: fixed;
  background-size: cover;
  font-family: "LinoType";
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding: 0 20px;
  text-align: right;
}

h1 {
	font-family: "LinoType";
	font-weight: bold;
	font-size: 9vmin;
}

h2 {
	font-family: "LinoType";
	font-size: 16px;
}

.inner p {
	font-size: 9vmin;
	line-height: 1.0em;
}

.smaller {
	font-size: 3vmin !important;
	padding-left: 5px;
}

.inner img {
	margin-top: 10px;
	max-width: 30%;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .cover-container {
    width: 700px;
  }
}
