---
$primary-color: #2196F3;
@import "{{ site.theme }}";
.page-header {
background-color: $primary-color;
background-image: url('/assets/images/header.png');
background-position: center;
background-size: cover;
a {
color: white;
}
a:hover {
text-decoration: none;
.project-tagline {
opacity: 1;
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
color: $primary-color;
@media screen and (min-width: 64em) {
padding: 4rem 6rem;