/** { margin: 0; padding: 0; }*/

h1, h2, h3, h4, h5, h6 { 
  margin: 0; 
  padding: 0; 
  font-family: Arial, Helvetica, sans-serif; 
}
ul {
  list-style-type: none;
  padding: 1em 0;
  margin: 0;
}
h1 {
  font-size: 3em;
  border-bottom: .1em solid #000;
}
.main {
  padding: 2.5em 4em 3em 3em;
}
.intro {
  padding-bottom: 3em;
}
.intro h1 {
  font-size: 6em;
  font-size: 7.5vw;  
  letter-spacing: -0.05em;
  border-bottom: none;
}
h1.multiline-last {
  border-bottom: .05em solid #000;
}
.intro p:first-of-type {
  margin-top: 2em;
}
.intro p {
  font-size: 2em;
  font-size: 2.5vw;
  font-weight: bold;
  letter-spacing: -0.025em;
}
/* ======================================= */
.contact {
  padding-right: 2em;
  padding-bottom: 3em;
}
.contact a {
  font-size: 1.25em;
  font-size: 2vw;
  line-height: 2.5em;
  color: black;
  text-decoration: none;
}

/* ======================================= */
.work { 
  overflow:hidden;
  height: 100%;
}
.work-images {
  display: block;
}
.screenshot1, .screenshot2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2em;
  padding-right: 1em;
}
dl {
  -webkit-margin-before: 0em;
}
.work-content a {
  color: black;
  text-decoration: underline dotted;
}
.work-content a:hover {
  color: #4f4f4f;
  font-size: 1em;
}
.side-note {
  font-weight: lighter;
  color: #808080;
  font-size: .75em;
}
.github-link a:hover {
  color: #4f4f4f;
  text-decoration: overline;
}
dt:hover {
  color: #4f4f4f;
}
dt { 
  font-size: 1.25em;
  font-weight: bold;
  width:100%;
  margin-top: 1em;
  display:inline-block;
  border-bottom: 0.10em solid #000;
}

dd { 
  position: absolute; 
  margin: 0;
  left: -9999px; 
  top: -9999px; 
  padding: 0; 
}



/* ======================================= */
/*.work {
  overflow:hidden;
  padding-bottom: 3em;
}
.work-title {
  width:100%;
  padding: 1em;
  display:inline-block;
  transition:all linear 0.25s;
  font-size: 1em;
}
.work-title.active, .work-title:hover, .work-title a {
  text-decoration:none;
}
.work-content {
  padding: 1em;
}*/
/* ======================================= */


@media screen and (max-width: 35.5em) {
  /* sm */
}
@media screen and (max-width: 48em) {
  /* md */
}

@media screen and (max-width: 64em) {
  /* lg  /  iPhone breakpoint 
  h1 {
    font-size: 6em;
    border-bottom: .1em solid #000;
  }
  .intro p {
    font-size: 3.7em;
  }
  .intro h1 {
    font-size: 6.5em;
  }
*/
/*  .contact a {
    font-size: 1.5em;
    font-size: 2.5vw;
    line-height: 3em;
  }*/

}
@media screen and (max-width: 80em) {
  /* xl */
}