#date-month {
  display: none;
}
#schedule {
  text-align: center;
}

#schedule input {
  margin-bottom: 15px;
}

#schedule textarea {
  margin-bottom: 15px;
}

#availTimes-container {
  margin-top: 2em;
  margin: 0 15%;
}

.availTimes {
  margin-top: 1em;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.availTimes:hover {
  background: rgba(10, 104, 56, 0.3);
  cursor: pointer;
}

.availTimes.unavailable {
  text-decoration: line-through;
  color: #999;
  padding: 20px;
}

.availTimes.unavailable:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: not-allowed;
}

.btn-raised-schedule {
  padding: 15px 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  color: black;
  font-family: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #f8f8f8;
  z-index: 2;
  position: relative;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.5);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.1s;
  outline: 0;
  width: 120px;
  height: 120px;
}

.btn-form-submit {
  width: 100%;
  height: 50px;
  background-color: #006838;
  color: #fff;
  text-transform: initial;
  font-size: 18px;
}

.btn-form-submit:hover {
  background-color: #005d32;
}

.btn-raised-schedule:hover {
  background-color: rgba(10, 104, 56, 0.3);
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.8);
}

.btn-raised-schedule:focus {
  background-color: #006838;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.8);
}

#availDates-container {
  display: flex;
  position: relative;
  left: 0;
  border-radius: 4px;
  border: solid 1px #f2f2f2;
  white-space: nowrap;
  transition: left .7s ease-in-out;
}

#availDates-container button p:first-child {
  padding-bottom: 10px;
  font-weight: bold;
}

#availDates-container button p:last-child {
  font-size: 28px;
  padding-top: 5px;
}

#availDates-container li {
  margin: 0 0.5em;
}

#availDates-container .date-selected {
  background-color: #006838;
  color: #fff;
}

#date-schedule {
  display: flex;
  position: relative;
}

#date-content {
  overflow: hidden;
  margin: 0 50px 0 50px;
  border-radius: 4px;
  padding: 20px 0;
  background: #f9f9f9;
}

#left-scroll {
  margin-right: 0.5em;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  padding: 8px;
  border: 0;
  background-color: #e9e9e9;
  position: absolute;
  top: 60px;
}

#right-scroll {
  margin-left: 0.5em;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  padding: 8px;
  border: 0;
  background-color: #e9e9e9;
  position: absolute;
  top: 60px;
  right: 0;
}

#customer-information {
  text-align: left;
}

#customer-form fieldset input {
  width: 100%;
}

#customer-form {
  width: 80%;
  margin: auto;
}

#customer-form fieldset {
  border: none;
}

input,
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  /*  outline: none;
  font-family: "Ariel";
  height: 2.5em;
  font-size: medium;
  border-radius: 0.3em;
  border-top: lightgray solid 0.2em;
  border-left: lightgray solid 0.2em;
  border-right: darkgray solid 0.2em;
  border-bottom: darkgray solid 0.2em;
  background-color: rgb(250, 250, 250);
  padding-left: 0.5em;*/
}

textarea {
  /*  resize: none;
  width: 100%;
  height: 5em;
  font-family: "Ariel";
  padding-top: 0.5em;*/
}

.label-paragraph {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

label {
  font-family: "Helvetica Neue";
  font-size: medium;
  font-weight: normal;
  color: #333;
}

#name-input-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#address-input-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#left-scroll {
  cursor: pointer;
  font-size: larger;
}

#right-scroll {
  cursor: pointer;
  font-size: larger;
}

input:valid {
  border-bottom: 0.1em solid green;
}

input:focus:invalid {
  border-bottom: 0.1em solid red;
}

.time-button {
  border: none;
  height: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  background-color: rgba(0,0,0,0);
  width: 100%;
  cursor: inherit;
  padding: 20px;
}
#phone-text {
  display: inline;
}

@media all and (max-width: 640px) {

  h1 { font-size: 24px; }
  .byline { font-size: 18px; }

  #header {
    margin: 50px 40px;
    min-width: 300px;
  }
  #header #logo img {
    height: 65px !important;
  }
  #header #logo {
    text-align: left;
    width: 115px;
  }
  #header #phone {
    /*position: static;*/
  }
  #header #phone a {
    color: #fff;
  }
  #header #phone p {
    display: none;
  }
  #background {
    width: 100%;
  }
  #image-container {
    border-radius: 4px 4px 0 0;
  }
  #name-input-container {
    display: block;
  }
  #address-input-container {
    display: block;
  }
}
