html {
    fscroll-padding-top: 140px;
}

body {
    position: relative;
}

/*
.main {
    background-color: #f1f5fa;
    padding-top: 1rem;
} */


.breadcrumb {

}

.breadcrumb-item + .breadcrumb-item::before {
    content: '\2022'; /* This is the Unicode character for a bullet point */
    mxargin: 0; /* Adjust space around the bullet */
    vertical-align: middle; /* Centers the bullet point vertically */
    color: #949ca1;
}


.breadcrumb-item {
    fpadding: 2px;
	color: #000 !important;

	font-family: "Archivo";
    font-weight: bold;
    font-size: .9rem;
}

.breadcrumb-item a {
    color: #003057 !important;
    text-decoration: underline !important;
}

.breadcrumb-item a:hover {
    color: #335f85 !important;
}

/* Define custom properties (optional) */
:root {
    --custom-navbar-odu-header-bg: #f3f5f6;
    --custom-navbar-odu-header-link-color: #013767;
}

/* Custom class for the navbar */
.navbar-odu-header {
    background-color: var(--custom-navbar-odu-header-bg) !important;       
}

.navbar-odu-subheader {
    background-color: rgba(255, 255, 255, 1.0);
}

.section-offset {
    padding-top: 105px; /* Adjust this value to match your navbar's height */
    margin-top: -105px; /* Same value as padding, but negative */
    display: block; /* Necessary for the margin to take effect */
}

.navbar-odu-subheader a, .navbar-odu-header a {
    color: var(--custom-navbar-odu-header-link-color) !important;
    font-family: "Archivo" !important;
} 

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
} 

.text-xl {
    font-size: 1.1rem;
    line-height: 1.75rem; 
}

@media (max-width: 991px) { 
    .nav-item a {
        padding: 0 !important;
    }

    .nav-item > a.active{
        text-decoration: underline !important;

    }


}

#oduglobal-header-logo {
    transition: width 0.2s ease-in-out;
    width: 200px;
}
/*
@media (max-width: 991px) { 
    #oduglobal-header-logo {
        width: 180px;
    }
} 
@media (min-width: 992px) { 
    #oduglobal-header-logo {
        width: 200px;
    }  
} */
@media (min-width: 1200px) { 
    #oduglobal-header-logo {
        width: 370px;
    }  
}

@media (min-width: 992px) { 
    .nav-item a {
    padding: 0 !important;
    margin-left: 1rem !important;
    /* white-space: nowrap; */
    }

    .nav-item > a.active{
        border-bottom: 4px solid #ffcf01;
    }

  
}

#breadcrumb-header {
    margin-left: 10px;
}

.error_message {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

/* Call outs */

.bd-callout {
padding: 1.25rem;
margin-top: 1.25rem;
margin-bottom: 1.25rem;
border: 1px solid #eee;
border-left-width: .25rem;
border-radius: .25rem
}

.bd-callout h4 {
margin-top: 0;
margin-bottom: .25rem
}

.bd-callout p:last-child {
margin-bottom: 0
}

.bd-callout code {
border-radius: .25rem
}

.bd-callout+.bd-callout {
margin-top: -.25rem
}

.bd-callout-info {
border-left-color: #5bc0de
}

.bd-callout-info h4 {
color: #5bc0de
}

.bd-callout-warning {
border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
color: #f0ad4e
}

.bd-callout-danger {
border-left-color: #d9534f
}

.bd-callout-danger h4 {
color: #d9534f
}

.bd-callout-primary{
border-left-color: #007bff
}

.bd-callout-primaryh4 {
color: #007bff
}

.bd-callout-success{
border-left-color: #28a745
}

.bd-callout-successh4 {
color: #28a745
}

.bd-callout-default{
border-left-color: #6c757d
}

.bd-callout-defaulth4 {
color: #6c757d
}


