.header-container {
    border-bottom: 20px solid #e44d26;
}

.header-container, aside {
    box-shadow: 0 5px 10px #aaa;
    background: #f16529;
}

h1 {
    margin: .67em 0;
}

h2 {
    font-size: 24px;
    padding-bottom: .5em;
    border-bottom: 2px solid #e44d26;
    color: #e44d26;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: bold;
}

aside {
    border-top: 20px solid #e44d26;
    color: #fff;
    padding: 0 12% 10px;
    margin-bottom: 2em;
}

aside ~ aside, aside:last-child {
    margin-top: 2em;
}

article ~ article {
    margin-top: 1em;
}

ins.adsbygoogle {
    margin: 80px 0 80px;
}

ins.adsbygoogle[data-ad-format="auto"] {
    min-height: 300px;
}
ins.adsbygoogle[data-ad-format="fluid"] {
    min-height: 120px;
}

ins.adsbygoogle ~ p {
    margin-top: 1em;
}

ins.adsbygoogle:not(.adsbygoogle-noablate):before {
    content: 'ADVERTISEMENT';
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #8c8c8c;
    letter-spacing: 1px;
    margin: 3px 0;
    font-family: 'Arial',sans-serif;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    top: -15px;
    left: 50%;
    position: relative;
    margin-left: -45px;
    width: 90px;
}

aside ul {
    padding-left: 16px;
    margin-left: 0;
}

aside ul li {
    list-style-type: disc;
}

footer {
    border-top: 20px solid #e44d26;
    color: #fff;
    background: #f16529;
    padding: 20px 0;
}


.header-container nav.navbar {
    padding: 0;
}

.header-container a, footer a {
    color: #fff;
}

aside a {
    color: #ddd;
    text-decoration: underline;
}

aside a:hover {
    color: white;
}

article a, footer a {
    text-decoration: underline;
}

footer a {
    text-decoration: underline;
}

.navbar-brand {
    font-size: 28px;
    line-height: 54px;
}

nav .nav-item {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: #e44d26;
}

@media only screen and (min-width: 480px) {
    nav .nav-item {
        float: left;
        width: 27%;
        padding: 10px;
        margin: 0 1.7%;
    }

    nav li.nav-item:first-child {
        margin-left: 0;
    }
}

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
    line-height: 1.20em;
    margin-top: 0;
}

/* Credits */
ul.credit-links {
    margin: 0;
    margin-top: 1em;
    padding: 0;
}

ul.credit-links li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
    list-style-type: none;
    font-size: larger;
    font-weight: 600;
    text-align: center;
}
ul.credit-links li:nth-child(even) {
    margin-right: 0;
}

ul.credit-links li a {
    border: 3px solid #f16529;
    border-radius: 5px;
    box-sizing: border-box;

    display: block;
    padding: 10px;
    text-decoration: none;
    color: #e44d26;
    -webkit-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
    background-color: #fff;
}

ul.credit-links li a:hover {
    background-color: rgba(241, 101, 41, 0.2);
}

ul.credit-links li a:visited {
    border-color: #28a745;
    color: #28a745;
}

ul.credit-links li a:hover:visited {
    background-color: #fff;
}

.credit-worth {
    display: block;
    font-weight: 400;
    font-size: smaller;
}

.dropdown-menu {
    color: #fff;
    background-color: #e44d26;
    border-radius: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f16529;
}

article.blog-post > p:first-of-type {
    font-size: 12px;
    text-transform: uppercase;
}

article.blog-post {
    margin-bottom: 1.25em;
}

article.blog-post p img {
    max-width: 100%;
}

.glyphicon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.glyphicon-pencil::before {
    content: "\f044";
}

.glyphicon-trash::before {
    content: "\f2ed";
}

.glyphicon-eye-open::before {
    content: "\f06e";
}

.navbar-toggler-icon > i {
    color: white;
    font-size: 32px;
}
