a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none !important;
}

.maccount-style a:link {
  color: #ffffff;
}

.maccount-style a:visited {
  color: #ffffff;
}

.maccount-style a:hover {
  color: #ffffff;
}

.maccount-style a:active {
  color: #ffffff;
} 

.nav-item {
  font-size: 14px;
  text-transform: uppercase;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: transparent;
  border: 0px;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  /*padding: 0.75rem 1rem; */
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.btn-primary {
  background-color: #252767;
  border-color: #252767;
}

.list-group-item.active {
  background-color: #252767;
  border-color: #252767;
}

h1 {
  color: #252767;
  font-size: 22px;
  font-weight: 900;
}


.carousel-caption h3 {
  font-size: 32px;
  text-shadow: 1px 1px #252767;
}

.carousel-caption p {
  font-size: 18px;
  text-shadow: 1px 1px #252767;
}

.fheader {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 0px solid #141347;
  padding-bottom: 2px !important;
  font-weight: bolder;
  color: #f8fafc;
}

.nobull {
  list-style: none;
  padding-left: 0;
}

.footer1 {
  font-size: 11px;
  line-height: 23px;
  color: #9fa0c1;
}

.footer1 ul li a {
  text-decoration: none;
  color: #9fa0c1;
}

.footer1 ul li a:hover {
  text-decoration: none;
  color: #f8fafc;
}

.footer2 {
  font-size: 10px;
  color: #9fa0c1;
}

.footer2 a {
  text-decoration: none;
  color: #9fa0c1;
}

.footer2 a:hover {
  text-decoration: none;
  color: #f8fafc;
}

input:focus,
input.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}