strong, b {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    color: #4ebf81;
}

h2 {
    font-family: 'Roboto', serif;
    font-weight: 400;
    font-size: 24px;
    color: #555;
}

h2 {
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-bottom: 12px;
    color: #555;
}

a {
    text-decoration: none;
    color: #33bcf2;
}


img {
    max-width: 100%;
    height: auto !important
}

article ul {
    margin: 0em 0 1.571em 1.9em;
    list-style-type: square;
}

hr {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 300px;
    margin: 35px auto;
    clear: both;
    position: relative;
}

nav {
    padding: 14px 0 !important;
    background-color: var(--dark-slate-gray) !important;
    position: relative !important;
    margin: auto;
    /* margin: auto; */
}

nav {
    padding-top: 15px !important;
}

.heading-description h1 {
    line-height: 38px !important;
}

p {
    margin-bottom: 20px
}

div#page.single {
    background: #27272a;
    color: #a1a1aa;
    float: left;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 11px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    margin-bottom: 30px
}


footer {
    position: relative;
    overflow: hidden;
    clear: both;
    background: #27272a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

footer .container {
    background: #18181b;
    padding: 0
}