body {
  font-family: 'Open Sans', serif;
  color: #2d2d2d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #343a40;
}
h1 {
    font-size: 2.75rem;
    line-height: 2.5rem;
    padding-top: 1.5rem;
}
h2 {
    font-size: 2rem;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Saira Extra Condensed', serif;
  font-size: 1.35rem;
}

.list-social-icons a {
  color: #495057;
}

.list-social-icons a:hover {
  color: #BD5D38;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #BD5D38;
}

#va-commonBanner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

section.resume-section {
    border-bottom: 1px solid #dee2e6;
    padding-top: 0px;
}
section.resume-section h1 {
    padding-top: 0px;
}
.resume-section-central-office {
    padding-top: 5.5rem !important;
    padding-bottom: 3rem !important;
    height: unset;
}
section.resume-section .resume-item .resume-date {
    min-width: none;
}

.bg-primary {
    background-color: #006a98 !important;
}
.text-primary {
    color: #006a98 !important;
}
a {
    color: #006a98;
    font-weight: bold;
}
a:hover, a:focus, a:active {
    color: #824027;
    font-weight: bold;
    font-style: italic;
    font-size: 1em;
}
.rounded-circle {
    border-radius: 50% !important;
}
.green {
    /*color: #86b933;*/ /*fails contrast ratio*/
    color: #588117;
}
.mb-5, .my-5 {
    margin-bottom: 1.5rem !important;
}
.Whyte {
    color: #e5e5e5;
    border-top: 5px;
    border-color: #86b933;
    border-top-style: solid;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.resume-item {
    gap: 25px;
}
.resume-content {
    border-radius: 1% !important;
    border: 0.4rem solid #006a98;
    padding: 1%;
    background-color: #efefef;
    flex-basis: 100%;
}
.card-text {
    color: #000;
    font-size: 1.1em;
}
.Bluetxt {
    color: #004665;
}
.skip-nav-links {
    margin-top: 0px;
}
#sideNav {
    width: 100%;
    background-color:blueviolet;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 8px calc(5% + 16px) 8px calc(5% + 16px);
}
#sideNav .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    text-transform: uppercase;
}
#sideNav span:nth-child(1) {
    font-size: 3.25vw;
}
#sideNav:not(.sticky) {
    position: relative;
}
.navbar-brand:hover {
    font-style: normal;
}
.sticky {
    position: fixed !important;
    top: 0px !important;
}
.web-access-resources-main {
    padding: 16px 5% 0px 5%;
}
.accessiblity-box {
    width: 70%;
    padding: 10px;
    margin: 25px auto 0px auto;
    border: 5px solid rgb(88,129,23);
    border-radius: 8px;
    background-color:#e9e9e9;
    text-align: center;
}

/* Back to top button - Start */
.back-to-top {
    position: fixed;
    display: none;
    background: linear-gradient(#006A98, #2989d8, #7db9e8);
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
}
.back-to-top:focus {
    background: linear-gradient(#006A98, #2989d8, #7db9e8);
    color: #fff;
    outline: none;
}
.back-to-top:hover {
    background: #86B933;
    color: #fff;
}
#page-top .va-agency-bar.aatheme-white {
    border-bottom: none;
}
/* Back to top button - End */

@media (min-width: 615px) {
#sideNav span:nth-child(1) {
    font-size: 20px;
}
}

@media (min-width: 992px) {
    body {
        padding-top: 0;
        /* padding-left: 17rem; */
    }
    h1 {
        font-size: 6rem;
        line-height: 5.5rem;
        padding-top: unset;
    }
    h2 {
        font-size: 3.5rem;
    }
    .va-agency-bar-container {
        width: calc(100% - 17rem);
        /* margin-left: 17rem; */
        float: right;
    }
    #page-top .va-agency-bar.aatheme-white {
        border-bottom: 1px solid #f2f2f2;
    }
    .skip-nav-links {
        position: absolute;
        width: calc(100% - 17rem);
        margin-top: 65px;
        left: calc(17rem + 32px);
    }
    .web-access-resources-main {
        width: calc(100% - 17rem);
        float: right;
        padding: 0px 0px 0px 0px;
    }
    section.resume-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .resume-section-central-office {
        height: 100vh;
    }

    /* Tablets and bigger side navigation */
    #sideNav {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        position: sticky;
        top: 0px;
        width: 17rem;
        height: 100vh;
        padding: 0px 0px 0px 0px;
        float: left;
    }
    #sideNav .navbar-brand {
        display: flex;
        justify-content: center;
        margin-right: 0px;
        /* margin: auto auto 0;
        padding: 0.5rem; */
    }
    #sideNav .navbar-brand .img-profile {
        max-width: 14.5rem;
        max-height: 14.5rem;
        border: 0.7rem solid rgba(255, 255, 255, 0.2);
    }
    #sideNav .navbar-collapse {
        display: flex;
        align-items: flex-start;
        flex-grow: 0;
        width: 100%;
        /* margin-bottom: auto; */
    }
    #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    #sideNav .navbar-collapse .navbar-nav .nav-item {
        display: block;
    }
    #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .resume-content {
        flex-basis: calc(50% - 12.5px);
    }
}
@media (min-width: 1300px) {
    .resume-content {
        flex-basis: calc(33.333333333334% - 25px);
        margin-right: 0px;
    }
}

.linked-image {
  width: 100%;        /* fill the column width */
  height: auto;       /* preserve aspect ratio */
  object-fit: contain; /* ensures image fits nicely inside */
  display: block;     /* removes inline spacing below image */
  cursor: pointer;    /* shows clickable cursor */
  border-radius: 8px; /* optional, for nice corners */
  transition: transform 0.2s ease; /* optional hover effect */
}

.linked-image:hover {
  transform: scale(1.03); /* slight zoom effect */
}
