/* #Variable Definitions
================================================== */
html {
  height: 100%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "tisa-pro", Avenir, sans-serif;
  background: url(../HubbleFade.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative; }

.header {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1em; }
  .header img {
    width: 100%;
    height: auto; }

input {
  margin-top: .25em;
  background: #24292D;
  background: #24292d;
  opacity: 0.8;
  border-radius: 10px;
  border: none;
  color: white; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  margin: 0; }

.DateErrors {
  color: #ff530d;
  font-weight: 400;
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em;
  list-style: none; }
  .DateErrors label {
    opacity: 1; }

/* (Mobile First) */
input {
  width: 100%;
  height: 1.05em;
  text-align: center; }

input:focus, button:focus {
  outline: none 0px; }

::-webkit-input-placeholder {
  color: white;
  opacity: .8;
  font-family: futura-pt, "futura-pt", Avenir, sans-serif; }

::-moz-placeholder {
  color: white;
  opacity: .8;
  font-family: futura-pt, "futura-pt", Avenir, sans-serif; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: white;
  opacity: .8;
  font-family: futura-pt, "futura-pt", Avenir, sans-serif; }

/* ie */
input:-moz-placeholder {
  color: white;
  opacity: .8;
  font-family: futura-pt, "futura-pt", Avenir, sans-serif; }

label {
  font-size: .75em;
  opacity: .5; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent; }

/* IE 10+ */
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

.buttonSpace {
  width: 100%;
  float: right;
  height: 100%;
  display: block;
  margin-top: 1em; }

.button {
  border: 0 none;
  color: white;
  cursor: pointer;
  font-size: 2em;
  font-family: futura-pt, "futura-pt", Avenir, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  padding: .25em;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  margin-left: auto;
  margin-right: auto;
  margin-top: .5em;
  margin-bottom: .5em;
  display: block;
  text-align: center;
  background-color: #00A99D;
  width: 100%;
  height: 100%;
  border-radius: 5px; }
  .button:hover {
    background-color: #24292D;
    color: white; }

.starter {
  display: block; }

.myResults {
  margin-top: .2em;
  font-family: futura-pt, "futura-pt", Avenir, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #00A99D; }

.resultscontrols {
  text-align: center;
  margin-bottom: 1em; }

.resultsbutton {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
  padding: .5em 1.5em;
  font-family: futura-pt, "futura-pt", Avenir, sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  margin: .5em;
  cursor: pointer; }

.saveTheDate {
  background: #00A99D;
  background: #00a99d;
  display: none; }

.backbutton {
  background: #24292D;
  background: rgba(36, 41, 45, 0.8);
  opacity: .8;
  filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity=80); }

footer {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: .5em;
  font-family: futura-pt, "futura-pt", Avenir, sans-serif;
  opacity: .5;
  text-transform: uppercase; }
  footer a {
    color: #00A99D; }

/* Small screens  */
/* Medium Small screens  */
/* Medium screens */
@media (min-width: 770px) {
  .dateInput {
    width: 40%;
    float: left;
    border-right: white solid 1px;
    padding-left: 2em;
    padding-right: 2em; }

  .timeInput {
    width: 35%;
    float: left;
    padding-left: 2em;
    padding-right: 2em; }

  .buttonSpace {
    width: 25%; }

  .inputhead {
    display: block;
    width: 5%;
    position: relative; }

  .saveTheDate {
    display: inline-block; }

  .resultscontrols {
    margin-top: 2em; }

  footer {
    position: absolute;
    bottom: 0; } }
/* Large screens */
@media (min-width: 960px) {
  .header {
    width: 75%; } }
/* Extra large screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* Don't forget your Retina CSS! */ }