/* google fonts */
html, body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

body {
  background-color: #222222;
  background-image: linear-gradient(black, #222222 20%);
  background-attachment: fixed;
}

* {
  box-sizing: border-box;
}

h1, h2, h3 {
  font-family: "Quicksand", sans-serif;
  padding: 15px 0 15px 0;
}

h1, h2 {
  font-size: 25px;
  line-height: 150%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  h1, h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 25px;
    padding-top: 10px;
  }
}

h3 {
  margin: 0;
}

p {
  padding: 0px;
}

a {
  color: white;
  transition: color 300ms ease-in-out;
}
a:hover {
  color: #ffa101;
  transition: color 300ms ease-in-out;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

section {
  color: #fff;
  min-height: 0%;
  padding: 0;
  text-rendering: optimizeLegibility;
}
/* layout */
/* the + targets all .row (s) that imediately follow .row */
.row + .row {
  margin-top: 20px;
}

section {
  padding: 80px 0;
}

section.main-content {
  padding: 40px 0;
}

.section-header {
  text-align: center;
}

section h1 {
  margin: 0;
}

section h2 {
  margin: 0;
}

section h3 {
  margin: 0;
  padding-top: 0;
}

.modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  padding-right: 17px;
}

a.anchor {
  display: block;
  position: relative;
  top: -51px;
  visibility: hidden;
}

a.services-hack {
  top: -120px;
}

.logo-small {
  height: 60px;
}

.thumb-logo {
  width: 300px;
  padding-top: 50px;
}

.company-logo {
  transition: transform 300ms ease-in-out 0s;
}

.company-logo.hover {
  transform: scale(1.2);
}

.navbar {
  background-color: #f9f6eb;
}

.dropdown-menu {
  background-color: #222222;
  border: none;
  left: -15px;
}
.dropdown-menu a:hover {
  background-color: transparent !important;
}

.fb-share-button {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .fb-share-button {
    margin-left: 15px;
  }
}

ul.nav a {
  color: #918467 !important;
  transition: color 300ms ease-in-out 0s;
}

ul.nav a.hover {
  color: #b2a381 !important;
}

/* hereo section */
#hero, #call-to-action, #services {
  position: relative;
  background-attachment: fixed;
  background-blend-mode: normal;
  color: #918467;
  padding: 50px 0;
  text-rendering: optimizeLegibility;
  text-align: center;
  overflow: hidden;
}
#hero h1, #call-to-action h1, #services h1 {
  color: #f9f6eb;
}
#hero .logo, #call-to-action .logo, #services .logo {
  width: 750px;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #hero .logo, #call-to-action .logo, #services .logo {
    width: 430px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #hero .logo, #call-to-action .logo, #services .logo {
    width: 300px;
    margin-bottom: 10px;
  }
}
#hero article, #call-to-action article, #services article {
  width: 100%;
  text-align: center;
}
#hero .hero-text, #call-to-action .hero-text, #services .hero-text {
  margin-top: 30px;
}

#hero, #call-to-action {
  background-size: auto;
  background-attachment: fixed;
  color: #f9f6eb;
}
@media screen and (max-width: 767px) {
  #hero, #call-to-action {
    background-size: auto 100%;
  }
}
#hero h1, #call-to-action h1 {
  color: white;
  margin-top: 100px;
}
#hero h2, #call-to-action h2 {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #hero, #call-to-action {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #hero, #call-to-action {
    font-size: 17px;
    padding-top: 10px;
  }
}

#call-to-action {
  background-image: linear-gradient(white, #bcbec0);
  color: black;
  background-attachment: scroll;
}
@media screen and (max-width: 767px) {
  #call-to-action {
    background-image: linear-gradient(white, #bcbec0);
  }
}

#contact, #individual-service, #notification {
  margin-top: 300px;
  background-image: linear-gradient(#662d91, #54277c);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #contact, #individual-service, #notification {
    margin-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  #contact, #individual-service, #notification {
    margin-top: 90px;
  }
}
#contact .left, #individual-service .left, #notification .left {
  padding-right: 30px;
}
@media screen and (min-width: 1024px) {
  #contact .left, #individual-service .left, #notification .left {
    border-right: 10px solid orange;
  }
}
#contact .left p, #individual-service .left p, #notification .left p {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#contact .big-contact, #individual-service .big-contact, #notification .big-contact {
  font-size: 20px;
}
#contact .focus-attention, #individual-service .focus-attention, #notification .focus-attention {
  color: #ffa101;
}
#contact ul, #individual-service ul, #notification ul {
  padding: 15px;
  margin: 20px;
  list-style: none;
  font-size: 20px;
}
#contact li, #individual-service li, #notification li {
  padding: 5px 0;
}
#contact h1, #individual-service h1, #notification h1 {
  margin-top: 20px;
}

