*{
    box-sizing: border-box;
    font-family: Cambria serif;
}
header{
    background-color: #700000;
    width: 99%;
    margin: 0;
    color: lightgray;
}
.logo{
    width: 100%;
    display: inline-flex;
    box-shadow: 0px 4px 2px lightgray;
}
.logo img{
    max-width: 8.125em;
    box-shadow: 4px 4px 2px lightgray;
    background-color:#740b0b;
}
.logo h1{
    margin-left: 20px;
}
header a {
    color: lightgray;
}
header a:visited{
    color: lightgray;
}
.navbar{
    text-align: center;
    margin-bottom: 2px;
}
.navitem{
    display: inline;
    font-size: 32px;
    margin-left: 1rem;
    border-width: 0 0.25rem;
    border-style: solid;
    border-color: black;
    align-content: center;
}
.navitem p{
    display: inline;
}
main{
    background-color: lightgray;
}
textarea {
    height: 128px;
    width: 90%;
    margin-bottom: 1em;
    max-width: 512px;
}
.loi{
    font-weight: bold;
    margin-bottom: 0;
}
main ul{
    margin-top: 0;
}
.sectionstart{
    margin: 0;
}
.opening{
    text-align: center;
    display: inline-flex;
    justify-content: right;
    padding-right: 4%;
    padding-left: 3%;
}
.opening span{
    text-align: center;
    padding-top: 5%;
    margin: 0 1%;
}
.opening img{
    max-width: 25%;
}
.na{
    display: none;
}
footer{
    text-align: center;
    font-size: 12px;
}

.backarrow {
    font-size: 36px;
    text-decoration: none;
}
.contactmethod {
    display: inline-flex;
}
.preferredmethod {
    text-align: end;
}
select{
    font-size: 16px;
    width: 90%;
    max-width: 512px;
}

.about p {
    width: 90%;
}
p {
    max-width: 90%;
}
.note {
    font-style: italic;
    margin-top: 0;
}
.rscheader {
    margin-bottom: 0;
}

.codeblock {
    background-color: antiquewhite;
}

footer p{
    margin: 0;
    padding: 0;
}

.scrnsht {
    max-width: 21em;
    min-width: 50%;
}