body {
    background-color: #f4f8fb;
}

.nav-item {
    box-shadow: 0 0.0625rem 0.5rem 0.0625rem rgba(0, 0, 0, .05);
    transition: 500ms;
}

.nav-item:hover p, .nav-item:hover .num {
    color: #ffffff;
}

.menu {
    margin-top: -1rem;
}

.menu-item {
    transition: 100ms;
}

.menu-item:hover {
    text-shadow: 0 0 1rem #000000;
}

.leading-12 {
    line-height: 3rem;
}

.cat-item {
    transition: 300ms;
}

.content{
    line-height: 2.2;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-top: .6rem;
    margin-bottom: .6rem;
    font-weight: 400;
    line-height: 1.7;
    color: #555;
    border-left: 4px solid #a2d1f5;
    padding-left: 0.5rem;
}

.content h2 {
    font-size: 1.4rem!important;
}

.content, h3 {
    font-size: 1.75rem
}

.content, h4 {
    font-size: 1.5rem
}

.content, h5 {
    font-size: 1.25rem
}

.content, h6 {
    font-size: 1rem
}

.content img{
    box-shadow: 0.5rem 0.875rem 2.375rem rgba(39,44,49,.06), 0.0625rem 0.1875rem 0.5rem rgba(39,44,49,.03);
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.content ul {
    list-style:disc!important;
    padding-left: 2rem;
}

.content ol {
    list-style:decimal!important;
    padding-left: 2rem;
}