﻿.coc-header {

}
    .coc-header a:focus {
        outline-color: black;
    }

.skip-link {
    position: absolute;
    top: -200px;
}
    .skip-link:focus {
        top: 0px;
        display: inline-block;
        z-index: 10000;
        font-weight: bold;
        font-size: 1.2rem;
        background-color: white;
    }

.header-translate {
    position: absolute;
    left: 0px;
}

.header-translate .goog-te-combo {
    height: 24px; /* accessibility requires at least 24x24 */
}
    .header-translate .goog-te-gadget {
        color: black;
    }
    .header-translate .goog-te-gadget a {
        color: black;
    }
        .header-translate .goog-te-gadget a:hover, .header-translate .goog-te-gadget a:focus {
            text-decoration: underline;
        }

.header-background-cropped {
    display: flex;
    align-items: center;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}

.header-seal-container {
    margin-left: 20%;
    display: flex;
    align-items: center;
}

.header-seal-link {
    width: 100px;
    height: auto;
    text-align: left;
}
.header-seal-marginless {
    object-fit: cover;
    border-radius: 50%;
    width: 100px;
    min-width: 100px;
    height: auto;
    text-align: left;
}

.header-date {
    position: absolute;
    right: 0;
    color: white;
    text-shadow: 1px 2px black;
}

.header-text  {
    display: inline-block;
}
    .header-text p {
        color: white;
        text-shadow: 1px 2px black;
        font-size: 1.5rem;
        margin-bottom: .5rem;
        line-height: 1.2;
    }
.header-title {
    font-weight: 400 !important;
}

.header-subtitle {
    font-weight: 300 !important;
}

.header-clerk-image {
    text-align: center;
    margin-bottom: 0;
    margin-top: 1.5rem; /* re-centers the image with the seal image (vertically) */
    min-width: 155px; /* prevents stacking name text */
}
    .header-clerk-image img {
        object-fit: cover;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        min-width: 100px; /* prevents image stretching at smaller widths */
    }
    .header-clerk-image figcaption {
        color: white;
        text-shadow: 1px 2px black;
    }

/* bootstrap size breakpoints */
/* xs */
@media only screen and (max-width: 575px) {
}
/* sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}
/* md */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
/* styles at max widths */
/* xs */
@media only screen and (max-width: 575px) {
}
/* sm */
@media only screen and (max-width: 767px) {
    .header-translate {
        display: none;
    }

    .header-date {
        display: none;
    }

    .header-seal-container {
        margin-left: 5%;
    }
}
/* md */
@media only screen and (max-width: 991px) {
    .header-seal-link {
        display: none;
    }
}
/* lg */
@media only screen and (max-width: 1199px) {
}
/* xl */
@media only screen and (max-width: 1399px) {
}