html {
  scroll-behavior: smooth; }

#intro {
  background: url("../img/blue-primary.png") no-repeat center center;
  background-size: cover; }

.site-bg-img {
    padding-top: 100px;
    min-height: 100vh;
}

.top-nav-collapse {
  background-color: #2b343d !important; }

.navbar:not(.top-nav-collapse) {
  background: transparent !important; }

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #2b343d !important; } }

#intro .h6 {
  font-weight: 300;
  line-height: 1.7; }

@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem; } }

#pricing .lead {
  opacity: 0.7; }

#pricing ul li {
  font-size: 1.1em; }

#client .carousel-indicators li {
  background-color: #9e9e9e !important; }

#client .carousel-indicators .active {
  background-color: #3f51b5 !important; }

#contact .md-form input[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #2563EB;
  box-shadow: 0 1px 0 0 #2563EB; }

#contact .md-form input[type=text]:focus:not([readonly]) + label {
  color: #2563EB; }

#contact .md-form textarea:focus:not([readonly]) {
  border-bottom: 1px solid #2563EB;
  box-shadow: 0 1px 0 0 #2563EB; }

#contact .md-form textarea:focus:not([readonly]) + label {
  color: #2563EB; }
