body {
    background-color:rgb(238, 242, 248);
    color: rgb(38, 42, 48);
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
}

a:link {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}
  
a:visited {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

.divider {
    width: 100%;
    border-top: 1px solid #6565656b;
}

#navbar {
    z-index: 999;
    display:flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    background-color:rgb(238, 242, 248);
}

#navtitle {
    padding: 0.7em;
    font-size: 2.3em;
    text-align: center;
}

#navlinks {
    display:flex;
    justify-content: center;
    align-items: center;
}

.navbtn {
    padding: 0.8em;
    cursor: pointer;
    font-size: 1.1em;
    font-family: Trebuchet MS, sans-serif;
    transition: 0.2s;
}

.navbtn:hover {
    background-color: rgba(0, 0, 0, 0.096);
    transition: 0.2s;
}

.navselect {
    border-bottom: 3px solid #7300ba;
    color: #7300ba;
}

.ptitle {
    font-size: 2.7em;
    text-align: left;
    width: 50vw;
    margin: 1.5em 25vw 0 25vw;
}

.psection {
    width: 50vw;
    margin: 1em 25vw;
}

.pheader {
    font-size: 1.8em;
    border-bottom: 1px solid #7575756b;
    width: 40vw;
    padding-bottom: 0.3em;
}

.pdesc {
    font-size: 1.2em;
    line-height: 1.5;
    margin: 1.5em 0 5.0em 0;
}

.pline {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pline div {
    width: 50vw;
    padding: 0.2em;
    margin: 1em;
    border-bottom: 2px solid #6565656b;
}

@media only screen and (max-width: 1000px) {
	#navtitle {
		padding: 0.3em;
		font-size: 1.3em;
		text-align: center;
	}
	.navbtn {
		padding: 0.4em;
		font-size: 1.0em;
	}
	.navselect {
		border-bottom: 1px solid #7300ba;
	}
	.ptitle {
        width: 90vw;
        margin: 0.5em 5vw 0 5vw;
    }
    .qdesc { 
        margin: 0.2em 5vw;
        width: 90vw;
    }
    .pauthor {
        margin: 0.5em 5vw;
        width: 90vw;
    }
    .pline div {
        width: 90vw;
        margin: 0.5em;
    }
    .psection {
        width: 90vw;
        margin: 0.5em 5vw;
    }
    .pheader {
        width: 75vw;
        padding-bottom: 0.3em;
    }
    .psubheader {
        font-style: italic;
        width: 55vw;
    }
    .pdesc {
        font-size: 1.1em;
        line-height: 1.5;
        margin: 0.5em 0 5.0em 0;
    }
}
