/* ==========================================================
   SLDS 2026 Theme Stylesheet
   Color palette and typography configuration
   ========================================================== */

:root {
  --slds-primary: #007CBA;        /* dark navy background */
  --slds-accent: #C35B28;         /* orange accent */
  --slds-accent-dark: #823A1E;    /* darker orange for hover */
  --slds-text: #2C2C2C;           /* main text color */
  --slds-heading: #1E1E1E;        /* headings */
  --slds-border: #D8D8D8;         /* section borders */
  --slds-bg: #FFFFFF;             /* explicit white background */
}

/* ==========================================================
   Base typography and layout
   ========================================================== */

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; /* CHANGED: added system fallbacks */
  font-size: 15.5px;
  line-height: 1.65;
  background-color: var(--slds-bg);
  padding-top: 54px;
  color: var(--slds-text);
}

pre {
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  color: var(--slds-text);
  margin-bottom: 0px;
}

.map-embed {
  position: relative;
  width: 75%;
  padding-bottom: 40%;          /* 70% = roughly 4:3 ratio — adjust to 60%, 80%, etc. */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
  border: 1px solid var(--slds-border, #D8D8D8);
}

.map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 54px;
  color: var(--slds-text);
}

pre {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: var(--slds-text);
  margin-bottom: 0px;
}
*/


@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 15rem;
  }
}

/* ==========================================================
   Headings
   ========================================================== */

h1,
h2,
h3 {
  font-family: 'Roboto Condensed', 'Saira Extra Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--slds-heading);
  letter-spacing: 0.5px;
}

h4,
h5,
h6 {
  font-family: 'Roboto Condensed', 'Saira Extra Condensed', sans-serif;
  font-weight: 700;
  color: var(--slds-heading);
}

h1 {
  font-size: 4.5rem;
  line-height: 4.8rem;
}

h2 {
  font-size: 2.2rem;
  line-height: 2.4rem;
}

.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem;
  color: var(--slds-accent);
}

/* ==========================================================
   Social and icon lists
   ========================================================== */

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

.list-social-icons a:hover {
  color: var(--slds-accent);
}

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

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

.list-icons .list-inline-item i:hover {
  color: var(--slds-accent);
}

/* ==========================================================
   Sidebar navigation
   ========================================================== */

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  padding: .2rem 1rem;
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 15rem;
    height: 100%;
  }
  #sideNav .navbar-brand {
    display: block;
    margin: auto auto;
    padding: 0.5rem;
    margin-bottom: 10px;
  }
  #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;
    padding: .2rem 1rem;
  }
}

/* ==========================================================
   Section and layout spacing
   ========================================================== */

section.resume-section {
  border-bottom: 1px solid var(--slds-border);
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  min-height: 100vh;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

@media (min-width: 768px) {
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

/* ==========================================================
   Theme colors and links
   ========================================================== */

.bg-primary {
  background-color: var(--slds-primary) !important;
}

.text-primary {
  color: var(--slds-accent) !important;
}

a {
  color: var(--slds-accent);
  text-decoration: none;
  font-weight: 500;
}

a:hover, a:focus, a:active {
  color: var(--slds-accent-dark);
  text-decoration: underline;
}

/* ==========================================================
   Branding and title styling
   ========================================================== */

.big-title {
  font-family: 'Roboto Condensed', 'Saira Extra Condensed', sans-serif;
  font-weight: 700;
  font-size: 55px;
  color: #FFFFFF;
  line-height: 0.9;
  letter-spacing: 1px;
}

/* ==========================================================
   Responsive adjustments
   ========================================================== */

@media (max-width: 991px) and (min-width: 768px) {
  .d-lg-none {
    font-size: 3vw;
  }
}

@media (max-width: 767px) and (min-width: 376px) {
  .d-lg-none {
    font-size: 3vw;
  }
}

@media (max-width: 375px) {
  .d-lg-none {
    font-size: 3.5vw;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 5vw;
  }
}

/* ==========================================================
   Margins and utilities
   ========================================================== */

.mt {
  margin-top: -0.5rem !important;
}

.imgfloat {
  float: left;
  padding-right: 10px;
  width: 160px;
}

ul.ul-fluid {
  margin-left: -15px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

/* ==========================================================
   Footer
   ========================================================== */

#footer p {
  margin-top: 2vh;
  margin-bottom: -2vh;
  font-size: 14.5px;
  color: var(--slds-text);
}

/* ==========================================================
   Icons and titles
   ========================================================== */

i.fa-li {
  margin-top: 0.2vh;
}

font.title {
  color: var(--slds-accent);
}
