html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}



.services-section {
    text-align: center;
}

.img-blur {
    filter: blur(0.16rem);
}



/*code to change background color*/
.navbar-nav > .active > a {
    border: 1px solid transparent;
    color: #fff !important;
    background-color: #0d6efd;
    border-color: #0d6efd;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}