html {
    font: normal 14px / 20px Verdana,Helvetica,Sans-Serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #f5f5f5;

}
body {
    font-family: Verdana,Helvetica,Sans-Serif;
    background: #f5f5f5;
    color: #333;
    padding-top: 0px;
    font-size: 13px;

}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 5px;
}
h1 {
    font-size: 20px;
    line-height: normal;
}
h2 {
    font-size: 18px;
    line-height: normal;
}
h3 {
    font-size: 16px;
    line-height: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #26538A;
}
a:hover {
    color: gray;
    tex
    t-decoration: underline;
}
.nav-link {
  color: #333333;
  display: block;
  width: 100%;
  padding: 10px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.nav-link:hover {
  width: 100%;
  background-color: #f0f0f0;
  text-decoration: none;
}

/* .container-fluid {
  padding-left: 0;
  padding-right: 0;
} */

footer {
  position: relative;
}

.scroll-button {
  top: 50%;
  right: 0px;
  transform: translateY(-75%);
}
