  * {
    padding: 0;
    margin: 0;
    font-family: "VulfSansWeb", monospace;
  }

  body {
    overflow-y: scroll;
  }
  
  a {
  	color: #44a;
  }

  #welcome {
    font-size:34px;
  }
  #welcome span {
    font-weight: light;
  }

  #funklet-bar {
    position: relative;
    max-width: 850px;
    margin: auto auto;
    z-index: 1;
    background: white;
  }
  
  #logos {
  	height: 28px;
  	width: 200px;
  	display: block;
    padding: 15px 15px 10px 25px;
  }

  #logos a {
    text-decoration: none;
    border: none;
    font-family: VulfMonoWeb, monospace;
    color: red;
    display: block;
  }
  
  #logos .svg_logo {
    width: 100px;
    display: block;
    margin-top: -8px;
  }

  #top-links {
    position: absolute;
    top: 19px;
    right: -4px;
    font-size: 12px;
    color: #ddd;
  }

  #top-links a {
    font-family: VulfMonoWeb, monospace;
    color: red;
    text-decoration: underline;
  }

  .prologue {
    max-width: 400px;
    margin: auto auto;
    margin-bottom: 100px;
  }

  #text .prologue p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #333;
    font-style: italic;
    font-family: VulfSansWeb, monospace;
    margin-left: -10px;
  }

  .container {
    padding-top: 0px;
    background: white;
    height: 275px;
    position: relative;
  }

  .funklet-container {
    width: 975px;
    margin: auto auto;
    height: 275px;
    padding-top: 5px;
  }

  .funklet-container iframe {
    border: none;
    width: 975px;
    height: 275px;
  }

  #header {
    height: 325px;
    text-transform: uppercase;
    position: relative;
    width: 850px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: auto auto;
    overflow: hidden;
    font-family: VulfSansWeb, "Helvetica Neue", Arial, Helvetica;
    background: rgba(255, 255, 255, 0.2);
  }

  #header.front {
    width: 800px;
    border: none;
  }
  
  #image-container {
  	position: fixed;
  	width: 100%;
  	top: 0px;
  	left: 0px;
  	height: 0px;
  }
  
  #image-container-width {
  	width: 850px;
  	margin: auto auto;
  	position: relative;
  }

  #image {
    width: 520px;
    height: 520px;
    -webkit-border-radius: 520px;
    position: absolute;
    top: 75px;
    right: 5px;
    background-size: 100%;
    background-color: #ddd;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  
  #image-fullwidth {
  	width: 850px;
  	position: relative;
  	margin: auto auto;
  	height: 734px;
  	border-top: 50px solid white;
  }
  
  #image-cover {
  	width: 520px;
    height: 520px;
/*     -webkit-border-radius: 520px; */
    position: absolute;
    top: 0px;
    right: 0px;
    border: 5px solid white;
/*     -webkit-box-shadow: inset 0 0 25px rgba(0,0,0,0.5); */
    background-image: url("../funklet/images/hole.f4793bbc202f.png");
  }
  
  #image-fullwidth h4 {
  	position: absolute;
	top: 417px;
	right: 0px;
	font-weight: normal;
	font-style: italic;
	width: 520px;
	text-align: center;
	z-index: 100;
	background: white;
	padding: 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	color: #333;
	background: rgba(255, 255, 255, 0.9);
  }
  
  #image-flare {
  	width: 512px;
  	height: 512px;
  	-webkit-border-radius: 512px;
  	border: 5px solid rgba(255,0,0,0.7);
  }

  #header.front h1 {
    font-size: 115px;
    color: red;
    margin-top: 80px;
    text-align: center;
  }

  #info {
    width: 800px;
    margin: auto auto;
    padding-top: 25px;
    position: relative;
  }

  #header span {
    color: red;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 31px;
  }
  h3 {
    font-size: 21px;
    font-weight: normal;
  }

  .hr {
    width: 850px;
    margin: auto auto;
    border-top: 1px solid #eee;
    position: relative;
  }

  #text {
    width: 850px;
    margin: auto auto;
    padding-top: 95px;
    padding-bottom: 300px;
    position: relative;
    padding-left: 55px;
    background: white;
    min-height: 300px;
  }
  
  #vimeo {
  	position: absolute;
	right: 75px;
	top: 50px;
  }
  
  #spotify {
  	position: absolute;
  	right: 85px;
	top: 330px;
  }

  #about {
    position: absolute;
    top: 0px;
    left: 400px;
  }

  #text p {
    font-family: VulfSansWeb, Georgia, serif;
    width: 493px;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 30px;
/*     text-indent: 30px; */
    padding-bottom: 25px;
  }

  #text #about p {
    width: 400px;
  }

  #text p em {
    font-family: VulfSansWeb, Georgia, serif;
  }

/*
  #text p:first-child:first-line {
    font-variant: small-caps;
    font-size: 18px;
  }
*/

  a.link {
    display: block;
    font-weight: bold;
    text-decoration: none;
    height: 75px;
    margin-bottom: 25px;
    position: relative;
  }

  a.link span.image {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 85px;
    height: 85px;
    -webkit-border-radius: 105px;
    background-color: #eee;
    background-position: center center;
    background-size: 150%;
    opacity: 0.9;
  }

  a.link span.title {
    color: #44a;
    font-size: 19px;
    padding: 7px 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    font-family: VulfMonoWeb, monospace;
    display: inline-block;
    margin-left: 105px;
    margin-top: 20px;
    font-weight: normal;
  }

  a.link span.title em {
    color: #ccc;
  }

  a.link:hover span.title {
    border-color: red;
  }
  
  a.spotify-link {
  	color: #ccc;
	text-decoration: none;
	padding: 0 5px 0 3px;
  }
  
  a.footnote {
  	vertical-align: super;
  	font-size: 12px;
  	color: red;
  	font-family: inherit;
  	text-decoration: none;
  }
  
  div.footnotes {
  	padding: 10px 25px;
  	border-top: 1px solid #ddd;
  	margin-top: 50px;
  	width: 275px;
  }
  
  div.footnotes hr {
  	display: none;
  }
  
  div.footnotes ol {
  	color: red;
  	font-size: 12px;
  }
  
  div.footnotes a {
  	color: #44a;
  	font-size: 12px;
  	font-style: italic;
  	text-decoration: none;
  }
  
  #social {
  	margin-top: 75px;
/*   	margin-left: 25px; */
  }

  .metadata {
    max-width: 500px;
    text-align: right;
  }

  .copyright {
    color: #aaa;
    margin-top: 200px;
    text-align: right;
  }