/* -----------------------
 css table of contents
 -------------------------

 1. Header ( all header)
 2. Footer
 3. Elements
 4. Colors
 5. Page Elements
 6. Content blocks
 7. Home page

--------------------------- */

/* 1. Header
--------------------------- */
.navbar-brand {
    margin-right: 0;
}

/* 2. Footer
--------------------------- */
#footer-copyright {
    background: #070D0F;
}

/* 3. Elements
--------------------------- */
.btn {
    border-radius: 0;
    font-size: .8rem;
    text-transform: uppercase;
}
h1.page-title {
    background: #DA271C;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}

/* 4. Typography
--------------------------- */
a, a:visited {
    color: #DA271C;
}
.lh-1 {
    line-height: 1;
}

/* 4. Colors
--------------------------- */
.bg-light {
    background-color: #fafafa;
}
.bg-red {
    background-color: #DA271C; /* #FF0A0E; */
}
.btn-red {
    background-color: #DA271C;
    color: #FFFFFF;
}
a.btn-red, a.btn-red:visited {
    color: #FFFFFF;
}
.btn-red-outline {
    border: 1px solid #DA271C;
    color: #DA271C;
}
.text-white a, .text-white a:visited {
    color: #FFFFFF;
}

/* 5. Page elements
--------------------------- */
.sticky-top {
    top: 20px;
}
.navbar-side {
    border: 1px solid #e0e0e0;
}
.navbar-side .nav-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem;
}
.navbar-side .nav-item:last-child {
    border-bottom: none;
}
.navbar-side .nav-item:hover {
    background: #ececec;
}

/* 6. Content blocks
--------------------------- */
.cb-heading {
    color: #DA271C;;
}
.cb-section-heading {
    margin-bottom: 1rem;
}
.cb-text {
    margin-bottom: 1.5rem;
}
.cb-text-heading {
    margin-bottom: 1rem;
}
.cb-entries {

}
.cb-downloads {

}
.cb-downloads-body {
    margin-bottom: 1rem;
}

/* 7. Home page
--------------------------- */
.quick-links-list {
    position: relative;
    top: -60px;
}

