


/**
 * HEADER
 */

.site-header {
    max-height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
}

.site-header .site-brand {
    display: flex;
    justify-content: center;
	align-items: center;
}



section {
    padding: 5rem 3rem;
    background-color: transparent;
}

.container.text {
    max-width: 640px;
    margin: 0 auto;
}

.container.with-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.container.with-image.narrow {
    max-width: 640px;
    margin: 0 auto;
}

.container.with-image > * {
    flex: 1;
}


section h1 {
    font-size: 3rem;
    font-weight: 100;
    margin-top: 0;
}

section h2 {
	font-size: 2.5rem;
	font-weight: 100;
    margin-top: 0;
}

section p {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1.2px;
}




footer.site-footer {
    padding: 3rem;
    background-color: #222;
    color: #f5f5f5;
}