body {
  margin: 0;
  padding: 0;
  font-family: helvetica, arial, sans-serif;
  background-size: cover;
  height: 100%;
  background-color: #F3F6F6;
}

h1 {
  /*font-family: Patua One;*/
  font-family: pacifico;
}

h2, h3 {
  font-family: Patua One;
}

div {
  padding: 10px;
}

#about, #projects, #jams, #interviews, #talks, #photos, #bio, #writing {
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
}

/* intro */

#intro {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#intro video {
  width: 100%;
  min-width: 830px
}

#intro div {
  position: absolute;
  top: 60px;
  z-index: 100;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 5vw;
}

/* about */

#about {
  height: 300px;
  margin: 60px auto 0px;
}

#about p {
  font-size: 1.0em;
  padding: 5px;
  margin: 0;
}

#about ul {
  list-style: none;
}

#about h2 {
  margin-top: -20px;
  color: #555;
}

/* social */

#social a {
  color: #333;
  text-decoration: none;
  border: none;
  font-size: 1.5em;
}

p.loc {
  font-size: 2.5em;
}


/* projects */


.project {
  padding: 10px;
  margin: 10px;
  clear: both;
}

.project a img:hover {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.75);
}

#about h1 {
  margin-top: 2px;
}

.project h4 {
  color: #444;
  margin-top: -10px;
}

img {
  margin: 10px 20px 25px 0;
  float: left;
}

.project p {
  margin-top: -10px;
}

/* photos */

#photos iframe {
  padding: 20px;
}

/* video games*/


a {
  color: black;
  text-decoration: none;
  border-bottom: 2px dotted gray;
}

a:visited {
  color: black;
}

ul em {
  font-weight: bold;
  font-style: normal;
  color: #222;
}

li {
  padding: 4px;
}


/* bio */

#bio h2 {
  clear: both;
}

table td {
  padding: 8px;
}

table .title {
  font-weight: bold;
  font-style: normal;
  color: #222; 
}

/* footer */

#footer {
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 10px;
}
