*{
    margin:0;
    padding: 0;
    font-family: sans-serif;
}

.banner{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50),rgba(0,0,0,0.25)), url(/Backgrounds/indexBackground.JPG);
    background-size: cover;
    background-position: center;
}

.bannerProject{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50),rgba(0,0,0,0.25)), url(/Backgrounds/NewEmec.JPG);
    background-size: cover;
    background-position: center;
}

.laserbodybanner{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50),rgba(0,0,0,0.25)), url(/Backgrounds/Laserbackground.jpg);
    background-size: cover;
    background-position: center;
}

.laser {
    display: flex;
    justify-content: center;
}

.laser > img {
    animation: fade-in linear;
    animation-timeline: view(200px 0px);
}

@keyframes fade-in{
    from {scale: .9; opacity: .5;}
    to {scale: 1; opacity: 1;}
}




.bajabodybanner{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50),rgba(0,0,0,0.30)), url(/Backgrounds/Bajabackground.png);
    background-size: cover;
    background-position: center;
}


.container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* Adds spacing between columns */
    max-width: 900px;
    margin:  auto;
    transform: translate(0, 25%);

}

.image-column {
    flex: 1;
}
.image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* Optional for rounded edges */
}
.text-column {
    padding: 75px 0;
    flex: 1;
    font-family: Arial, sans-serif;
}



.navbar{
    width: 85%;
    margin: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.logo{
    width: 120px;
    cursor: pointer;
}

.navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20;
    position: relative;
    text-align: center;
}

.navbar ul li a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.navbar ul li::after{
    content: "";
    height: 3px;
    width: 0;
    background: white;
    position: absolute;
    left: 0;
    bottom: -7px;
    transition: 0.5s;
}

.navbar ul li:hover::after{
    width: 100%;
}


.footer{
    margin-top: 0px;
    width: auto;
    padding: 50px 15%;
    background: #fbeded;
    color: #efefef;
    display: flex;
}

.footer div{
    text-align: center;

}

.col-2{
    flex-grow: 2;
}

.footer div h3{
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.col-1 a{
    display: block;
    text-decoration: none;
    color: #efefef;
    margin-bottom: 10px;
}

.col-2 a{
    margin-top: 25px;
}

.column {
    float: left;
    width: 50%;
  }
  
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
  }

  div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}
  
div.gallery:hover {
    border: 1px solid #777;
}
  
div.gallery img {
    width: 100%;
    height: auto;
}
  
div.desc {
    padding: 15px;
    text-align: center;
}

.photobackground {
    background-color:black;
    background-image:
    radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
    radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
    radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px),
    radial-gradient(rgba(255,255,255,.4), rgba(255,255,255,.1) 2px, transparent 30px);
    background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
}


.BajaSAE{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0,0,0,0.65)), url(/Backgrounds/Bajabackground.png);
    background-size: cover;
    background-position: center;
}

.LaserProjects{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0,0,0,0.65)), url(/Backgrounds/Laserbackground.jpg);
    background-size: cover;
    background-position: center;
}

.EMECProjects {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50),rgba(0,0,0,0.25)), url(/Backgrounds/NewEmec.JPG);
    background-size: cover;
    background-position: center;
}

div.scroll-container {
    background-color: #1e1e1e00;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}
  
div.scroll-container img {
    padding: 10px;
}

.projectcolor {
    color: aliceblue;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.CoasterProject{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50),rgba(0,0,0,0.25)), url(/Backgrounds/CoasterBackground.JPG);
    background-size: cover;
    background-position: center;
}

.ClockProject{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50),rgba(0,0,0,0.25)), url(/Backgrounds/ClockBackground.JPG);
    background-size: cover;
    background-position: center;
}

.ScrewdriverProject{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.50),rgba(0,0,0,0.25)), url(/Backgrounds/ScrewdriverBackground.JPG);
    background-size: cover;
    background-position: center;
}