


h1 {
  color: blue;
}

h2 {
  color: green;
}

title {
  color: blue;
}


.div-dimensions {
  height: 200px;
  width: 600px;
  text-align: center;
  color: green;
  padding-left: 200px;
}

.line-spacing {
  padding: 30px;
}

img {
  height: 200px;
  width: 200px;
}






ol {
  margin-left: 40px;
  margin-top: -20px;
  list-style-position: inside;
}





.note {
  font-size: 20px;
}


#id-selector-demo {
  color: green;
}


li[value="4"] {
   color: blue;
}


 * {
    text-align: center;
}


img {
  height: 200px;
  width: 200px;
}




.color-title {
  font-weight: normal;
}

#red {
  color: red;
}

#blue {
  color: blue;
}

#orange {
  color: orange;
}

#green {
  color: green;
}

#yellow {
  color: yellow;
}







footer {
  position: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}
 
page2 {
  position: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

page3 {
  position: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.contact-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4CAF50; /* Green, change if you want */
  color: white;
  font-size: 18px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #45a049; /* Darker green on hover */
}

ul {
  list style type: square;
}

li {
  list style type: dise;
}



.div-dimensions {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  padding-bottom: 60px;  /* 👈 adds space below the paragraph */
}


footer {
  text-align: center;
  padding: 20px;
  margin-top: 40px;   /* 👈 adds space above footer */
}

.form-container {
  max-width: 800px;   /* limits width on large screens */
  margin: 20px auto;  /* centers + vertical spacing */
  padding: 0 12px;    /* side padding for small screens */
}

.form-container iframe {
  width: 100%;        /* responsive width */
  height: 1200px;      /* adjust if your form gets cut off */
  border: 0;
}


.form-wrap{
  max-width: 900px;     /* nice readable width on desktop */
  margin: 24px auto;    /* center the block */
  padding: 0 12px;      /* breathing room on mobile */
}

.form-wrap iframe{
  width: 100% !important;   /* force full width */
  max-width: 100% !important;
  height: 1200px;           /* bump higher if you still see vertical scroll */
  border: 0;
}


/* --- Portfolio Project Grid --- */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

.project {
  text-align: center;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.project h3 {
  margin-top: 10px;
  font-size: 1.1rem;
  color: #333;
}

.project:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}


.footer-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: green;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.footer-button:hover {
  background-color: darkgreen;
}


.home-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4CAF50; /* green */
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 20px;
}

.home-button:hover {
  background-color: #45a049; /* darker green on hover */
}


h1 {
  font-size: 2em;
  color: #0044cc; /* or whatever your current header color is */
}

.tagline {
  text-align: center;
  font-size: 1.2em;
  color: #444;
  font-weight: bold; /* bold style instead of italic */
  margin-top: 0;
  margin-bottom: 20px;
}


.tagline {
  font-style: italic;
  margin-bottom: 20px;
  color: #444;
}

.div-dimensions p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.nav-button {
  background-color: #eee;
  padding: 6px 12px;
  border-radius: 4px;
  margin: 0 5px;
  text-decoration: none;
  color: darkblue;
  transition: background-color 0.3s;
}

.nav-button:hover {
  background-color: #ccc;
}

footer {
  text-align: center;
  padding: 20px;
  margin-top: 40px; /* new: pushes footer below your text */
}

footer a {
  margin: 0 15px;    /* space between links */
  
  text-decoration: none;
  color: darkblue;
  font-weight: bold;
  }

/* Style navigation links */
.nav-button {
  background-color: transparent;
  color: darkblue;
  border: 1px solid darkblue;
}

/* Style Contact button */
.contact-button {
  background-color: green;
  color: white;
  border: none;
}


body {
  background-color: lightblue;
  margin: 0;
  font-family: sans-serif;
}


.container { max-width: 800px; margin: 0 auto; text-align: center; padding: 20px; }
.content p { line-height: 1.6; margin: 0 0 16px; }
.tagline { margin: -6px 0 18px; color:#444; font-weight:600; }

.site-nav { display:flex; justify-content:center; gap:12px; margin:16px 0 10px; }
.nav-button { display:inline-block; background:#eee; padding:6px 12px; border-radius:6px;
  text-decoration:none; color:darkblue; font-weight:600; }
.nav-button:hover { background:#dcdcdc; }

.cta { text-align:center; margin: 6px 0 0; }
.contact-button { display:inline-block; background:#6cbf3a; color:#fff; padding:10px 18px;
  border-radius:8px; text-decoration:none; font-weight:700; }
.contact-button:hover { filter:brightness(0.95); }


.footer-link {
  color: #003366;   /* dark blue for visibility */
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  color: #001a33;   /* darker blue on hover */
  text-decoration: underline;
}

.resume-top-link {
  margin-top: 10px;       /* adjust if needed */
  margin-bottom: 45px;    /* ⬅️ INCREASE this number to move the button UP */
  text-align: center;
}

.resume-button {
  background-color: #003366;     /* dark navy */
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.resume-button:hover {
  background-color: #001a33;    /* darker hover */
}



.site-footer {
    text-align: center;
    padding: 20px 10px;
    font-size: 0.85rem;
    color: #9fc2ff; /* soft light blue that works on dark backgrounds */
    opacity: 0.8;
}

.site-footer p {
    margin: 0;
}


/* Make all links blue instead of purple (visited) */
a,
a:visited,
a:active {
    color: #4da3ff;
    text-decoration: none;
}

a:hover {
    color: #82c0ff;
    text-decoration: underline;
}





.resume-links {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}


.footer-credit {
    color: #000000 !important;
}
