
. {
    margin: 0;
    padding: 0;
}
div.header {
    height: 15vh;
    width: 100%;
    display: flex;
    position:relative;
}
.header-stripes {
    flex-grow: 1;
    height: 100%;
}
.center-image {
    display: flex;
    flex-grow: 0;
    height: 100%;
}
.center-image img {
    height: 100%;
}
div.header h1, div.header h1 a {
    position: absolute;
    left: 1vw;
    top: 1vh;
    color: #ffffff;
    font-size: 4vh;
    font-family: Arial;
    text-decoration: none;
}

.navbar-toggler {
    border-color: #ffffff !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M1 2h14M1 8h14M1 14h14'/%3E%3C/svg%3E") !important;
}
#navbar-popover {
    position:absolute;
    top: 0px;
    right: 0px;
    background-color:#cccccc;
}
#navbar-popover ul {
    padding: 1vh;
}
.breadcrumb-container {
    position:absolute;
    bottom:-10px;
    left:10px;
    font-size: 0.8em;
}
.breadcrumb-container ol span {
    color: #777777;
}
.breadcrumb-container ol li a {
    text-decoration: none;
    color: #28335c;
}
a.generic-index-link {
    text-decoration: none;
    color: #28335c;
    padding-left: 5px;
}
