html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@import url(http://fonts.googleapis.com/css?family=Ubuntu);

body {
  font-family: "Ubuntu", Geneva, Arial, Helvetica, sans-serif; 
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  background: #555;
  color: #aaa;
  margin: 128px 64px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 480px) {
  body {
    margin: 64px 32px;
    font-size: 18px;
  }
}

h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 1em;
  max-width: 600px;
}

h1 strong {
  font-weight: 700;
  color: #FFF;
  background-color: #c34f1f;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
}

#practices {
  font-style: italic;
}

#practices li span {
  opacity: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 70%;
  text-transform: uppercase;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

#practices li:hover span {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #FFF;
}

#contact {
  margin-top: 4em;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  #contact {
    font-size: 14px;
  }
}

#contact h1 {
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 0.5em;  
  background-color:  transparent;
}

#contact p {
  margin: 1em 0;
}

#elsewhere {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}

#elsewhere li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}

#elsewhere li {
  margin-right: 1em;
}
