main{
    display: grid;
}

.grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
}

.grid-containerAlt {
    display: grid;
    grid-template-columns: 50% 50%;
}

#container{
    overflow: hidden;
    grid-column: span 2;
    grid-row: 1;
}

.item2{
    overflow: hidden;
    grid-column: 1;
    grid-row: 2;
}

.item2alt{
    overflow: hidden;
    grid-column: 1;
    grid-row: 2;
    width: 45em;
}

.item3{
    grid-column: 1;
    grid-row: 3;
    margin-top: 0em;
}

.item4{
    grid-column: span 2;
    grid-row: 2;
}

section{
    font-size: 90%;
    max-width: 90ch;
}

nav{
    font-size: 100%;
    text-align: center;
}

nav a{
    display: inline;
    color: black;
    margin-left:.5em;
}

h1{
    font-size: 80%;
}

.headerAlign{
    text-align: center;
}

#headerDown{
    margin-top: 40em;
}

#bigHeader{
    font-size:80%;
}

.padding{
    margin-top: -1em;
    padding: 1em 1em 1em 1em;
}

#bottomNote{
    font-size: 75%;
}

ul{
    list-style-position: outside;
    margin: 0.3125em 0.3125em 0.3125em -3.125em;
}

h2{
    font-size: 90%;
}

table{
    display: contents
}

.centerImg {
    display: block;
    margin: 0.3125em 0.3125em 0.3125em -3.125em;
    float: left;
}

.center{
    width: 70%;
}

.activePage{
    color: rgb(153, 153, 153);
    font-weight: bold;
    border-bottom: solid black .025em;
}

#ipfFigure > img{
    width: 20%;
    height: 50%;
}

#jesusFigure > img{
    width: 50%;
    height: 50%;
}

.formElements{
    justify-content: left;
}