	
/*Turning down the article whitespace that comes standard in Tufte*/
body article {
    padding-top: 2rem !important;
}

body article section:first-child {
    padding-top: 0 !important;
}

/* Reduce space after header */
.header {
    margin-bottom: 0px;
}