@media (max-resolution: 1.9dppx){

    div.content h1{
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 24pt;
        margin: 15px;
    }
    div.content h2{
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 18pt;
        margin: 15px;
    }
    div.content p{
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-size: 16pt;
        margin: 15px;
        margin-left: 25px;
        max-width: 1000px;
    }
    div.content div.login{
        margin-top: 100px;
        min-height: 700px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        justify-content: center;
        align-items: center;
        border: solid black 1px;
    }
    div.content div.login input, label, button, p{
        font-size: 18pt;
        height: 80px;
    }
    div.content div.login p{
        padding-left: 50px;
        padding-right: 100px;
    }
    div.content div.login button,a{
        width: 70%;
        height: 100px;
    }
    div.content div.login a button{
        width: 100%;
    }
    div.content div.login span{
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    div.content div.login label{
        width: 200px;
        height: 80px;
        line-height: 80px;
        vertical-align: middle;
        align-items: center;
    }
    div.content div.login input{
        border: solid black 1px;
        padding-left: 25px;
        min-width: 400px;
        width: auto;
        flex: 1;
    }
    
    div.content div.grid{
        border: solid black 1px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        gap: 20px;
        padding: 25px;
        height: auto;
        max-height: 95%;
    }
    div.content div.grid a{
        text-decoration: none;
        background-color: var(--content-bg-color);
        min-width: 300px;
        width: auto;
        max-width: 500px;
        height: 300px;
        padding: 1px;
        padding-bottom: 10px;
        font-family: var(--content-font);
        color: inherit;
    }
    div.content div.grid button{
        background-color: var(--content-bg-color);
        color: var(--content-txt-color);
        border: solid black 2px;
        border-color: var(--content-txt-color);
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    div.grid div.dash-box{
        border: solid var(--content-txt-color) 1px;
        min-width: 300px;
        width: auto;
        max-width: 500px;
        height: 300px;
        padding: 1px;
        padding-bottom: 10px;
        font-family: var(--content-font);
        overflow-x: clip;
        overflow-y: auto;
    }
    div.grid a div.dash-box{
        border: solid var(--content-txt-color) 1px;
        min-width: 300px;
        width: 100%;
        max-width: 500px;
        height: 300px;
        padding: 1px;
        padding-bottom: 10px;
        font-family: var(--content-font);
        overflow-x: clip;
        overflow-y: auto;
    }
    div.grid div.dash-box h1{
        margin: 0;
        padding: 5px;
        position: sticky;
        background-color: black;
        color: white;
        font-size: 20pt;
        text-transform: uppercase;
        border: solid black 1px;
        font-family: var(--content-font);
    }
    div.grid div.dash-box h2{
        font-size: 16pt;
        margin: 0;
        padding: 5px;
        font-family: var(--content-font);
    }
    div.grid div.dash-box h3{
        font-size: 14pt;
        font-weight: normal;
        margin: 0;
        padding: 5px;
        font-family: var(--content-font);
    }
    div.grid div.dash-box span{
        height: 30px;
        display: flex;
        flex-direction: row;
        margin: 0;
        margin-top: -10px;
        margin-bottom: 8px;
        white-space: nowrap;
        align-items: baseline;
        justify-content: space-between;
    }
    div.grid div.dash-box span h2,p{
        font-size: 12pt;
    }
    div.grid div.dash-box span p{
        font-size: 12pt;
        height: 30px;
        margin-bottom: 1px;
    }
    div.grid div.dash-box span hr{
        padding-top: 10px;
    }
    div.grid div.dash-box ul{
        margin: 0;
        margin-left: 15px;
        margin-right: 15px;
        color: rgb(78, 78, 78);
        list-style: none;
        padding-inline-start: 10px;
        font-family: var(--content-font);
    }
    div.grid div.dash-box ul.rev li::before{
        content: "+ ";
        color: green;
        margin-right: 5px;
    }
    div.grid div.dash-box ul.exp li::before{
        content: "- ";
        color: red;
        margin-right: 5px;
    }
    div.list{
        border: solid black 1px;
        display: flex;
        flex-direction: column;
        gap: 1px;
        padding: 20px;
        width: inherit;
    }
    div.list a{
        width: inherit;
    }
    div.list button{
        width: 100%;
        background-color: var(--content-bg-color);
        color: var(--content-txt-color);
        border: solid black 2px;
        border-color: var(--content-txt-color);
    }
    div.list button.new{
        background-color: var(--search-bg-color);
        color: var(--search-txt-color);
    }

    div.content div.form-view{
        display: flex;
        flex-direction: column;
        border: solid black 1px;
    }
    div.content div.form-view span{
        display: flex;
        flex-direction: row;
        white-space: normal;
        align-items: stretch;
        justify-content: flex-start;
        align-content: center;
        border-bottom: solid black 1px;
        min-height: 50px;
        margin-top: 5px;
    }
    div.content div.form-view span label{
        font-size: 18pt;
        line-height: 1.2;
        height: 80px;
        width: 250px;
        text-align: right;
        display: block;
        align-self: baseline;
        margin: 5px;
        text-transform: uppercase;
        font-weight: bold;
        
    }
    div.content div.form-view span p{
        font-size: 18pt;
        line-height: 1.2;
        display: block;
        align-self: center;
        margin: 5px;
        margin-left: 20px;
        align-self: center;
    }
    div.content div.form-view span input{
        height: 50px;
        width: 200px;
        margin-left: 5px;
        flex: 1;
        font-size: 18pt;
        background-color: var(--content-bg-color);
        color: var(--content-txt-color);
    }
    div.content div.form-view span textarea{
        width: 200px;
        margin-left: 5px;
        flex: 1;
        font-size: 18pt;
        background-color: var(--content-bg-color);
        color: var(--content-txt-color);
        min-height: 200px;
    }
    div.content div.form-view span select{
        width: 200px;
        margin-left: 5px;
        flex: 1;
        font-size: 18pt;
        background-color: var(--content-bg-color);
        color: var(--content-txt-color);
        height: 50px;
    }
    div.content div.form-view span input[type="checkbox"]{
        max-width: 100px;
        background-color: var(--content-bg-color);
    }
    div.content div.form-view span h1{
        font-size: 12pt;
        margin-left: 30px;
    }

    .green{
        color: rgb(11, 173, 11);
    }
    .red{
        color: rgb(179, 2, 2);
    }
}