/* old red: #ed4545 */

a {
  color: hsl(197,100%,50%);
  text-decoration: none;
}

a:hover {
  color: hsl(197,100%,90%);
}

body {
  background-attachment: fixed;
  background-image: url(bg.jpg);
  background-size: cover;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.5;
  margin: 20px;
}

#contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#contact li {
  line-height: 2;
}

#name, #contact {
  max-width: 250px;
}

#name * {
  margin: 0;
}

#name h1 {
  color: #ffad00;
  font-family: Redressed, Verdana, Geneva, sans-serif;
  font-size: 48px;
  margin: -10px 0;
  text-shadow: -1px -1px 1px rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.4);
}

#name h2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

#zillow {
  margin-top: 2em;
}

section {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

section h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

section p {
  margin: 1.5em 0 0 0;
}

section p:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  #about {
    margin-right: 20px;
    max-width: 35em;
    position: absolute;
    top: 20px;
    left: 330px;
  }
}
