html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #040F16;
    background-color: #FBFBFF;
    display: flex;
    flex-direction: column;
}

code {
    font-weight: bold;
}

tt {
    font-weight: bold;
}

pre {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

#content {
    flex: 1 0 auto;
}

#safetyStandardsInfoSplit {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #EFEFEF;
}

#safetyStandardsInfoLeft {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#safetyStandardsInfoLeftSample {
    display: block;
    padding: 0.5em;
    filter: blur(2px);
    margin-left: 1em;
    margin-top: 1em;
}

#safetyStandardsLeftOverlay {
    position: absolute;
    background-color: #860907;
    color: white;
    border-radius: 3px;
    top: 45%;
    left: 30%;
    z-index: 50;
    padding: 0.25em;
}

.safetyStandardsRightCodeHighlight {
    background-color: #ff6868;
}

#safetyStandardsLeftMISRARule {
    font-weight: bold;
}

#safetyStandardsInfoRight {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
}

#safetyStandardsInfoRightContainer {
    max-width: 40em;
    padding-bottom: 0.75em;
}

#safetyStandardsInfoRightContainer img {
    margin-right: 0.5em;
}

.splitInfoPrimaryPane {
    flex-basis: 30em !important;
    text-align: justify;
}

.splitInfoPrimaryPane h1 {
    text-align: left !important;
}

.splitInfoMainContainer {
    /*min-width: 40em;*/
    
}

.splitInfoAlt {
    /*min-width: 20em;*/
}

.splitInfoGroup {
    display: flex;
    background-color: #EFEFEF;
    flex-wrap: wrap;
    justify-content: center;
}

.splitInfoPane {
    flex: 1 1 0;
    flex-basis: 30em;
    margin-left: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50em;
}

.splitInfoPane ul {
    margin: 0px;
    padding: 0px;
}

.splitInfoPane p {
    max-width: 40em;
}

.infoPanePlaceholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 15em;
}

#scalableReverseIcon {
    flex-wrap: wrap-reverse !important;
}

.infoPanePlaceholder img {
    margin-top: 1em;
}

#tryGroup {
    background-color: #860907;
    color: white;
}

#tryButtonContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 24em;
}

.tryButton {
    display: block;
    border: 2px solid white;
    border-radius: 3px;
    font-size: 200%;
    padding: 0.2em;
    margin: 0.4em;
}

.tryButton:hover {
    color: #860907;
    background-color: #FEFEFE;
}

.centeredInfoPane {
    display: flex;
    justify-content: center;
    align-items: center;
}

#devquote {
    color: #860907;
    font-family: Palatino, 'Palatino Linotype', serif;
    font-weight: bold;
    max-width: 20em;
    font-size: 130%;
}

#quoteAttrib {
    color: #040F16;
    font-size: 80%;
}

.seeHowTitle {
    min-height: 2em;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.newsTitle {
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.newsDate {
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    /*text-align: right;*/
}

.callToAction {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 200%;
    font-weight: bold;
    margin-top: 2em;
}

#formCallToAction {
    margin-top: 0.5em;
}

.actionButton {
    background-color: #30c945;
    color: #FBFBFF;
    margin: 0.2em;
    padding: 0.2em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    box-shadow: 1px 1px 5px #014b0d;
    display: block;
    text-decoration: none;
}

.actionButton:hover {
    background-color: #10e934;
    box-shadow: 1px 2px 5px #014b01;
}

.submitActionButton {
    font-size: 100%;
    border: 0px;
}

#screenshot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3em;
    background-color: #0B4F6C;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: inherit;;
}
#topContact a {
    text-decoration: none;
    color: white;
}

#topBar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #860907;
    min-height: 32px;
}

.topBarMenuItem {
    display: flex;
    align-items: center;
    font-size: medium;
    height: 2.3em;
    color: white;
    padding-top: 4px;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.topBarMenuItem:hover {
    /*border-bottom: 4px solid rgb(218, 30, 27);*/
    color: #860907;
    background-color: white;
}

.topBarMenuItem:hover img {
    filter: brightness(0.1) sepia(1) saturate(10000%) brightness(0.5);
}

#menuSpacer {
    flex-grow: 1;
}

#homeLogoMenuItem {
    /*font-weight: 500;*/
    text-transform: none !important;
}

.selectedTopBarMenuItem {
    /*background-color: #c72927;*/
    
}

.hero {
    /*background-image: linear-gradient(to bottom right, #001427, #042447);*/
    
    background-size: cover;
    font-size: 230%;
    margin-top: 0.5em;
    font-weight: 200;
    color: #040F16;
    
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
    align-items: center;
}

.heroHome {
    /*background-image: url(hero.jpg);*/
    min-height: 5em;
}

.heroEval {
    background-image: url(evaluate.jpg);
}

.heroSupport {
    background-image: url(support.jpg);
}

.heroOrder {
    background-image: url(order.jpg);
}

.heroAbout {
    background-image: url(about.jpg);
}

.heroPCLP {
    background-image: url(pclp.jpg);
}

#heroText {
    text-align: center;
    width: 100%;
}

#seeHow {
    font-size: 150%;
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
}

#introSeeHow {
    margin-top: 0.5em;
}

.seeHowEntry {
    margin: 0.5em;
    padding: 0.5em;
    padding-top: 1em;
    /*box-shadow: 0px 0px 1px 1px #001427;
    border: 1px solid black;*/
    border-radius: 5px;
    flex: 1 1 0;
    background-color: #EFEFEF;
    min-width: 10em;
    max-width: 25%;
    display: block;
}

