﻿/* ===== custom styles (extract to styles.css) ===== */
:root {
    --accent: #0d6efd;
    --muted: #6c757d;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.hero-subheading {
    color: #DBDFE5;
}
.hero-description {
    color: #B6BECC;
}
.main-nav .main-nav-left .navbar-brand > img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
main {
    font-size: 1.125rem;
    line-height: 1.4;
}
.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.description ol li, .description ul li, .paragraph ol li, .paragraph ul li {
    margin-bottom: .5625rem;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

footer, header {
    background: linear-gradient(to top right, #111f42 0, #3e1142 100%);
}
.navbar-brand {
    width:100%;
}
.navbar-brand > img {
    width: 100%;
    height: auto;
    top: 50%;
}
.nav-link dropdown-toggle.show,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: white !important;
}

.bg-body.text-body {
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 25%;
    background-image: url(../images/home-hero-bg-1.jpeg)
}

.pb-regular {
    padding-bottom: 6.25rem !important;
    padding-top: 6.25rem !important;
}

.h1 {
    font-size: 4.5rem;
}

.text-sh2 {
    font-size: 1.5rem;
}

[class*=text-sh] {
    font-weight: 500;
    line-height: 1.2;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, .stack-images-slider.stack-images-accordion-card-slider ul.content-items-new > li.active > .h2, .stack-images-slider.stack-images-accordion-card-slider ul.content-items-new > li.active > h2, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: white !important;
    font-weight: 700;
    line-height: 1;
    color: var(--bs-heading-color,inherit)
}

.hero-description {
    color: #B6BECC;
}
/* Top bar */
.topbar {
    color: #fff;
    font-size: .9rem
}

    .topbar a {
        color: rgba(255,255,255,.9);
        text-decoration: none
    }
/* Hero */
.hero {
    background: linear-gradient(90deg, rgba(13,110,253,0.08), rgba(13,110,253,0.02));
    padding: 4rem 0
}

    .hero .lead {
        font-size: 1.1rem
    }

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
/* Course Card */
.course-card .badge-pill {
    border-radius: 999px
}

.course-card .card-title {
    font-size: 1.05rem;
    font-weight: 600
}

.course-card .card-text {
    font-size: .95rem
}
/* Footer */
.site-footer {
    background: #0f1724;
    color: #cbd5e1;
    padding: 3rem 0;
}

.footer-link {
    color: rgba(255,255,255,.85);
    text-decoration: none;
}
/* Sticky CTA */
.sticky-cta {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050
}




/* Responsive tweaks */
@media(min-width:992px) {
    .nav-search {
        width: 420px
    }

    .flex-sm-row {
        flex-direction: row !important;
    }
}
