.maingrid {
    display: grid;
    margin: auto;
    width: 100%;
    grid-template-columns: 0fr 2fr 0fr;    
}    
.grid4 {
    display: grid;
    margin: auto;
    width: 100%;
    grid-template-columns: 1fr 3.5fr 0.25fr 0.25fr;
}
.grid5 {
    display: grid;
    margin: auto;
    width: 100%;
    grid-template-columns: 1fr 3.25fr 0.25fr 0.25fr 0.25fr;
}

.grid2 {
    display: grid;
    margin: auto;
    width: 100%;
    grid-template-columns: 1fr 3fr;
}

input, select, option {
    font-size:x-large;
    width: 100%;
}

.outp, output {
    display: flex;
    justify-content: center;    
}

.tcgroup {
    display: grid;
    /*margin: auto;*/
    width: 100%;
    grid-template-columns: 1fr;    
    /*padding: 2em;*/
    border-style: inset;
    border-width: 0.25em;
}

.tcline {
    display:flex;
    justify-content: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:300;
    padding:1px;
}
.valhead {
    display: flex;
    width: 100%;
    margin:auto;
    padding: 10px;
    justify-content: left;
    font-weight:600;
}
.valline {
    display: flex;
    width: 100%;
    margin:auto;
    padding: 10px;
    justify-content: left;
    font-weight:lighter;
}

.menuimg {
    display: grid;
    margin: auto;
    width: 100%;
    grid-template-columns: 1fr;    
    justify-content: left;
    object-fit: contain;    
}

@media only screen and (min-width: 1100px) {
    .maingrid {
        display: grid;
        margin: auto;
        width: 100%;
        grid-template-columns: 1fr 2fr 1fr;    
    }
    .grid4 {
        display: grid;
        margin: auto;
        width: 50%;
        grid-template-columns: 1fr 2fr 0.5fr 0.5fr;
    }
    .grid5 {
        display: grid;
        margin: auto;
        width: 50%;
        grid-template-columns: 1fr 2fr 0.5fr 0.5fr 0.5fr;
    }

    input, select, option {
        font-size:medium;
    }
    .grid2 {
        display: grid;
        margin: auto;
        width: 50%;
        grid-template-columns: 1fr 3fr;
    }
    .tcgroup {
        display: grid;
        margin: auto;
        width: 50%;
        grid-template-columns: 1fr;    
        padding: 2em;
        border-style: inset;
        border-width: 2em;
    }

    .menuimg {
        display: grid;
        margin: auto;
        width: 100%;
        grid-template-columns: 1fr;    
        justify-content: left;
        object-fit: contain;    
    }            
}    

#grid4head {
    background-color: yellow;
}

.pageheader {
    display:flex;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    width: 100%;
    color: gold;
    background-color: darkslategrey;
    justify-content: center;    
    align-items: center;
    height: auto;
}

.headtxtline{
    display:grid;
    justify-content: center;    
    width: 100%;
}

.intext {
    width: 100%;
}
.intext2{
    display: none;
}

.headerband{
    width: 100%;
    background-color: rgb(97, 97, 107);
    display:grid;
    grid-template-columns: 0.25fr 9.5fr 0.25fr;
}

div.headerband img {
    width: auto;
    height: 60px;
}

.mainarea {
    width:100%;
    height:100%;    
    display:grid;
    grid-template-columns: 0.25fr 9.5fr 0.25fr;
}
.maincontentarea {
    margin-top: 5vh;
    background-color: rgb(255, 255, 255);
}

.verfinput{
    display: flex;
    width:20px;
    margin:auto;
}

.verfinputcont {
    display: flex;
    width:25%;
    margin:auto;
    padding:5px;
}

.verifycont{
    display: flex;
    margin:auto;
    background-color: rgb(233, 226, 226);
    justify-content: center;
    font-size:x-large;
}