/* Smaller header photo */
header img {
  max-width: 220px;
  height: auto;
}

/* Prevent name in header from wrapping */
header h1,
header h1 a {
  white-space: nowrap !important;
}

/* Make header a bit wider */
header {
  width: 300px;
}

/* Actually widen the main container */
.wrapper {
  width: 870px !important;
  max-width: 95% !important;
}

/* Let the text column expand into the available space */
section {
  margin-left: 340px !important;
  width: auto !important;
  max-width: none !important;
}
