/*-----------------------------------------------
  # Resets
  # Navigation
  # HomePage
  # About Page
  # Services Page
  # Scheduling Page
  # Footer
-----------------------------------------------*/
/*-----------------------------------------------
  # Resets
-----------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  color: #271d70;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.5rem;
  margin: 0;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header {
  background-color: #fff;
  height: auto;
  min-height: 115px;
}

.content {
  height: 100%;
}

ul {
  list-style: none;
}

a {
  color: #271d70;
}

.responsive-image {
  max-width: 100%;
}

img {
  max-width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em auto;
  padding: 0;
  width: 68%;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/*-----------------------------------------------
  # Navigation
-----------------------------------------------*/
.navbar-brand {
  height: 100px;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 1px;
}

.navbar-brand img {
  height: 100%;
  width: auto;
  padding: 0;
}

.navbar-collapse {
  margin-top: 70px;
}

.navbar-default {
  background-color: #fff;
  border: none;
  height: auto;
}

.navbar-right {
  display: none;
}

.navbar-default .navbar-nav li > a {
  color: #271d70;
  font-size: 20px;
  font-size: 1.7rem;
}

.navbar-default .navbar-nav > .active {
  color: #000;
  background: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background: #fff;
}

.schedule-button {
  background-color: #271d70;
  border-radius: 5px;
  color: #fff;
  padding: 5px 15px;
  width: 100%;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 25px;
  margin-top: 35px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #271d70;
  border-radius: 4px;
}

.navbar-default .navbar-toggle:hover {
  background: none;
}

.navbar-default .navbar-toggle {
  border-color: #271d70 !important;
}

@media (min-width: 768px) {
  .header {
    margin: 0 auto;
    width: 90%;
  }
  .navbar-collapse {
    margin-top: initial;
  }
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
  .navbar-right {
    display: initial;
  }
  .navbar li a {
    line-height: 90px;
  }
}
/*-----------------------------------------------
  # Homepage
-----------------------------------------------*/
.jumbotron {
  align-items: center;
  display: flex;
  background-image: url("../img/Blue_trees.jpg");
  background-size: cover;
  background-color: #898888;
  height: 100vh;
  color: white;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

#jumbotron-header {
  max-width: initial !important;
  width: 100%;
  position: absolute;
  top: 25%;
  left: 1em;
  transform: translateY(-25%);
  float: left;
}

#jumbotron-header span {
  display: inline;
  font-size: 35px;
  font-size: 4rem;
  width: 100%;
}

@media (min-width: 768px) {
  #jumbotron-header {
    max-width: 550px;
    position: absolute;
    top: 70vh;
    left: 150px;
  }
  #jumbotron-header span {
    font-size: 50px;
    font-size: 5.5rem;
    display: block;
  }
}
/*-----------------------------------------------
 # About Page
-----------------------------------------------*/
#about-logos {
  margin: 10em auto 5em auto;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (max-width: 768px) {
  .vcenter {
    display: inline-block;
    vertical-align: initial;
    float: none;
  }
}
/*-----------------------------------------------
 # Services Page
-----------------------------------------------*/
#services {
  width: 100%;
  max-width: 1450px;
  margin: 1em auto 3em auto;
  padding: 1em;
  overflow: hidden;
  position: initial !important;
  top: inherit;
  left: initial !important;
  transform: initial !important;
  word-wrap: break-word;
}

/*-----------------------------------------------
 # Scheduling Page
-----------------------------------------------*/
.js-form {
  margin: 12.88rem auto;
}

.form-container {
  margin-bottom: 4.28rem;
  padding: 2.2888rem 1.28rem;
}

.js-form .container:nth-child(8) {
  padding: initial;
}

.js-form .btn-choose {
  margin: 0;
  padding-left: 2.4rem !important;
  padding-right: 2.4rem;
}

.js-form .form-section {
  padding: 1.028rem;
}

.js-form input.length-of-time {
  width: 288px;
}

.js-form > form {
  margin-bottom: 32px;
}

.wilson-option-box {
  display: none;
  margin-left: 8px;
}

.form-hide {
  display: none;
}

.jf-disabled {
  background-color: #eeeeee;
  opacity: 0.6;
  pointer-events: none;
}

#temp-warning {
  display: none;
  background: rgba(190, 59, 73, 0.2);
  border: solid 1px #281D70;
  margin: 2em auto;
  max-width: 1024px;
  padding: 1em;
}

/* 
overwrite bootstrap default margin-left, because the <label> doesn't contain the <input> element.
*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: 0px;
}

div.form-group {
  padding: 8px 8px 4px 8px;
}

.mainDescription {
  margin-bottom: 10px;
}

p.description {
  margin: 0px;
}

.responsive img {
  width: 100%;
}

p.error, p.validation-error {
  padding: 5px;
}

p.error {
  margin-top: 10px;
  color: #a94442;
}

p.server-error {
  font-weight: bold;
}

div.thumbnail {
  position: relative;
  text-align: center;
}

div.thumbnail.selected p {
  color: #ffffff;
}

div.thumbnail .glyphicon-ok-circle {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 32px;
}

.form-group.required .control-label:after {
  color: #bf3a48;
  content: "*";
  margin-left: 6px;
}

.submit .btn.disabled, .submit .btn[disabled] {
  background: transparent;
  opacity: 0.75;
}

/* for image option with span text */
.checkbox label > span, .radio label > span {
  display: block;
}

.form-group.inline .control-label,
.form-group.col-1 .control-label,
.form-group.col-2 .control-label,
.form-group.col-3 .control-label {
  display: block;
}

.jf-thankyou {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.btn-primary {
  color: #fff;
  background-color: #271d70;
  border-color: #2e6da4;
  width: 150px;
}

/*-----------------------------------------------
 # Footer
-----------------------------------------------*/
.footer {
  background-color: #f0f2f9;
  padding: 4rem;
  margin-top: auto;
  text-align: center;
}

@media (min-width: 991px) {
  .footer--right-column {
    text-align: left;
  }
}


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