@font-face {
    font-family: 'TitleFont';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/styles/IBMPlexMono-Regular.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

@media only screen and (max-width: 1000px) {
    body .header div.title { /* Adjust the zoom level to shrink the UX */
        text-align:left;
        padding-left: 1rem;
    }

}

@media only screen and (max-width: 600px) {
    html, body { /* Adjust the zoom level to shrink the UX */
        zoom: 0.9;
    }
}

@media only screen and (max-width: 750px) {
    /*html, body {*/
    /* Adjust the zoom level to shrink the UX */
    /*zoom: 0.9;
    }*/
    .title {
        padding-left: 1rem;
    }
    body .headerLeft-left,
    body .headerLeft-right{
        width: 100%;
        padding-left: .5rem;
    }
    .headerLeft-right {
        font-size: 1em;
        text-align: center;
        padding-left: 1rem;
    }
    .content{padding-top: 2em;}
}


 div.contentSection img.logo{
clear:both;
display:block;
float:none;
margin-left:auto;
margin-top: 2em;
margin-bottom: 1em;
margin-right:auto;
}

body.devBox{
    background-color: lightyellow;
}
.content {
    display: flex;
    flex-direction:column;
    align-items: center;
    position: fixed;
    font-size: 1.25em;
    overflow-y: auto;
    top: 3em;
    left: 0;
    right: 0;
    bottom: 0;
}
.tol img{
    height: 5em;
    width: auto;
    position: relative;
    display:block;
}
.footer{
    position: fixed;
    bottom: 0;
    height: 2em;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 0.5em;
}

.header {
    /*    background-color: #9ad7ed;*/
    background-color: darkgrey;
    color: darkblue !important;
    display: flex;
    height: 3em;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
a {
    text-decoration: none;
    /*color: #333;*/
    color: darkblue;
}
.btnContainerRight, .btnContainerLeft {
    flex: 1;
    padding-left: 1em;
    padding-right: 1em;
}

.btnContainerRight,
.btnContainerLeft {
    text-align: center;
    min-width: 13em;
    direction: ltr;
}

.doStuff {
    direction: rtl;
    display: flex;
    flex-direction: row;
    min-width: 7.5em;
    justify-content: right;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}
.doStuff .btn {
    margin: 0.2em;
    min-width: 6.5em;
}
.contactSales,
.loginButton {
    width: 8em;
    margin-bottom:1em !important;
}
a.downArrow:after {
    content: "\2304";
    font-size: 1.5em;
    padding-left: .5em;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-.5em) translateX(-.25em);
    -webkit-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
}
    a.downArrow:hover:after {
        -webkit-transform: translateY(1em);
        transform: translateY(0em) translateX(-.25em);
    }
a.downArrow.active{
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
}
a:hover {
    color: #9ad7ed;
}

.header-left,
.header-right {
    vertical-align: middle;
    position: relative;
}
.header-right {
    min-width: 7em; /* Fixed width for left and right divs */
    width: 35%;
    max-width: 30em;
    text-align: right;
    flex: 2;

}
.header-left {
    width: 73%;
    display: flex;
    -ms-flex-wrap: inherit;
    -webkit-flex-wrap: inherit;
    align-items: center; /* Vertically center content */
    flex: 3;
    flex-wrap: wrap;
}


.headerLeft-left{
    height: 100%;
    flex-grow:1;
    align-content: left;
    vertical-align: middle;
    text-align: left;
}
.headerLeft-right {
    flex-wrap: wrap;
    flex-grow: 2;
    vertical-align: middle;
    min-width: 18em;
    font-size: 1.25em;
    align-items: center;
}

.header .title {
    font-family: TitleFont;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5em;
    vertical-align: middle;
    padding-top: .25em;
}
    .header .title a {
    }
.btn{
    border-radius: .25em;
    border: 1px solid #ccc;
    padding: .5em 1em;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    font-size: 1em;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
}

.btn:hover{
    background-color: #f5f5f5;
    color: #333;
}

.contentSection{
    width: 1000px;
    max-width: 80%;
    display:block;
    text-align: left;
    margin-bottom: 2em;
}
.contentSection img{
    max-width: 30%;
}

    .contentSection img.right {
        float: right;
        margin: 1em;
        display: inline;
    }
.contentSection img.rounded{
    border-radius: .5em;
}
.bounded{
    border: 1px solid #808080ff;
}

.contentSection img {
    float: left;
    margin-right: 1em;
    display: inline;
    margin-bottom: 2em;
    margin-top: 0;
}    
body div.header{
    font-family: "TitleFont";
    font-size: 1em;
}
.contentSection li{
    margin-bottom:.5em;
}
.contentSection h2{
    margin-bottom:.75em;
    font-size: 1.5em;
    font-family: TitleFont
}

.products .content img {
    border-radius: .5em;
    margin: 0;
    border: 1px solid black;
}
.products .contentSection{
    display:block;
}

.products .topic{
    height: 18em;
    text-align:left;

}