* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Open Sans', Segoe UI, sans-serif;
    color: #000;
	background-color: #fafafa;
}

header {
    margin: 30px;
    text-align: center;
}

header h1 {
    font-size: 48pt;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
    font-weight: 100;
}
header h2 {
    font-size: 28pt;
    margin-top: 10px;
    font-weight: 100;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
}
.projects {
    width: 100%;
    display: inline-block;
}
.project {
    width: 27%;
    height: auto;
    min-height: 130px;
    float: left;
    margin-left: 5%;
    margin-top: 60px;
}
.project h3 {
    font-weight: normal;
}
.project h4 {
    font-weight: normal;
    font-size: 9pt;
}
.footer {
    text-align: center;
    font-size: 8pt;
}