@page {
    margin: 1em;
    size: auto;
    overflow: visible;
}

@media print {
    body {
        width: 8.25in;
        height: 11.75in;
        margin: 0 0 0 0;
    }
}

.grid-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0px;
    font-size: 0.75em;
    width: 80%;
    margin: auto;
}

.info-text {
    color: #4f4f4f;
}

.icon {
    margin-right: 3px;
}

.grid-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 20px;
}

.grid-container-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0px;
    font-size: 0.75em;
    width: 80%;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
}


h1 {
    margin-bottom: 5px;
    span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 3em;
	padding-left: 0.25em;
	color: rgba(0, 0, 0, 0.4);
	padding-bottom: 10px;
    }
}

.section-header{
    p {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 8px;
    }
    .header-duration {
	float: right;
    }
    border-bottom: 1px solid var(--border);
    width: 100%;
    display: block;
}

.section-div {
    border-top: 1px solid var(--border);
    padding: 2rem 1rem 0rem 1rem;
    margin-top: 3rem;
    h3, h4 {
	margin-top: 0;
    }
}

#section-div-final {
    border-bottom: 1px solid var(--border);
}

.education {
    width: 32%;
    display: inline-table;
}

.text-muted {
    color: gray;
    font-size: 10;
}
