body {
  padding-top: 60px;
  background-image: url(/bg.png);
}

form {
  margin: 0px;
}

table {
  margin-bottom: 0px;
}

table tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

table td {
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  text-align: center;
}

td + td {
  width: 100%;
}

table h1 {
  margin: 0;
}

#path {
  font-size: 40px;
  width: 230px;
  height: auto;
  color: black;
  margin: 0;
}

#gotopath {
  padding: 20px;
  font-size: 40px;
}

.hero-unit {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: #fff 1px 1px 1px;
}

.title {
  text-align: center;
}

.title h1 {
  text-shadow: #fff 1px 1px 3px;
  padding-top: 60px;
  font-size: 400%;
}

.title p {
  font-size: 18px;
  font-weight: 200;
  padding-bottom: 40px;
  line-height: 27px;
}

div#explain {
  margin-top: 60px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-shadow: none;
}

div#explain .container {
  padding-top: 40px;
  padding-bottom: 60px;
}

div#explain .title h1 {
  padding-bottom: 50px;
}

div#explain h1 {
  text-shadow: none;
  color: white;
}

div#explain p.heading {
  font-size: 200%;
  line-height: 30px;
}

div#explain a {
  color: #ffffff;
  text-decoration: underline;
}

.steps .row {
  padding-top: 20px;
}

div#solve {
  background: rgba(0, 0, 0, 0.3);
}

div#solve .container {
  padding-top: 40px;
  padding-bottom: 60px;
}

div#solve p.heading {
  font-size: 200%;
  line-height: 30px;
}

div#solve .title h1 {
  padding-bottom: 50px;
}

#get-started .container {
  padding-bottom: 150px;
}

.rotated {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.right {
  text-align: right;
}

footer {
  margin-top: 30px;
  padding-bottom: 10px;
  border: none;
}

footer p {
  text-align: center;
}

footer a {
  color: #000;
}

footer a:hover {
  color: #000;
}
