/*
Rodrigo Borges
info@rodrigob.com
twitter.com/rodkllr
*/
body {
  position: relative;
  height: 100vh; }

h2 {
  line-height: 1.5em; }

a {
  color: #333; }
  a:hover {
    color: #333; }

#logo {
  position: absolute; }

#logo img {
  width: 30px; }

.content {
  position: relative; }
  .content header {
    margin-top: 80px;
    position: relative; }
  .content h2 {
    margin-top: 200px; }

ul {
  margin-top: 90px;
  vertical-align: top;
  display: inline-block;
  margin-right: 65px; }

li {
  margin-bottom: 2px; }

li.list-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px; }

footer {
  padding-bottom: 10px;
  position: absolute;
  bottom: 0; }
  footer p {
    font-size: 12px; }

@media only screen and (max-width: 480px) {
  header {
    margin-top: 50px;
    text-align: center; }

  .content h2 {
    font-size: 20px;
    margin-top: 100px; }

  ul {
    margin-top: 50px;
    margin-right: 40px; } }
@media only screen and (max-width: 480px) {
  h2 {
    text-align: center; }

  ul {
    display: block;
    text-align: center;
    margin-right: 0; }

  footer {
    position: relative;
    text-align: center;
    margin-top: 50px; } }