#services {
  background-color: #662d91;
  background-image: linear-gradient(#662d91, #54277c);
  background-attachment: scroll;
  color: #f9f6eb;
}
#services .testsvg {
  width: 60px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #services .lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #services .lead {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #services {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #services {
    padding-bottom: 10px;
  }
}

#accreditations {
  padding-top: 0;
  text-align: center;
}
#accreditations img {
  width: 200px;
  height: auto;
}
#accreditations a, #accreditations img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #accreditations .row div:not(:last-child) img {
    padding-bottom: 30px;
  }
}

footer {
  background-color: #222222;
  color: #bcbec0;
  padding: 30px 0 10px;
  font-size: 12px;
}
footer p {
  margin: 0px;
}
footer p.loud {
  font-size: 20px;
  color: white;
}
footer .badge {
  margin: 0px 5px 30px 0px;
}
@media screen and (min-width: 1024px) {
  footer .right-divide {
    border-right: 10px solid #662d91;
  }
}
footer .focus-attention {
  color: #ffa101;
}
footer .bluedepth-link a, footer .admin-link a {
  color: white !important;
  transition: color 300ms ease-in-out 0s;
}
footer .bluedepth-link a.hover, footer .admin-link a.hover {
  color: #ffa101 !important;
}
footer .accreditation-logo {
  width: 200px;
}
footer .accreditation {
  text-align: right;
}
footer ul {
  font-size: 20px;
  list-style: none;
  padding: 0px;
  color: #bcbec0;
}

#legals {
  color: #bcbec0;
  padding: 10px 0px;
  background-image: linear-gradient(#222222, black);
  background-attachment: scroll;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #legals {
    padding-bottom: 70px;
  }
}
#legals p {
  margin: 0px;
}
#legals .logo-small {
  margin-bottom: 20px;
}

#services {
  padding-top: 0px;
  padding-bottom: 0px;
}
#services .service-link {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
#services .service-link svg {
  transition: transform 1s ease-in-out;
  padding-bottom: 15px;
}
#services .service-link.hover svg {
  transform: scale(1.4);
  transition: transform 1s ease-in-out;
}
#services .service-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-image: linear-gradient(#662d91, #8661a9);
}
#services .service-link.hover::before {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

#contact-overlay-header {
  padding: 10px 28px;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: linear-gradient(35deg, #662d91, #222222 60%, #222222);
  padding-bottom: 0px;
  color: #0a1612;
}
#contact-overlay-header p {
  margin: 0px;
  font-size: 20px;
  color: white;
}
#contact-overlay-header .contact-link a {
  color: white !important;
  transition: color 300ms ease-in-out 0s;
}
#contact-overlay-header .contact-link a.hover {
  color: #ccc !important;
}
@media screen and (max-width: 767px) {
  #contact-overlay-header {
    display: none;
  }
}
#contact-overlay-header h2 {
  font-size: 25px;
  font-weight: bold;
}
#contact-overlay-header .focus-attention {
  color: #ffa101;
}

#call-now {
  padding: 10px;
  text-align: center;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0px;
}
#call-now button {
  width: 100%;
  border: none;
}
#call-now #call-now button {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #call-now {
    display: block;
  }
}

#hero {
  padding-top: 250px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #hero {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    padding-top: 120px;
  }
}

