:root{
    --fs-green: #6FC7B0;
    --smokejumper-orange: #FF8C00;

}

body {
    font-family: "Lato", sans-serif;
  }

  a{
    text-decoration:none;
    color:var(--bg-dark)
  }

  a:hover{
    color:red;
  }

  
  

.navbar-dark {
    padding: 1rem; /* Adjust padding as needed */
}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* Use flexbox for inline items */
}

.nav-item {
    margin-left: 20px; /* Adjust spacing between items */
}


.main {
    /* margin-left: 150px; Same width as the sidebar + left position in px */
    margin-top: 25px;
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
  }

 
  .main h1{
    text-align:center;
    border-radius: 15px;
      
  }


  






  #map { 
    height: 800px;
    width: 100%;
    border-radius: 15px;
    border: 2px solid black;
 }



.footer h1 {
  font-size: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
}

#job-image {
  max-width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

#job-image:hover{
  transform:scale(0.95);
}


#iw-image {
  max-width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  
}

#iw-image:hover{
  transform:scale(0.95);
}

#report-h1{
  transition: transform 0.3s ease;

}

#report-h1:hover{
  transform:scale(0.95);

}






 


