/*html {
  font-size: 14px;
}*/

a, a:visited {
  color: #333399 !important;
}

@media (min-width: 768px) {
    .footerright {
        text-align: right;
    }
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
*/
/*html {
  position: relative;
  min-height: 100%;
}*/

/*body {
  margin-bottom: 60px;
}*/

.panel-background {
    background-color: #FFFBF0;
}

a:hover, a:focus, a:active {
    background-color: #ffeb3b;
    color: #000;
    outline: 4px solid rgba(0,0,0,0);
    border-bottom: 4px solid black;
    text-decoration: none;
    padding-bottom: 2px;
}
.ContactLinks li {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .homeheader {
        margin-top: 100px;
    }
}