/* Reset default styles */
body, h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
}

/* Set a modern background color and font */
body {

  font-family: Arial, sans-serif;
  background-color: black;
}
.logo{
  padding-left: 10%;
  padding-right: 10%;;
  max-width: 65%;
  max-height: auto;

}
/* Style header */
header {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}

/* Style header title */
.header-title {
  padding-left: 15%;
  padding-right: 15%;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
  max-width: auto;
 
}

/* Style contact links */
.contact-link {
  display: inline;
  color: #fff;
  text-decoration: none;
 text-align: right;
  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 75%
}
h2{ padding-left: 1%;
background-color:#333;
color:white;
margin-top:20px}

/* Style main content */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

/* Style paragraph content */
.work {
  background-color: #f9f9f9;
  font-weight: bold;
  padding-left: 20%;
  padding-right: 20%;
  text-align: center;
  line-height: 1.6;
  border-top: #333;
  border-color: #333;
  line-height: 1cm;
}

/* Style images */
.pictures {
  padding-left:15%;
  padding-right: 15%;
  max-width: 65%;
  height: auto;
  margin-top: 20px;
}
 .contact {
  list-style: none;
  padding-left: 5%;
  padding-right: 75%;
  text-align: left;
  margin: 0;
  

}
 nav li {
  margin: 0 10px;
  
}

nav a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
 
}
/* Style services section */
.services-list {
  list-style: none;
 
  padding: 20px;
 background-color: #f9f9f9; /* Light gray background */

  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.services-list li {
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.services-list li::before {
  content: '\2022'; /* Bullet point character */
  color: #007bff; /* Bullet point color */
  position: absolute;
  left: 0;
}

/* ... (rest of the styles) ... */


/* Style hero section */
#hero {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}

/* Style footer */
footer {
  text-align: center;
  padding: 20px;
  background-color: #333;
  color: #fff;
}

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
  .header-title {
    font-size: 20px;
  }
}