/*
.seeHowEntry:hover {
    background-image: linear-gradient(217deg, rgba(255,255,255,0.2), rgba(255,0,0,0.1), rgba(0,0,0,0))
}

#seeHowGroupFirst .seeHowEntry:hover {
    background-image: linear-gradient(217deg, rgba(255,255,255,0.2), rgba(255,0,0,0.3), rgba(0,0,0,0))
}
*/

.seeHowEntry {
    transition: all 0.3s ease;
}

.seeHowEntry:hover {
    transform: scale(1.05);
}

/*
.seeHowEntry img {
    transition: all 0.3s ease;
}
.seeHowEntry:hover img {
    transform: scale(1.1);
}
.seeHowEntry .seeHowTitle {
    transition: all 0.3s ease;
}
.seeHowEntry:hover .seeHowTitle {
    transform: scale(1.1);
}
*/


.seeHowGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    
    background-color: #FBFBFF;
    margin-top: 0.4em;
    padding-top: 0.2em;
    font-size: 75%;
}

#seeHowGroupFirst .seeHowEntry {
    background-color: #860907;
    color: white;
}

.seeHowExplanation {
    font-size: 80%;
    padding-top: 0.5em;
}

/*
#seeHow a {
    color: #611c35;
}

#seeHow a:hover {
    color: #761e1e;
}

#seeHow a:visited {
    color: #611c35;
}
*/

#footer {
    margin-top: 1.2em;
    background-color: #EFEFEF;
    width: 100%;
    
    color: #040F16;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    flex-shrink: 0;
}

.footerContact {
    margin: 1em;
}

.footerContact:nth-child(2)::before {
    content: "All inquiries should currently be sent by email.\A";
    white-space: pre-wrap;
    font-size: small;
    font-style: italic;
}

#footer1984 {
    flex-grow: 1;
    text-align: center;
}

.legalLong {
    font-size: 75%;
}

#topContact {
    background-color: #860907;
    /*display: flex;*/
    display: none;
    justify-content: space-between;
    color: #FBFBFF;
    padding: 0.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 85%;
}

#topContact span {
    padding-left: 1em;
    padding-right: 1em;
}

#bylineA {
    font-size: 200%;
    color: #860907;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.prose {
    margin-left: 15vw;
    margin-right: 15vw;
    text-align: justify;
    max-width: 40em;
}

.constrainBody {
    display: flex;
    justify-content: center;
}

.innerBodyConstraint {
    max-width: 100%;
}

textarea {
    max-width: 100%;
}

.codeSample {
    font-family: monospace;
    background-color: rgb(217, 238, 243);
    
    display: inline-block;
    margin-left: 2em;
    margin-top: 1em;
    padding: 1em;
    padding-bottom: 0px;
}

.pclpOutput {
    font-family: monospace;
    background-color: rgb(217, 238, 243);
    font-weight: bold;
    
    display: inline-block;
    margin-left: 2em;
    margin-top: 1em;
    padding: 1em;
    padding-bottom: 0px;
}

.animalSpecies {
    font-style: italic;
}

.formLabel {
    font-weight: bold;
    display: block;
    margin-top: 1em;
}

.colorLink {
    color: #018CB3;
}

#pclpLinks {
    display: flex; flex-direction: row; justify-content: space-around;   
}

#mobileMenuToggle {
    display: none;
}

#mobileMenuLabel {
    vertical-align: middle;
    display: none;
    
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@media only screen and (max-width: 1199px) {
    .seeHowEntry {
        min-width: 35%;
    }
}

@media only screen and (max-width: 800px) {
    .seeHowTitle {
        min-height: default;
    }
}

@media only screen and (max-width: 700px) {
    #topBar {
        display: flex;
        flex-wrap: wrap;
    }

    .topBarMenuItem {
        font-size: 85%;
        padding-top: 0px;
        display: none;
        font-weight: bolder;
    }

    #homeLogoMenuItem {
        margin-top: 0.3em;
        margin-bottom: 0.2em;
        display: flex;
    }
    
    #mobileMenuToggle:checked ~ .topBarMenuItem {
        display: flex;
        width: 100%;
    }
    
    #mobileMenuLabel {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        font-size: 100%;
        height: 2.3em;
        color: #FBFBFF;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .topBarMenuItem:hover {
        border-bottom: none;
        color: #FBFBFF;
    }

    .selectedTopBarMenuItem {
        border-bottom: none;
    }

    .heroHome {
        min-height: inherit;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }

    .hero {
        min-height: inherit;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
        font-size: x-large;
    }

    #introSeeHow {
        font-size: large;
    }
    
    #footer1984 {
        margin-bottom: 0.8em;
        text-align: left;
        margin-left: 0.8em;
        margin-right: 0.8em;
    }

    #footer {
        flex-direction: column;
        align-items: center;
    }
    
    /*
    #topContact {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    #topContact div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #topContact span {
        padding: 0.2em;
    }
    */
}

@media only screen and (max-width: 500px) {
    .hero {
        font-size: large;
    }

    #introSeeHow {
        font-size: medium;
    }

    .seeHowEntry {
        min-width: 80%;
    }

    .prose {
        margin-left: 5vw;
        margin-right: 5vw;
        text-align: justify;
    }

    #footer {
        display: block;
    }
    
    #pclpLinks {
        flex-direction: column;
    }
}

@media only screen and (max-width: 400px) {
    /*
    #topContact {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    #topContact div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #topContact span {
        padding: 0.2em;
    }
    */

    .actionButton {
        font-size: 75%;
    }

    #bylineA {
        font-size: 120%;
    }

    #seeHow {
        font-size: 120%;
    }
}
