Beyond Books
.gridwrapper {
display: grid;
align-items: center;
justify-items: center;
max-width: 70em;
padding-left: 80px;
}
.gridsplit {
display: grid;
grid-template-columns: 1fr 1fr;
}
.gridspan {
grid-column: 1 / span 2;
}
.listtitle {
list-style: none;
font-family: garamond;
font-size: 30px;
}
.titletext {
font-family: garamond;
font-size: 80px;
}
.title2 {
font-family: garamond;
font-size: 40px;
}
.subheadtext {
}
.bodytext {
}
/*Hide main title visually but make available to assistive tech*/
h1{
position:absolute;
left:-10000px;
top:auto;