* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  background: black;
  color: white; /* Changed to match your overall theme */
  font-size: 1rem;
  line-height: 2rem;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: #1E90FF;
}

ul {
  list-style: none;
}

/* Header Section */
header {
  text-align: left;
  font-size: 2rem;
  line-height: 2rem;
  padding: 1rem 1rem;
  background-color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Navigation Menu */
/* MENU BUTTON*/
#menu-toggle {
  cursor: pointer;
  height: 2rem;
  width: 2rem;
}

/* HIDDEN MENU */
#fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

opacity: 0;
transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
visibility: hidden; 

z-index: 2;
}

#fullscreen-menu.active {
opacity: 1;
visibility: visible;
transition: opacity 0.3s ease-in-out, visibility 0s;
}

#fullscreen-menu nav {
    height: 100%;
}

#fullscreen-menu ul {
    height: 100%; /* Make the list take up the full height of its parent (<nav>) */
    display: flex;
    list-style: none;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly; /* Use 'space-evenly' for even spacing */
}
#fullscreen-menu a {
    font-size: 2rem;
}

/*MENU BUTTON ONLY*/
#menu-close {
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
}

/* Styling for the close button image itself */
#menu-close img {
  height: 2rem;
  width: 2rem;
}

/* LinkedIn icon and text styling */
.linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

.linkedin-text {
    color: #1e90ff;
    font-size: 1.125rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: text-decoration 0.2s;
}

.linkedin-link:hover .linkedin-text {
    text-decoration: underline;
}

        /* Defines the default font, font size, and line height for the whole page */
html {
    font-size: 100%; /* Ensures 1rem = 16px (default) */
    scroll-behavior: smooth; /* Enables smooth scrolling for in-page anchors */
    background-color: #000;
    padding: 5% 5%;
}

/* --- GLOBAL FONTS --- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    line-height: 1.2;
}

/* Hero Title + Experience Font */
h1 {
    color: #1e90ff;
    font-size: 3.25rem; 
    font-weight: bold;
    line-height: 1;
    margin-top: 5rem; /* 80px */
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
}


h2 {
    margin: 5rem 3rem;
    font-size: 1.25rem;
    text-align: center;
        line-height: 1.4;
}

/* Role Headings */
h3 {
    font-size: 1.5rem; /* 24px */
    font-weight: bold;
}

/* Skill Headings */
h4 {
    margin: 2.5rem auto;
    font-size: 1.375rem; /* 22px */
    font-weight: bold;
    text-align: center;
}

/* Footer Headings */
h5 {
    font-size: 1.375rem; /* 22px */
    font-weight: bold;
    color: #1e90ff;
}

/* (00) Numerical Text */
h6 {
    font-size: 1rem; /* 16px */
    font-weight: 500; /* Medium weight */
    color: #1e90ff;
    margin: 1rem auto;
}

p {
    font-size: 1.125rem; /* 18px */
    color: white;
    font-weight: 400; /* Regular weight */
    font-family: 'Montserrat', sans-serif;
    margin: 1.125rem auto;
}




/* CUSTOM HEADINGS */
.site-name {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    font-weight: bold;
    color: white;
    font-family: 'Montserrat', sans-serif;
    }

.site-certifications {
        font-size: 1rem;
        font-weight: 500;
        color: #FFF;
        vertical-align: middle;
        margin-left: 0.0rem;
}

.hero-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.0625rem; /* 33px */
    color: white;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 2.5rem; /* 80px */
    margin-bottom: 1.25rem;
}