.navbar {
  font-size: 20px;
}
.navbar a {
  color: white !important;
  transition: color 300ms ease-in-out 0s;
}
.navbar a:hover {
  color: #ffa101 !important;
  transition: color 300ms ease-in-out 0s;
}
@media screen and (min-width: 1024px) {
  .navbar {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .navbar {
    margin-top: 70px;
  }
}

.topnav {
  background-color: #222222 !important;
  padding: 50px;
  color: white;
  transition: background-color 0.5s ease, padding 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .topnav {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .topnav {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .topnav {
    padding: 20px;
  }
}
.topnav .navbar-brand img {
  height: 100px;
  transition: height 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .topnav .navbar-brand img {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topnav .navbar-brand img {
    height: 60px;
  }
}

.scrollnav {
  background-color: #222222 !important;
  padding: 20px;
  transition: background-color 0.5s ease, padding 0.5s ease;
}
.scrollnav .navbar-brand img {
  height: 60px;
  transition: height 0.5s ease;
}

/* social media */
.badge {
  background: black;
  font-size: 24px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 42px;
  margin: 0 5px 0 0;
  padding: 0;
  border-radius: 50px;
  color: white;
  transition: transform 300ms ease-in-out 0s, background 400ms ease-in-out 0s, color 400ms ease-in-out 0s;
}
.badge.twitter {
  background: #1da1f2;
}
.badge.twitter:hover {
  background: #1da1f2;
}
.badge.facebook {
  background: #3b5998;
}
.badge.facebook:hover {
  background: #3b5998;
}
.badge.gplus {
  background: #dd4b39;
}
.badge.gplus.hover {
  background: #dd4b39;
}
.badge.linkedin {
  background: #0077b5;
}
.badge.linkedin.hover {
  background: #0077b5;
}
.badge.instagram {
  background: #833ab4;
}
.badge.instagram.hover {
  background: #833ab4;
}
.badge.pinterest {
  background: #bd081c;
}
.badge.pinterest.hover {
  background: #bd081c;
}
.badge.badge:hover {
  transform: scale(1.3);
  color: white;
  transition: transform 300ms ease-in-out 0s, background 400ms ease-in-out 0s, color 400ms ease-in-out 0s;
}
.badge.badge:visited {
  color: white;
}

/* contact overlay */
#contact-overlay {
  text-align: right;
  padding: 10px;
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0px;
  right: 0px;
  /*  &.badge:hover
  *  transform: scale(1.3)
  *  color: white
  *  transition: transform 300ms ease-in-out 0s, background 400ms ease-in-out 0s, color 400ms ease-in-out 0s */
  /*  &.badge:visited
  *  color: white */
}
#contact-overlay button {
  width: 100%;
  border: none;
}
#contact-overlay #call-now button {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contact-overlay {
    display: block;
  }
}
#contact-overlay .badge {
  background: black;
  font-size: 45px;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  margin: 0 5px 0 0;
  padding: 0;
  border-radius: 50px;
  color: white;
  transition: transform 300ms ease-in-out 0s, background 400ms ease-in-out 0s, color 400ms ease-in-out 0s;
}
#contact-overlay .badge.phone {
  background: #ffa101;
}

.navbar-toggle {
  overflow: hidden;
}

.navbar-toggle .icon-bar {
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.wow {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  button {
    border: 0px solid yellow;
  }
}

.btn {
  border: none;
}

@media screen and (min-width: 1024px) {
  .btn {
    margin-top: 30px;
    font-size: 30px;
    padding: 5px 45px;
    border-radius: 0px;
    margin: 4px;
    border-radius: 6px;
  }
}

.btn-primary {
  background-color: #ffa101;
  transition: background-color 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
  color: white;
}
.btn-primary.hover {
  background-color: white;
  color: #ffa101;
}

.btn-secondary {
  font-variant-caps: all-small-caps;
  background-color: #54277c;
  transition: background-color 300ms ease-in-out 0s, color 300ms ease-in-out 0s;
  border-radius: 0;
  font-size: 20px;
  border: 1px solid white;
}
.btn-secondary.hover {
  background-color: #ffa101;
  border: 1px solid white;
}

.logged-in .fixed-top {
  top: 32px;
}
@media screen and (max-width: 782) {
  .logged-in .fixed-top {
    top: 46px;
  }
}

label {
  display: block;
  font-weight: bold;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: white;
  background-color: #222222;
  border: 1px solid white;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 20px !important;
  border-radius: 0px;
}

input::placeholder, textarea::placeholder {
  color: white !important;
}

input[type=submit],
button[type=submit] {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  line-height: 1.33;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0px;
  font-variant-caps: all-small-caps;
}

input[type=submit]:hover,
button[type=submit]:hover {
  outline: none;
  border: 1px solid white;
  background: #ffa101;
}

/* this overrides the crude styling which comes with contact form 7 */
div.wpcf7-mail-sent-ok {
  border: 0px !important;
}

div.wpcf7-mail-sent-ng {
  border: 0px !important;
}

div.wpcf7-spam-blocked {
  border: 0px !important;
}

div.wpcf7-validation-errors {
  border: 0px !important;
}

span.wpcf7-not-valid-tip {
  color: white !important;
}

.screen-reader-response {
  display: none;
}

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