body {
  padding-bottom: 40px;
}

article {
  width: auto;
  height: auto;
  padding-top: 20px;
}

body#index article {
  width: 745px;
  height: 360px;
  padding-top: 40px;
}

article a, footer a {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  height: auto !important;
  font-size: 20px !important;
  -webkit-border-radius: 10px;
}

article a {
  font-size: 28px !important;
}

body#about-me nav, body#my-projects nav, body#contact-me nav {
  padding: 0;
}

nav a {
  padding: 4px 10px 0 10px;
  margin-right: 5px;
}

body#about-me nav .about-me, body#my-projects nav .my-projects, body#contact-me nav .contact-me {
  background: rgba(196,196,196,0.5);
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 6px #777;
}

body#contact-me #via-contact-form, body#contact-me #via-others h2 {
  display: none;
}

body#contact-me #via-others {
  float: none !important;
  width: auto !important;
}

body#standards-compliant h2 {
  font-size: 2em !important;
  line-height: 1.35em !important;
}
