:root {
    --ribbonRed: #e1231f; /* 255 35 31 */
    --ribbonAccentRed: #b71e1a; /* 183 30 26 */
    --backgroundGrey: #dcdcdc; /* 220 220 220 */
    --navbarText: #ffffff; /* 255 255 255 */
    --slateBlue: #69A7BF; /*105 167 191 */
    --tabletWidth:768px;
    --mediumWidth: 992px;
}
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
body {
    background-color: var(--backgroundGrey);
    font-family: 'Roboto', sans-serif;
}
h1.header-title {
    color: var(--ribbonRed);
    font-size: 28px;
    font-weight: 600;
}
.header-contact { font-size: 14px;margin-top: 22px;}
.header-contact ul{ margin-left: 0;}
.navbar-default {
    background-color: var(--ribbonRed);
    background-image: linear-gradient(to right, #e1231f, #b71e1a);
    margin-left: -15px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .navbar-default {padding-left:15px;}
}
.navbar:before {
    position: absolute;
    content: "";
    border-bottom: 15px solid var(--ribbonAccentRed);
    border-left: 15px solid transparent;
    height: 0;
    width: 0;
    top: -15px;
    left: 0.1px;
}
.navbar-default .navbar-nav > li > a {
    color: var(--navbarText);
}
.nav .dropdown-menu {
    background-color: var(--ribbonRed);
    border-color: var(--ribbonRed);
    padding:0;
    border-width:0;
}
.nav li > a, .nav .dropdown-menu > li > a {
    color: var(--navbarText);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.nav .dropdown-menu>.active>a, 
.nav .dropdown-menu>.active>a:hover, 
.nav .dropdown-menu>.active>a:focus {
    background-color: var(--ribbonAccentRed);
    color: var(--backgroundGrey);
}

#layout-main-container {
    padding-bottom: 20px;
}
.zone-content > .content-item:first-of-type > header h1, .zone-content > h1 {
    padding-bottom: 10px;
    margin: 20px 0 20px;
    color: var(--ribbonAccentRed);
    border-bottom:0;
    font-size: 38px;
}
#layout-footer #footer-sig {
    /*background-color: var(--backgroundGrey);*/
    font-size: small;
    border-top: solid 10px var(--backgroundGrey);
    border-bottom: solid 10px var(--backgroundGrey);
}
.footer-left, .footer-middle, .footer-right {
    padding-top: 10px;
    text-align: center;
}
.footer-left ul {
    margin-left: 0;
}
.footer-middle { text-align: center;}
@media only screen and (max-width: 768px) {
    .footer-left, .footer-right { text-align: center;}
}
.footer-links { font-weight: bold;}
/* Contact form */
@media only screen and (min-width: 992px) {
    .contact-us .location {
        width: 60%;
        float: right;
        padding-left: 10px;
    }

    .contact-us .orchard-layouts-root {
        width: 40%;
        float: left;
    }
}
/* Make scrolling pages full width */
#layout-main-container 
article.scrolling-page.content-item {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -20px;
}
https://cdn.jsdelivr.net/npm/prismjs@1.28.0/themes/prism-twilight.min.css