.wheelhouse-heading {
    font-size: 2.0625rem; /* 33px */
    font-weight: bold;
    margin: 10rem auto 5rem auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.skill-heading {
    margin-bottom: 1.375rem;
    font-size: 1.375rem; /* 22px */
    font-weight: bold;
    text-align: left;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.relevant-experience-heading {
    font-size: 2.0625rem; /* 33px */
    font-weight: bold;
    margin: 10rem auto 5rem auto;
    font-weight: bold;
    text-align: left;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.experience-heading {
    font-size: 2.0625rem; /* 33px */
    font-weight: bold;
    margin-top: 2.5rem; /* 80px */
    margin-bottom: 1.25rem;
    font-weight: bold;
    text-align: left;
    color: white;
    font-family: 'Montserrat', sans-serif;
}


.blue-divider {
    height: 2px;
    background-color: #1e90ff;
    margin-top: 2.5rem
}

.good-fit-heading {
    font-size: 2.5rem; /* 40px */
    font-weight: bold;
    text-align: left;
    margin: 5rem auto; /* 80px */
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.footer-heading {
    font-size: 2.0625rem; /* 33px */
    font-weight: bold;
    margin: 2.5rem auto 2.5rem auto;
    color: #1e90ff;
    font-family: 'Montserrat', sans-serif;
}

.project-heading {
    font-size: 1.125rem; /* 18px */
    color: white;
    font-weight: 500; /* Regular weight */
    font-family: 'Montserrat', sans-serif;
    margin: 1.125rem auto;
}
.invert-footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.0625rem;
    letter-spacing: 0.15rem;
    color: #000;
    margin: 5rem 0 0rem 2.5rem;
    background: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0.2em 0.4em;
    display: inline-block;
}
.invert-footer-body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #FFF;
    margin: 2.5rem 1.25rem 2.5rem 2.5rem;
}












/* BUTTONS */
.button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem; /* Optional: space between buttons if container is narrow */
  width: 100%;
  max-width: 20rem; /* Adjust as needed for your layout */
  margin: 5rem auto;   /* Center container if desired */
}

.blue-button,
.outline-button {
  display: inline-block;
  width: 8.75rem;   /* 140px */
  height: 3.125rem; /* 50px */
  
  
  line-height: 3.125rem;
  text-align: center;
    font-size: 1rem; /* 1px */
    color: white;
    font-weight: 400; /* Regular weight */
    font-family: 'Montserrat', sans-serif;
  border-radius: 0.75rem; /* 12px */

  
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  cursor: pointer;
}

.blue-button {
  background: #1e90ff;
  color: #fff;
  border: none;
}

.blue-button:hover {
  background: #FFF;
  color: #1877cc;
}

.outline-button {
  background: transparent;
  color: #1e90ff;
  border: 0.125rem solid #1e90ff; /* 2px */
}

.outline-button:hover {
  background: #1e90ff;
  color: #fff;
}







/* EMAIL COPY BUTTON */
.email-copy-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15rem;   
  height: 3.125rem;    /* 50px */
  background: #EEE;
  border-radius: 1.25rem; /* 20px */
  padding: 0 1.25rem;  /* 20px horizontal padding */
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  user-select: none;
  border: none;
  margin: 2rem 0 5rem 0;
}


.email-text {
  font-size: 1rem;     /* 16px */
  color: #1e1e1e;
}

.copy-icon {
  width: 1.25rem;   /* 20px */
  height: 1.25rem;
  margin-left: 1rem;
  vertical-align: middle;
}










/* SOCIALS */
/* Social Media Item Spacing */
.linkedin-link {
text-decoration: none;  
  display: inline-flex;
  align-items: center; /* keeps icon and text aligned vertically */
  gap: 1rem;           /* ensures 10px space between icon and text */
  text-decoration: none;
}

.social-icon {
  color: #1e90ff;;
  font-size: 1.5rem;
transition: color 0.2s;
}

.linkedin-text {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 1rem;
color: #FFF;
}

.social-icon:hover {
    color: #fff;
}




/* PAGE SPECIFIC CONTROLS */
/* Hero Video 1*/

.hero-video-1 {
    display: block;
    margin: 5rem auto 5rem;
    border-radius: 1rem;
    max-height: 67.5rem; /* 1080px */
    max-width: 100%;
}

.hero-video-2 {
    display: block;
    margin: 5rem auto 5rem;
    border-radius: 1rem;
    max-height: 67.5rem; /* 1080px */
    max-width: 100%;
}
