html, body, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

html, body, #container {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
	background-color: #1d1c4c;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.knc-header {
    padding: 0 12px;
}

.knc-header h1 {
    font-size: 3.6rem;
    padding-top: 32px;
}

.knc-header p {
    font-weight: 600;
    font-size: 1.05rem;
    margin-top: 4px;
    padding: 0 12px;
}

#knc-banner {
    position: relative;
    height: 280px;
    margin: 0;
}

#knc-banner img {
    position: absolute;
    top: 0;
    right: 0;
}

.knc-socww {
    font-style: italic;
    margin: 0 0 12px 0;
    padding: 4px 0 0 0;
}

.knc-traits {
    letter-spacing: 4px;
    padding: 0;
}

.knc-spacing {
    letter-spacing: 8px;
}

.knc-content {
    padding: 8px 12px 0 12px;
}

.knc-content h2 {
    font-size: 2.2rem;
}

.knc-content p {
    font-weight: 400;
    font-size: 1.15rem;
    line-height: 1.6;
    margin: 4px 0 0 0;
}

.knc-footer {
    background-color: #323082;
    font-weight: 400;
    font-size: 0.85rem;
    margin-top: 16px;
    padding: 8px 0 12px 0;
}

.knc-copyright {
    margin-bottom: 12px;
    padding-bottom: 0;
}

.knc-socww-logo img {
	height: 100px;
}

