/* ===== GLOBAL ===== */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background: #f4f6f9;
    color: #333;
    line-height: 1.6;
}

/* ===== HEADER ===== */
.site-header {
    background: #1f2937;
    color: white;
    padding: 20px;
    text-align: center;
}

.site-header h1 {
    margin: 0;
    font-size: 28px;
}

/* NAV */
nav ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s ease;
}

nav a:hover {
    color: #60a5fa;
}

/* ===== MAIN CONTAINER ===== */
.resume-container {
    max-width: 900px;
    margin: 30px auto;
    padding: 0 20px;
}

/* ===== CARDS ===== */
.card {
    background: white;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Section headings */
.card h2 {
    margin-top: 0;
    color: #1f2937;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

/* ===== CONTACT ===== */
.contact {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

/* ===== SKILLS GRID ===== */
.skills {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px;
    padding-left: 20px;
}

/* ===== EXPERIENCE TITLES ===== */
.card h3 {
    margin-bottom: 5px;
    color: #111827;
}

.bg{
  background-image: url("images/neonComputer1.jpg");
  background-size: cover;
  height:1000px;
}

.big-d { font-size: 145pt; }
h1 { font-size: 72pt; }
.title { margin-left: 1300px; }



body{
background-color: #000000;
 margin-bottom: 20px;
  color: white;
  padding: 20px;
}

p {
  padding: 30px;
  font-size: 18pt;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;

}
h1 {font-size: 72pt;
text-align: left;
color: white;
font-family: Georgia, 'Times New Roman', Times, serif;
margin-top: -5px;
margin-right: 50px;
}
nav{
  font-size: 16pt;
  text-align: left;
  color:white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

li { float: right; }
.column { float: left; }

li a {
  display: block;
  color: rgb(255, 0, 195);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #615858;
}

img {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px;  /* Rounded border */
    padding: 5px; /* Some padding */
    width: 500px; 
    height: 250px;
  }
  
  /* Add a hover effect (blue shadow) */
  img:hover {
    box-shadow: 0 0 2px 1px rgba(2, 192, 255, 0.5);
  }

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
    float: left;
    width: 30%;
    padding: 10px;
    margin: 20px;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .title{
    text-align:center;
    font-size: 24pt;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: -100px;
    margin-right: 80px;
    margin-left: 1300px;
  }
  
 