html, body {
    height:100%;
    margin:0;
    padding:0;
    background: linear-gradient(to right, #00AAFF, #00AAFF);
}

header{
    width: 100%;
    background: #00AAFF;
    position: fixed; 
    top: 0;
    text-align: center;
    height: 16% !important;
    z-index:110;
}
h1 {
    font-size: min(2vh, 16px);   
    font-weight: bold;
    border: 2px solid black;
    text-align: center;
}

h2 {
    font-size: min(1.5vh, 12px);  
    text-align: center;
    font-size: min(1.5vh, 12px);
    font-weight: normal;
}

p {
    font-size: min(2vh, 16px);  
    text-align: center;
    font-weight: normal; 
    background: #00AAFF;
}

.content {
    background:#00AAFF;
    position:relative;
    height: 94%;
    width: 57%; /* Sizing - any length */
    padding: 70px 0 20px 0; /* Header height and footer height */
    margin:0 10px 0 10px; /* Center content */
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;    
}

.sidebar2 {
    background:#00AAFF;
    height:94%;
    width: 45%;
    top:0;
    padding:100px 0 20px 0;
    position:absolute;
    margin:0 10px 0 10px;    
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 3fr auto 1fr auto 1fr; 
}

.output-grid {
    display: grid;
    justify-content:flex-start;
    align-content:flex-start;
    min-height: 25vh;
    grid-template-columns: repeat(1,160px);
    grid-template-rows: minmax(60px,auto) repeat(40,28px);

}

.output-grid > output {
    cursor: pointer;
    font-size: 1rem;
    font: 1rem Arial, san-serif;
    border: 1px solid black;
    align-content:center;
    font-weight: normal;
    color: #0e0ec7;
    text-align: center;
    outline: none;
    background-color: rgba(255,255,255,.5);
    
}

.output-grid > section {
    font-size: 1rem;
    text-align: center;
    font: 1rem Arial, san-serif;    
    font-weight: bold;
    color: white;
    border: 1px solid black;
    outline: none;
    background-color: rgba(136, 124, 124, 0.75);
}


.output-grid > button {
    cursor: pointer;
    font-size: 1rem;
    border: 1px solid black;
    outline: none;
    background-color: rgba(255,255,255,.75);
}
.output-grid > blank {
    font-size: 1rem;
    text-align:center;     
}    
.output-grid > button:hover {
    background-color: rgba(255,255,255,.9);   
}


.sidebar1 {
    background:#00AAFF;
    height:100%;
    width: 0%;
    top:0;
    padding-top:60px;
    position:absolute;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.sidebar1 {
    left: 0;
}
.sidebar2 {
    right: 0;
}

.grid-container {
    display: grid;
    grid-gap: 5px;
}    

.bible-grid {
    display: grid;
    justify-content:flex-start;
    align-content:flex-start;
    min-height: 25vh;
    grid-template-columns: repeat(3,162px);
    grid-template-rows: minmax(60px,auto) repeat(100,28px);
    margin-left: auto;
    margin-right: 10%;
}

.bible-grid > button {
    cursor: pointer;
    font-size: 1rem;
    text-align: center;
    border: 1px solid black;
    outline: none;
    background-color: rgba(255,255,255,.75);
}
.bible-grid > blank {
    font-size: 1rem;
    text-align:center;     
}    
.bible-grid > button:hover {
    background-color: rgba(255,255,255,.9);   
}
.bible-grid > section {
    font-size: 1rem;
    font: 1rem Arial, san-serif;    
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    outline: none;
    background-color: rgba(136, 124, 124, 0.75);
}

.number-grid {
    display: grid;
    justify-content:flex-start;
    align-content:flex-start;
    min-height: 25vh;
    grid-template-columns: repeat(1,105px);
    grid-template-rows: minmax(60px,auto) repeat(40,28px);
}
.number-grid > blank {
    font-size: 1rem;
    text-align:center;    
}
.number-grid > button {
    cursor: pointer;
    font-size: 1rem;
    border: 1px solid black;
    outline: none;
    background-color: rgba(255,255,255,.75);
}
.number-grid > section {
    font-size: 1rem;
    font: 1rem Arial, san-serif;    
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    outline: none;
    background-color: rgba(136, 124, 124, 0.75);
}
.number-grid > button[operation-number] {
    font-weight: normal;
    font-size:1.5rem;
}
.number-grid > button:hover {
    background-color: rgba(255,255,255,.9);   
}

.version-grid {
    display: grid;
    justify-content:flex-end;
    align-content:flex-start;
    min-height: 25vh;
    grid-template-columns: repeat(1,115px);
    grid-template-rows: minmax(60px,auto) repeat(40,28px);


}
.version-grid > blank {
    font-size: 1rem;
    text-align:center;     
}
.version-grid > button {
    cursor: pointer;
    font-size: 1rem;
    border: 1px solid black;
    outline: none;
    background-color: rgba(255,255,255,.75);
}

.version-grid > section {
    font-size: 1rem;
    font: 1rem Arial, san-serif;    
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    outline: none;
    background-color: rgba(136, 124, 124, 0.75);
}

.version-grid > section1 {
    font-size: 0.75rem;
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    outline: none;
    background-color: rgba( 191, 176, 176, 0.75 );
}

.version-grid > button:hover {
    background-color: rgba(255,255,255,.9);   
}

#scrollable2 {
    height: 100%;
    background:#00AAFF;
    width: auto;
    margin-left: 0px;
    margin-right: auto;
    overflow:auto;
    padding-top: 3vh;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box; 
    padding-left: 30px;
}

footer {
    width: 100%;
    background: #00AAFF;
    font-size: min(2vh, 16px);
    text-align: center;    
    position: fixed; 
    bottom: 0;
    height: 5%;
}

@media only screen and (max-width: 667px)  {
    .content {
        padding: 40px 0 0px 0; /* Header height and footer height */
        margin:0 10px 0 0px; /* Center content */     
    }
    .sidebar2 {
        padding: 60px 0 0px 0; /* Header height and footer height */
        margin:0 10px 0 0px; /* Center content */     
    }
    .bible-grid {
        grid-template-columns: repeat(3,50px);
        grid-template-rows: minmax(60px,auto) repeat(100,35px);        
        margin-left: 5%;
        margin-right: 5%;        
    } 
    .bible-grid > button {
        font-size: 0.4rem;
    }
    .bible-grid > section {    
        font-size: 0.4rem;
    } 
    .bible-grid > blank {    
        font-size: 0.4rem;
    }     
    .version-grid {   
        grid-template-columns: repeat(1,50px);
        grid-template-rows: minmax(60px,auto) repeat(40,35px);          
    }
    .version-grid > button {
        font-size: 0.4rem;
    }
    .version-grid > section {    
        font-size: 0.4rem;        
    }
    .version-grid > blank {    
        font-size: 0.4rem;
    }    
    .number-grid {   
        grid-template-columns: repeat(1,40px);
        grid-template-rows: minmax(60px,auto) repeat(40,35px);          
    }
    .number-grid > button {
        font-size: 0.4rem;
    }
    .number-grid > section {    
        font-size: 0.4rem;    
    }
    .number-grid > blank {    
        font-size: 0.4rem;
    }  
    .number-grid > button[operation-number] {
        font-weight: bold;
        font-size:0.6rem;
    }    
    .output-grid {   
        grid-template-columns: repeat(1,50px);
        grid-template-rows: minmax(60px,auto) repeat(40,35px);          
    }
    .output-grid > button {
        font-size: 0.4rem;
    }
    .output-grid > section {    
        font-size: 0.4rem;    
    }
    .output-grid > output {    
        font-size: 0.4rem;    
    } 
    .output-grid > blank {    
        font-size: 0.4rem;
    } 
    
    h1 {
    font-size: min(2vh, 12px);   
    }

    header {
        font-size: min(1.2vh, 12px);
    }
    footer {
        font-size: min(1.2vh, 12px);        
    }
    p {
    font-size: min(1.2vh, 12px);
    }
    
}
@media only screen and (min-width: 667px) and (max-width: 900px) {
    .content {
        padding: 40px 0 0px 0; /* Header height and footer height */
        margin:0 10px 0 0px; /* Center content */     
    }
    .sidebar2 {
        padding: 60px 0 0px 0; /* Header height and footer height */
        margin:0 10px 0 0px; /* Center content */     
    }
    .bible-grid {
        grid-template-columns: repeat(3,100px);
        grid-template-rows: minmax(60px,auto) repeat(100,35px);        
        margin-left: 5%;
        margin-right: 5%;        
    } 
    .bible-grid > button {
        font-size: 0.7rem;
    }
    .bible-grid > section {    
        font-size: 0.7rem;
    } 
    .bible-grid > blank {    
        font-size: 0.7rem;
    }     
    .version-grid {   
        grid-template-columns: repeat(1,100px);
        grid-template-rows: minmax(60px,auto) repeat(40,35px);          
    }
    .version-grid > button {
        font-size: 0.7rem;
    }
    .version-grid > section {    
        font-size: 0.7rem;        
    }
    .version-grid > blank {    
        font-size: 0.7rem;
    }    
    .number-grid {   
        grid-template-columns: repeat(1,80px);
        grid-template-rows: minmax(60px,auto) repeat(40,35px);          
    }
    .number-grid > button {
        font-size: 0.7rem;
    }
    .number-grid > section {    
        font-size: 0.7rem;    
    }
    .number-grid > blank {    
        font-size: 0.7rem;
    }  
    .number-grid > button[operation-number] {
        font-weight: bold;
        font-size:0.8rem;
    }    
    .output-grid {   
        grid-template-columns: repeat(1,100px);
        grid-template-rows: minmax(60px,auto) repeat(40,35px);          
    }
    .output-grid > button {
        font-size: 0.7rem;
    }
    .output-grid > section {    
        font-size: 0.7rem;    
    }
    .output-grid > output {    
        font-size: 0.7rem;    
    } 
    .output-grid > blank {    
        font-size: 0.7rem;
    } 
    
    h1 {
    font-size: min(2vh, 12px);   
    }

    header {
        font-size: min(1.2vh, 12px);
    }
    footer {
        font-size: min(1.2vh, 12px);        
    }
    p {
    font-size: min(1.2vh, 12px);
    }
    
}
    
