<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****** Default style for Extra small devices (phones, less than 768px) ******/

/* For testing */
/** {
    border: 1px solid red !important;
}*/

/* ------------ Common Styles ------------ */
h2 {
	font-family: "Merriweather", serif;
}

/* ------------ Header ------------ */
#site-title {
	font-family: "Oswald", sans-serif;
	font-size: 50px;
}

#site-logo {
	margin-top:20px;
}
/* ------------ About ------------ */
#about-text {
	font-size: 1.5em;
	background-color: #353e4a;
	color: #fff;
	padding: 20px;
	margin-bottom: 0;
}

/* ------------ Featured Work ------------ */
#featured-title {
	margin-top: 50px;
}

.featured-image {
	width:100%;
}</pre></body></html>