body {
    font-family: Work Sans, sans-serif;
    font-weight: 500;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: rgba(244, 244, 245, 1);
}

main {
    flex: 1 0 auto;
}   

.nav-wrapper {
    background-color: #041c26;
}

.card-action a {
    color:#fe5000 !important;
}

.navbar-fixed .nav-wrapper .brand-logo img {
    height: 24px;
    margin-left: 24px;
}

.page-footer img {
    height: 24px;
}

.page-footer a {
    color:#fe5000 !important;
}

.row.guide {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.col.l10.guide-content {
    padding-left: 50px;
}

.col.l2.guide-toc {
    background-color: #041c26;
    font-size: 13px;
    padding: 5px 5px;
    border-left: 4px solid transparent;
}

.col.m12.guide-content {
    padding-left: 50px;
}

.col.m12.guide-toc {
    background-color: #041c26;
    font-size: 13px;
    padding: 5px 5px;
    border-left: 4px solid transparent;
}

.col.s12.guide-content {
    padding-left: 50px;
}

.col.s12.guide-toc {
    background-color: #041c26;
    font-size: 13px;
    padding: 5px 5px;
    border-left: 4px solid transparent;
}

.guide-toc ul li {
    padding: 3px 5px;
    list-style-type: disc !important;
    color: rgba(255,255,255,0.65);
    margin-left: 20px;
}

.guide-toc a {
    color: rgba(255,255,255,0.65);
    text-decoration: none; /* no underline */
}

.guide-toc a:hover {
    color: rgba(255,255,255,0.9);
    text-decoration: none; /* no underline */
    cursor: pointer;
}

.guide-content h1 {
    font-size: 2em;
    font-weight: bolder;
}

.guide-content h2 {
    font-size: 1.8em;
    font-weight: bolder;
    border-top: 2px #041c26 solid;
    padding-top: 20px;
}

.guide-content h3 {
    font-size: 1.6em;
    font-weight: bolder;
}

.guide-content h4 {
    font-size: 1.4em;
    font-weight: bolder;
}

.guide-content h5 {
    font-size: 1.2em;
    font-weight: bolder;
}

.guide-content h6 {
    font-size: 1em;
    font-weight: bolder;
}

.guide-content ul li {
    list-style-type: circle !important;
    margin-left: 40px;
}

.guide-content strong{
    font-weight: 700;
}