@charset "UTF-8";
/* line 2, ../src/mtod.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 6, ../src/mtod.scss */
html {
  font-size: 62.5%;
  font-family: verdana, sans-serif;
  display: block;
  height: 100%;
  min-height: 500px;
  color: #fff;
  background-color: #039;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #003399), color-stop(100%, #99ccff));
  background-image: -moz-linear-gradient(top, #003399 0%, #99ccff 100%);
  background-image: linear-gradient(top, #003399 0%, #99ccff 100%);
  text-align: center;
}

/* line 17, ../src/mtod.scss */
h1 {
  margin: 250px 0 0 0;
  text-shadow: #666666 1px 1px 1px;
  font-size: 2rem;
}

/* line 22, ../src/mtod.scss */
a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 24px;
  line-height: 1.8rem;
}
/* line 29, ../src/mtod.scss */
a:hover {
  color: #C00;
}
/* line 33, ../src/mtod.scss */
a.linkedIn {
  background: transparent url("http://www.linkedin.com/favicon.ico") no-repeat 0 0;
}
/* line 37, ../src/mtod.scss */
a.twitter {
  background: transparent url("http://www.twitter.com/favicon.ico") no-repeat 0 0;
}

/* line 42, ../src/mtod.scss */
ul {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  list-style-type: none;
  padding: 5px;
  width: 165px;
  margin: 10px auto;
  overflow: hidden;
  text-align: left;
}
/* line 52, ../src/mtod.scss */
ul li {
  float: left;
}
/* line 55, ../src/mtod.scss */
ul li:nth-child(1) {
  margin: 0 15px 0 0;
}

