* {
    box-sizing: border-box;
}
body {
    background-color: rgb(240, 239, 238);
}
header {
    background-color: black;
    width: 100%;
    border: 1px solid blue;
    text-align: center;
    overflow: hidden;
}
header nav a {
    text-decoration: none;
    color: black;
}
header p,
h2 {
    margin: 0%;
}
header > p {
    color: white;
    margin-bottom: 5px;
    font-style: italic;
}
#hdrImg > img {
    width: 75px;
    height: auto;
}
#deptImg,
#hdrImg > a > img {
    width: 75px;
    height: auto;
}
#hdrImg {
    width: fit-content;
    height: auto;
    margin: 5px auto 0 auto;
}
#hdrTitle {
    background-color: blue;
    text-align: center;
    margin: 10px 0% 0% 0%;
    line-height: 2em;
}
#hdrSubTitle {
    color: white;
    margin-bottom: 5px;
}
#hdrDeptName {
    font-style: italic;
    color: rgba(7, 69, 203, 0.979);
    text-shadow: 1px 2px yellow;
    text-align: center;
    margin: 0%;
}
#rettop {
    padding: 3px;
    background-color: cadetblue;
    border-bottom: 1px solid blue;
    border-left: 1px solid blue;
    border-right: 1px solid blue;
    text-align: center;
    position: sticky;
    top: 0;
}
