﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color: #274698;
    color: white;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
}

a.navbar-brand:hover {
    background-color: #111
}

.navbar-museum {
    background-color: #274698;
    font-family: sofia-pro, sans-serif;
    color: white;
}

.card-draft {
    //background-color: #dcdbdc;
}

.card-submitted {
    //background-color: #14E0FF;
}

.card-processing {
    //background-color: #f07e1e;
}

.card-posted {
    //background-color: #9db71f;
}

.card-cancelled {
    //background-color: red;
}

.card-approved{
    //background-color: lawngreen;
}

.card-moreInfoRequired{
    //background-color: bisque;
}

.card-signed{
    //background-color: aqua;
}

.card-withdrawn{
    //background-color: lightsalmon;
}

.card-notApprovedByNMI{
    //background-color: rebeccapurple;
}

.card-issued{
    //background-color: aquamarine;
}

.card-revoked{
    //background-color: mediumvioletred;
}

/* Provide sufficient contrast against white background */
a {
    color: #274698; /*testing colour change Neil */
}

h1 {
    font-family: sofia-pro, sans-serif;
    
    
}

main {
    padding-top: 1em;
}

h4 {
    font-family: sofia-pro, sans-serif;
}

.btn-primary {
    color: #CAE4FA;
    background-color: #274698;
    border-color: #1861ac;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #3c3d3d;
    border-color: #1861ac;
}

.navbar-nav .nav-link {
    color: #f8f9fa !important;
}

.navbar-nav .dropdown-menu .nav-link {
    color: #212529 !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #CAE4FA;
}
main {
    background-color: white;
}
.side-nav {
    background-color: #CFCDC980;
}

.footer {
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #274698;
}
