/* Scss Document */
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.5em;
  color: #0a0a0a;
  background: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em; }

img {
  display: block;
  margin: 0px auto;
  padding-top: 15px;
}

input {
  padding: 8px;
  width: 100%;
  margin-bottom: 15px; }

label {
  color: #fff;
}

select {
  height: 2.2375rem;
  padding: 0.35rem;
  font-size: .85rem; }

h2{
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px; }

hr {
  border-top: 1px solid #2d96d3;
  border-bottom: none;
  margin: .85rem auto; }

#cal {
  position: relative; }

#dt {
  width: 100%; }

.shift {
  padding-top: 18px; }

p {
  line-height: 1.6;
  margin-bottom: .5rem; 
  color: #fff;}

a {
  color: #fff;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a:visited {
    color: #fff; }

/*# sourceMappingURL=main.css.map */
