@font-face {
    font-family: 'Domine';
    src: url("/Domine-Bold.ttf");
}
@font-face {
    font-family: 'Libre Franklin';
    src: url("/LibreFranklin-Regular.ttf");
}



.skip-to-content a 
{
    display:none;
}
.navbar-brand {
    padding-top: 20px !important;
}
.navbar-brand img {
    padding: 2px;
}
.navbar {
  font-size: 16px;
  background-image: none !important;
  background-color: black !important;
}


.breadcrumb {
    display:none;
}


.validation-summary a {
    color:#ffffff!important;
    /* text-decoration: ; */
    font-weight: normal;
}

.list-group-item-success {
    color: white !important;
}

div.message.success {
    background-color: rgb(69, 69, 140);
    border-color: rgb(69, 69, 140);
}
div.message.success.message span {
    color: white !important;
    text-shadow: none;
}