/* Pages Controller-specific styles */
/* line 1, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue {
  color: #fff;
  background-color: #1e6add;
  padding: 50px 0;
}

/* line 7, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue p {
  color: #c4d5ef;
  line-height: 1.5;
}

/* line 12, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue h2 {
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

/* line 21, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}

/* line 27, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue .buttons {
  text-align: center;
}

/* line 31, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue .buttons .btn {
  padding: 16px 32px;
  margin: 6px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}

/* line 46, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue .buttons .btn:hover {
  opacity: 1;
}

/* line 50, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue .buttons .btn:active {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/bootstrap-studio/Highlight-Blue.css */
.highlight-blue .buttons .btn-primary, .highlight-blue .buttons .btn-primary:active {
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  color: #ebeff1;
  box-shadow: none;
  text-shadow: none;
  padding: 14px 24px;
  background: transparent;
  transition: background-color 0.25s;
}

/* line 1, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean {
  background: #f1f7fc;
  padding: 80px 0;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
  .contact-clean {
    padding: 20px 0;
  }
}

/* line 12, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean form {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px;
  color: #505e6c;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
  .contact-clean form {
    padding: 30px;
  }
}

/* line 29, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 36px;
  color: inherit;
}

/* line 37, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean .form-group:last-child {
  margin-bottom: 5px;
}

/* line 41, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}

/* line 51, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}

/* line 55, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}

/* line 62, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: none !important;
}

/* line 77, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean form .btn:hover {
  opacity: 1;
}

/* line 81, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean form .btn:active {
  transform: translateY(1px);
}

/* line 85, app/assets/stylesheets/bootstrap-studio/Contact-Form-Clean.css */
.contact-clean form .btn-primary {
  background-color: #055ada !important;
  margin-top: 15px;
  color: #fff;
}
