* {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background: url('../img/bkg/noise-light.png');
  font-size: 1em;
}

ul {
  list-style: none;
}
ul ul {
  padding: 0.2em 0 0.75em 1em;
}
ul ul li {
  padding: 0.2em 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #777;
}

#wrapper {
  color: #333;
  margin: 1em auto 0;
  max-width: 900px;
  padding: 0 1em;
}

.box {
  background: url('../img/bkg/noise-b.png');
  border-radius: 1.5em;
  margin: 0 0 1.5em;
  padding: 1em;
  position: relative;
}
.box h2 {
  padding: 0 0 0.5em;
}
@media screen and (min-width: 925px) {
  .box {
    clear: right;
    float: right;
    width: 410px;
  }
  .box:nth-child(2n) {
    clear: left;
    float: left;
  }
}

#me {
  background: url('../img/bkg/noise-blue.png');
  float: none;
  width: auto;
}
#me .col {
  display: none;
  text-align: center;
}
#me .col:first-child {
  display: block;
}
#me .row {
  font-weight: bold;
}
#me .name {
  font-size: 1.6em;
}
@media screen and (min-width: 500px) {
  #me .col {
    display: inline-block !important;
    position: relative;
    vertical-align: middle;
    width: 32%;
  }
  #me .col:first-child {
    left: 33%;
  }
  #me .col:nth-child(2) {
    left: -33%;
    text-align: right;
  }
  #me .col:last-child {
    text-align: left;
  }
}

#links ul {
  font-size: 1.2em;
}
#links a {
  display: inline-block;
  padding: 0.2em 0;
}
#links a:hover {
  text-decoration: none;
}
#links li:first-child a {
  padding: 0 0 0.2em;
}

#about p {
  padding: 0.3em 0;
}
#about a {
  text-decoration: underline;
}

#projects li {
  padding: 0.2em 0;
}

#studied {
  clear: both;
  float: none;
  width: auto;
}
#studied ul {
  font-weight: bold;
}
#studied ul ul {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}
.underline {
  border-bottom: 1px #333 solid;
}
.group:after {
  clear: both;
  content: '';
  display: table;
}