#linkcontactnav {
    color: grey;
}

#linkcontactnav:hover {
    text-decoration: none;
    color:#4a3258;
}

.nav-link:hover {
    color:#4a3258;
}

.dropdown-item.active, .dropdown-item:active { 
    background-color:#4a3258;
}

body {
  margin-bottom: 0px; /* Margin bottom by footer height */
}
.footer {
  width: 100%;
  height: 30px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
#dlfile {
    color: grey;
    text-decoration: none;
}
#dlfile:hover {
    color:#4a3258;
}

#page-guide>.list-group-item.active {
    background-color:#4a3258;
    border-color:#4a3258;
}
#close-text {
    font-size: 65%;
    font-weight: 600;
}
img {
    -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
#page-guide {
    padding-top: 75px;
}
.card {
    border-radius: 0;
}
.jump-tag {
    position: relative;
    top: -60px;
    height: 1px;
}
b {
    color:#4a3258;
}
p>a {
    font-weight: bold;
    color: black
}
p>a:hover {
    color:#4a3258;
}
.text-muted {
    font-size: 85%;
}
.navbar-toggler {
    font-size: 1rem;
    font-weight: 500;
}