/* Custom styles for matterscope site */

/* Typography */
h1 {
    font-weight: normal;
    font-size: 300%;
	color: #787878;
}

h2 {
    font-weight: normal;
	color: #787878;
}

h3 {
    font-weight: normal;
	color: #787878;
}

p {	color: #787878;
	
	
}

/* Layout */
.main-container {
    max-width: 1000px;
    width: 97%;
    margin: 50px auto;
    min-height: 1000px;
    font-family: Barlow, sans-serif;
	color: #787878;
}

/* Site header */
.site-title {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
}

.site-subtitle {
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
    text-align: center;
}

.site-description {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
}

.projects-title {
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

/* Footer */
.footer-copyright {
	margin-top: 30px;
    font-size: 80%;
	text-align: center;
}