body {
  background: #b1b1b1;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 90pt;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #414141;
}

a img {
  border: none;
}
p {
  margin-top: 0;
}
em {
  color: #8a8a8a;
}
ol, ul.times {
  margin: 50px;
}

.wrapper {
  margin: 0 auto;
  background: #fff;
}

.content-wrapper {
  padding: 20px;
  margin: 0;
  font-size: 50pt;
}

.header {
  background: #ececec;
  text-align: center;
  padding: 10px 0 0 0;
  border-bottom: 3px solid #c7c7c7;
}

.logo {
  width: 15%;
}

.icon {
  width: 150px;
}
.icon-call {
  width: 100px;
}

h1, h2 {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  line-height: 100%;
  color: #ff6701;
}

h1 {
  font-size: 50%;
  font-weight: 300;
  text-transform: uppercase;
  margin: 15px;
}

h2 {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  font-size: 100pt;
  font-weight: normal;
}

h3 {
  font-size: 50pt;
  color: #505050;
  font-style: italic;
  margin-top: 0;
}

a {
  color: #4989c3;
}

div.timerlogin {
  text-align: center;
}

form {
  margin-top: 20px;
}

input {
  margin: 50px;
}

div.button-wrapper {
  text-align: center;
}

input[type=text], input[type=number] {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 80pt;
  padding: 40px;
  border: 3px solid #aaa;
  width: 100%;
  margin: 50px 0;
}

button, input[type=submit] {
  font-family: 'Roboto Condensed', sans-serif;
  border: 5px solid #ff6701;
  background: #f38701;
  color: #fff;
  text-transform: uppercase;
  font-size: 80pt;
  padding: 40px;
  border-radius: 50px;
  margin: 40px;
  cursor: pointer;
}

#start, #complete, #complete-photo-stop, #hook-me-up-yes, #hook-me-up-yes-and-continue, #hook-me-up-continue {
  background-color: #89d822;
  border-color: #51b307;
}

#stop, #clear, #hook-me-up-no, #hook-me-up-sure-no {
  background-color: #e04141;
  border-color: #9a211b;
}

#skip {
  background-color: #6f6f6f;
  border-color: #2b2b2a;
}

#error-message {
  border: 1px solid red;
  color: red;
  padding: 10px;
  margin-top: 10px;
}

.timer {
  border: 5px solid #ccc;
  padding: 40px;
  text-align: center;
  margin-top: 20px;
}

.timer #time {
  padding: 40px;
  margin: 20px 20px 50px 20px;
  display: inline-block;
  border: 5px solid #aaa;
}

.hook-me-up {
  text-align: center;
  border: 2px solid #ff6701;
  margin-top: 20px;
  padding: 10px;
  background: #ffe1cc;
  color: #777;
}

.hook-me-up h2 {
  margin-top: 0;
  display: inline;
}

#hook-me-up-button {
  margin-top: 20px;
}

#hook-me-up-hint {
  color: #333;
}

ul.completedstops {
  list-style: none;
  padding-left: 0;
}

ul.completedstops li {
  padding-left: 24px;
  margin-bottom: 10px;
}

ul.completedstops li.completed {
  background: url(../images/icon-check.png) no-repeat 0px 40px/70px 70px;
  padding-left: 100px;
}

#next-stop {
  margin: 20px;
  text-align: center;
}

.menu {
  list-style: none;
  background: #c7c7c7;
  padding: 10px;
  margin: 0;
  display: block;
}
.menu li{
  display: inline-block;
  float: left;
}
.menu li a {
  font-family: 'Roboto Condensed', sans-serif;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 70px;
  margin-bottom: 30px;
}
.menu li a:hover {
 background: #bbb; 
}
.menu li.selected a,  .menu li.selected a:hover{
  background: #aaa;
}
.menu li.clear {
  display: block;
  float: none;
  clear: both;
}
.footer {
  margin-top: 150px;
  background: #eee;
  font-size: 60%;
}
.footer a {
  color: #777;
  display: block;
  padding: 10px;
  width: 30%;
  cursor: pointer;
}
.footer a:hover {
  background: #ddd;
}
.clear {
  clear: both;
}
.alert-box {
  border: 1px solid #dc1c1c;
  background-color: #fdeaea;
  padding: 10px;
  margin: 10px 0;
  font-style: italic;
}
.finished-at-hq {
  border: 1px solid #0ea9a9;
  padding: 20px;
  background: #e6f8f9;
  color: #f66600;
}
table {
  font-size: 50pt;
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  padding: 8px;
  line-height: 1.4;
  margin: 0;
}
table th {
  background: #f5f5f5;
  border-bottom: 2px solid #ddd;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
@media only screen and (min-width: 1000px) {
  .wrapper {
    max-width: 500px;
  }
  body, .menu li a, table, .content-wrapper {
    font-size: 18pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 20pt;
  }
  button, input[type=submit] {
    border-radius: 10px;
    border-width: 2px;
  }
  button, input, input[type=text], input[type=number], input[type=submit] {
    font-size: 18pt;
    padding: 10px;
    width: auto;
    margin: 10px;
  }
  .icon {
    width: 30px;
  }
  .icon-call {
    width: 24px;
  }
  .footer {
    margin-top: 50px;
  }
  .timer, .timer #time {
    border: 2px solid #ccc;
    padding: 10px;
  }
  ul.completedstops li.completed {
    background-position: 0px 5px;
    background-size: 20px 20px;
    padding-left: 24px;
  }
  .footer {
    margin-top: 150px;
    background: #eee;
    font-size: 100%;
  }

}
