/* Application stylesheet this will hold rules for the application */

.nav::before, .nav::after{
    content: none;
}

h1{color: #ff7b72 !important; font-weight: bold; font-size: 36px !important; margin-top: 0 !important;}
h2{color: #ff7b72 !important; font-weight: bold; font-size: 30px !important; margin-top: 0 !important;}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/* EXAMPLES */
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

/* Documentation Content Styling */
.col-lg-9, #content {
    line-height: 1.75 !important;
    font-size: 15px !important;
}
.col-lg-9 p, #content p {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
}
.col-lg-9 h2, #content h2 {
    margin-top: 2.25rem !important;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
}
.col-lg-9 h3, #content h3 {
    margin-top: 1.75rem !important;
    margin-bottom: 0.75rem !important;
    font-weight: 600 !important;
}
.col-lg-9 ul, .col-lg-9 ol, #content ul, #content ol {
    margin-top: 0 !important;
    margin-bottom: 1.25rem !important;
    padding-left: 2rem !important;
}
.col-lg-9 li, #content li {
    margin-bottom: 0.6rem !important;
}
.col-lg-9 li ul, .col-lg-9 li ol, #content li ul, #content li ol {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.col-lg-9 pre.prettyprint, #content pre.prettyprint {
    padding: 16px !important;
    margin-bottom: 1.5rem !important;
    border-radius: 6px !important;
    line-height: 1.5 !important;
}
/*
.col-lg-9 img, #content img {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
    border-radius: 6px !important;
}
*/
/* Offset anchor scrolling to prevent headers from hiding behind fixed navbar */
html {
    scroll-padding-top: 70px !important;
}

/* Dark theme styling for inline code elements */
.col-lg-9 code, #content code {
    background-color: #2d3139 !important;
    color: #ff7b72 !important;
    border: 1px solid #3d424d !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-family: Consolas, "SF Mono", Monaco, "Andale Mono", monospace !important;
    font-size: 90% !important;
}

/* Centering styles for Bootstrap 4 modals */
.modal-dialog-centered {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    min-height: calc(100% - 1rem) !important;
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem) !important;
    }
}
