body{
    margin: 0;
    background-color: #b3bfc4;
}

.centerWrapper{
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: center;
}

.gridContent{
    padding: 30px;
    margin: 20px;
    background-color: lightgray;
    border-radius: 20px;
    box-shadow: 0px 5px 10px;
    box-shadow: #768b94;
}

.projectPDF{
    width: 450px;
    height: 500px;
}

.projectPDF_Small{
    width: 200px;
    height: 250px;
}

.navbar{
    margin: 0;
    overflow: hidden;
    padding: 0;
    background-color: #302b2b;
    list-style-type: none;
    box-shadow: 0px 0px 20px;
    box-shadow: #768b94;
}

.navFoot{
    margin: 0;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    background-color: #302b2b;
    position: sticky;
    bottom: 0;
    width: 100%;
}

.navFoot .center{
    float: left;
    display: block;
    padding: 5px;
    padding: 10px;
}



.navFoot .center a{
    font-family: SourGummy;
    color: lightgray;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}

.navFoot .center a:hover{
    text-decoration: underline;
}


.navElem .left{
    display: block;
    float: left;
    padding: 20px;
    transition-duration: 70ms;
}
.navElem .right{
    display: block;
    float: right;
    padding: 20px;
    /*transition-duration: 70ms;*/
}

.navElem a{
    text-decoration-style: dotted;
    text-decoration: none;
    font-family: SourGummy;
    color: lightgray;
    font-size: 25px;
}

.navElem .left:hover, .right:hover{
    background-color: #0c9c24;
}

.titleBar{
    font-size: 30px;
    text-align: center;
    margin: 0;
    font-family: SourGummy;
    padding-left: 1in;
    padding-right: 1in;
    padding-top: 0.5in;
    padding-bottom : 0.5in;
}

.textContent{
    background-color: white;
    overflow: hidden;
    margin: 0;
    padding-left: 1in;
    padding-right: 1in;
    box-shadow: 0px 0px 20px;
    box-shadow: #768b94;
}

.textContent h1{
    font-family: SourGummy;
    font-size: 50px;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.textContent h2{
    font-family: SourGummy;
    font-size: 40px;
    padding: 0px;
    margin: 0px
}

.textContent h3{
    font-family: SourGummy;
    font-size: 35px;
}

.textContent h4{
    font-family: SourGummy;
    font-size: 30px;
}

.textContent p{
    font-family: SourGummy;
    font-size: 30px;
}

.textContent li{
    font-family: SourGummy;
    padding: 10px;
    font-size: 30px;
}

.textContent ol{
    background-color: lightgray;
    border-radius: 20px;
    box-shadow: 0px 5px 10px;
    box-shadow: #768b94;
}

.textContent .context{
    font-family: SourGummy;
    font-size: 25px;
}

.homeButton{
    position: fixed;
    bottom: 0;
    margin: 5px;
}

.homeButton img{
    width: 300%;
    image-rendering: pixelated;
    box-shadow: 5px, 100px, 0px, black, solid;
    opacity: 0.5;
}

.homeButton img:hover{
    opacity: 1;
}

.grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}
.grid-block img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
}

.grid-section h1, .grid-section h2 {
    grid-column: span 2;
}

.grid-block {
    padding: 10px;
}
.grid-block img{
    padding: 10px;
}



@font-face {
    font-family: "SourGummy";
    src: url('fonts/CreatoDisplay-Regular.otf') format("truetype");
}
