@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Open+Sans:400,700');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bree Serif', sans-serif;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    font-weight: normal;
    margin: 0 0 0.5em 0;
    color: black;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.5em;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.5em;
}

h6 {
    font-size: 1.2em;
}

a {
    color: #368984;
    font-weight: bold;
}

a:hover {
    color: #0CC086;
}

#header {
    border-bottom: 5px solid #81C9C4;
    padding: 20px 0;
    background: rgba(129, 201, 196, 0.2);
}

#header .nav .nav-item .nav-link {
    padding: 0 1em 0.5em 0;
}

#main {
    padding: 20px 0;
}

.introduction {
    font-size: 1.8em;
    font-family: 'Bree Serif', sans-serif;
    line-height: normal;
}

.sidebar {
    border-color: #81C9C4;
    border-left-width: 2px;
    border-left-style: none;
    border-top-width: 2px;
    border-top-style: none;    
}

.sidebar .nav {
    flex-direction: column;
}

.breadcrumb {
    padding: 0;
    background: none;
}

.todo {
    background: yellow;
}

.sidebar .subnav .subnav-intro {
    font-size: 0.9em;
}


.mainbar .subnav .nav-link {
    padding: 0;
    margin: 10px 0;
    font-size: 2em;
    font-family: 'Bree Serif', sans-serif;
    font-weight: normal;
}

.sidebar .subnav .nav-link {
    padding-left: 0;
}

.mce-content-body {
    padding: 10px !important;
}


@media (min-width: 576px) /* SM */ {
    body {
        font-size: 14px;
    }   
}

@media (min-width: 768px) /* MD */
{
    body {
        font-size: 15px;
    }
}

@media (min-width: 992px) /* LG */
{
    body {
        font-size: 16px;
    }


    .sidebar {
        border-left-style: solid;
        padding-left: 1.8em;
        align-self: flex-start;
        border-top-style: none;
        margin-top: 0;
        padding-top: 0;
    }
}

@media (min-width: 1200px) /* XL */
{  
}
