

.project-writeup h1 {
    border-color: #222;
    font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
    font-weight: 900;
    border-left-width: 5px;
}

.first-letter {
	float: left;
	font-size: 62px;
	font-weight: 900;
	line-height: 62px;
	margin-right: 5px;
}

.blockquote {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    font-family: Georgia;
    font-size: 36px;
    font-weight: 900;
    line-height: 120%;
    margin: 40px 0;
    padding: 20px 0;
}

.white-block {
	border-color: #fff;
}

.listbox {
    background: #f2f2f2;
    border-radius: 20px;
    margin: 60px 0;
    padding: 70px 70px 1px;
}

.listbox h1 {
    font-weight: 900;
    margin: 0 0 10px;
}

.listbox ul {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.listbox li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 25px 0;
}

.listbox li:last-child {
    border: none;
    margin-bottom: 60px;
}

.listbox li em {
    color: rgba(0,0,0,0.75);
    display: block;
    font-family: Georgia;
    margin-top: 5px;
}

.dark .listbox {
	background: rgba(255,255,255,0.05);
	border-radius: 20px;
	color: #fff;
	margin: 80px 0 20px;
}

.dark .listbox h1 {
	border-color: #fff;
}

.dark .listbox li {
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.dark .listbox li:last-child {
    border: none;
}

.dark .listbox li em {
    color: #fff;
}










/*******************************************
	PHONE STYLES
*******************************************/

@media only screen and (max-width : 576px) {

    p, li, ol li {
        font-size: 18px;
    }

    h1, .blockquote {
        font-size: 22px;
    }

    .listbox {
        padding: 40px 20px 0;
    }

}