body {
    background: #1d1d1d;
}

h1.blog-title a {
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: rgb(232, 16, 113);
    cursor: auto;
    display: inline;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    height: auto;
    letter-spacing: 1.5px;
    line-height: 96px;
    text-align: center;
    text-decoration: none;
    width: auto;

    text-shadow: -1px -1px 0 #fff,
                  1px -1px 0 #fff,
                 -1px  1px 0 #fff,
                  1px  1px 0 #fff;
}

@media (min-width: 720px) {
    h1.blog-title a {
        font-size: 96px;
    }
}

.blog-description a {
     text-decoration: none;
     color: white;
 }

.header.section-inner {
	width: auto;
}

.navigation-main {
    z-index: 99999999999999;
    position: relative;
    margin: 20px 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.navigation-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navigation-main ul li {
    list-style-type: none;
    padding: 15px;
}
.navigation-main ul li a {
    color: #d6c0bc;
    text-decoration: none;
}
.navigation-main ul li a:hover {
    color: #a0a1a3;
}

.archive-post-title {
    color: white;
}

#site-content {
    color: white;
}

/* Ribbons */
.ribbon-wrapper {
    position: relative;
    margin-left: -30px;
    border-top: 0px solid #ccc;
    -moz-border-bottom-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
    -webkit-border-bottom-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
    -moz-border-top-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
    -webkit-border-top-colors: rgba(0, 0, 0, 0.02) rgba(0, 0, 0, 0.04) rgba(0, 0, 0, 0.06) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.10) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.14) rgba(0, 0, 0, 0.16) rgba(0, 0, 0, 0.18) rgba(0, 0, 0, 0.20);
}

.ribbon-front {
    background-color: rgb(232, 16, 113);
    height: 45px;
    width: 40px;
    position: relative;
    left: -20px;
    z-index: 2;
    font-size: 35px;
    font-family: dancing script, cursive;
    text-align: center;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}

.ribbon-edge-topleft,
.ribbon-edge-topright {}

.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    top: 45px;
}

.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
    left: -20px;
    border-color: transparent rgb(232, 16, 113) transparent transparent;
}

.ribbon-edge-topleft {
    top: 0px;
    border-width: 0px 20px 0 0;
}

.ribbon-edge-bottomleft {
    border-width: 0 20px 10px 0;
}

.ribbon-edge-topright,
.ribbon-edge-bottomright {
    left: 20px;
    border-color: transparent transparent transparent rgb(232, 16, 113);
}

.ribbon-edge-topright {
    top: 0px;
    border-width: 0px 0 0 0px;
}

.ribbon-edge-bottomright {
    border-width: 0 0 0px 0px;
}

.ribbon-back-left {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 10px;
    height: 45px;
    background-color: rgb(150, 27, 82);
    z-index: 0;
}

.ribbon-back-right {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 45px;
    z-index: 0;
}
