* {
    margin: 0;
    padding: 0;
    display: inline-block;
    box-sizing: border-box;
    border-width: 0;
    color: #002147;
    cursor: default;
    font-family: "Roboto", "Open Sans", "sans serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 0.08rem;
    line-height: 120%;
}

/* TAGS */

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #BB133E;
    cursor: pointer;
}

b {
    color: #BB133E;
    font-style: inherit;
}

html,
body {
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #e6e6e6;
}

head,
title {
    display: none;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    font-style: inherit;
}

h2 {
    font-size: 22px;
    font-weight: 700;
    font-style: inherit;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    font-style: inherit;
}

h4 {
    font-size: 16px;
    font-weight: 700;
    font-style: inherit;
    text-transform: uppercase;
}

hr {
    height: 2px;
    width: 100%;
    display: block;
    clear: both;
    background-color: #002147;
    text-align: center;
}

i {
    font-style: italic;
}

p {
    padding-top: 5px;
    padding-bottom: 10px;
}

small {
    font-size: 12px;
}

/* CLASSES */

/* GENERAL FORMATTING AND ALIGNMENT */

.main {
    width: 100%;
    height: 100%;
    margin: 12px;
    max-width: 960px;
}

.group-center {
    width: 100%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

@media only screen and (max-width: 400px) {
    .group-center {
        width: 100%;
        display: block;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
}

.group-item {
    padding: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.header-outline,
.header-bold {
    font-size: 48px;
    font-weight: 700;
    text-shadow: -1px -1px #002147, 1px -1px #002147, -1px 1px #002147, 1px 1px #002147;
    letter-spacing: 0.2rem;
}

.header-outline {
    color: #e6e6e6;
    text-shadow: -1px -1px #002147, 1px -1px #002147, -1px 1px #002147, 1px 1px #002147;
}

.justify-left {
    align-items: left;
    text-align: left;
    justify-content: left;
}

.justify-right {
    align-items: right;
    text-align: right;
    justify-content: right;
}

.italic {
    font-style: italic;
}

/* TEMPLATE - HEADER */

header {
    width: 100%;
    display: inline-flex;
}

.header-group {
    width: 50%;
}

.nav-item-left,
.nav-item-right,
.nav-item {
    margin: 0;
    cursor: pointer;
}

.nav-item-right {
    margin-left: 24px;
}

.nav-item-left {
    margin-right: 24px;
}

/* TEMPLATE - FOOTER */

footer {
    background-color: #e6e6e6;
    width: 100%;
    display: inline-flex;
    position: fixed;
    left: 0;
    bottom: 0;
    padding-bottom: 10px;
}

.copyright {
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}

/* TEMPLATE - PAGE CONTENT */

content {
    margin: 10px 0;
    width: 100%;
    height: 95%;
    align-items: left;
    text-align: left;
    justify-content: left;
    display: table;
}

/* PAGE CONTENT */

.hero-header {
    width: 100%;
    height: 250px;
    padding: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-hero-header {
    background-image: url("../images/kwg_hero_4.png");
    background-position: right;
}

.about-hero-header {
    background-image: url("../images/kwg_hero_7.png");
    background-position: center;
}

.lessons-hero-header {
    background-image: url("../images/kwg_hero_2.png");
    background-position: left;
}

.contact-hero-header {
    background-image: url("../images/kwg_hero_6.png");
    background-position: right;
}

.hero-header-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-image {
    display: inline;
    width: 314px;
    height: 314px;
    margin: 1px;
}

.centered-page-content {
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.centered-page-wrapper {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    justify-content: center;
}