/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
body {
  font-family: "Montserrat", sans-serif !important;
}

.text-secondary {
  color: #2980b9;
}

.btn-secondary {
  color: #fff;
  background-color: #2980b9;
  border-color: #1970a9;
}

.btn-secondary:hover, btn-secondary:focus, btn-secondary.active, .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #3990c9;
  border-color: #2980b9;
}

.service-avatar-container {
  background: #111 !important;
}

.bg-brand {
  background-color: #303030 !important;
}

/* desktop logo offset*/
.brand-logo-bg {
  margin-top: -18px;
  margin-left: 0px;
}

/* default is 767px, change to fix overlapping issues in header */
@media only screen and (max-width: 900px) {
  /* Mobile logo offset */
  .brand-logo-bg {
    margin-top: -21px;
    margin-left: 0px;
    /* the offset when hamburger icon shows */
    background: var(--logo-mobile-url) no-repeat;
  }

  .domain-text {
    display: none;
  }
}
.navbar-default:not(.navbar-lower) .navbar-nav > li > a {
  color: #303030;
  font-weight: bold;
}

.navbar-default:not(.navbar-lower) .navbar-nav > li.active > a {
  color: white;
}

@media only screen and (max-width: 767px) {
  /* Mobile logo offset */
  .brand-logo-bg {
    margin-top: calc(-21px - 6px);
    margin-left: calc(0px + 35px);
    /* the offset when hamburger icon shows */
    background: var(--logo-mobile-url) no-repeat;
  }

  .domain-text {
    display: none;
  }
}
.navbar-default .navbar-nav > li > a:hover {
  color: #3d3d3d;
}

h1.main {
  color: #303030;
}

.form-control:focus {
  border-color: #3d3d3d;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(45, 170, 225, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(45, 170, 225, 0.6);
}

.btn-primary {
  background-color: #303030;
  border-color: #303030;
}
.btn-primary[disabled] {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #3d3d3d;
  border-color: #303030;
}

.navbar-secondary .navbar-nav > .active > a, .navbar-secondary .navbar-nav > .active > a:hover, .navbar-secondary .navbar-nav > .active > a:focus {
  background-color: #3d3d3d;
  color: white;
}

a.style-link:link, a.style-link:visited {
  color: #303030;
}

a.style-link:hover {
  color: #3d3d3d;
}

#footer a, #footer a:link, #footer {
  color: #303030 !important;
}

#footer a:hover {
  color: #3d3d3d !important;
}

#footer {
  background-color: #303030;
}

#navbarLargeMenu {
  background-color: #111;
}
#navbarLargeMenu a {
  color: #FFFFFF;
  background-color: #111;
}
#navbarLargeMenu a:hover, #navbarLargeMenu a:focus {
  color: #303030;
}

#footer {
  background-color: #111;
}

#footer a, #footer a:link, #footer {
  color: white !important;
}

#footer a:hover, #footer a:focus, #footer {
  color: #f2f2f2 !important;
}

.loader {
  border-top: 16px solid #303030;
}

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