* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  #navbar{
    position: sticky;
    display: flex;
    align-items: center;
    top: 0px;
}

/* NavagationBar:Logo and images*/
#logo{


}

#logo img{
    height: 50px;
    margin: 2px 2px;
}

/* Navigation BAr: List STyling*/
#navbar ul{
    display:flex;
    font-family: 'Bree Serif', serif;
} 
#navbar::before{
    content: "";
    background-color: hsl(0, 76%, 28%);
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    width: 100%; 
    z-index: -1;
    opacity: 0.8;
}

#navbar ul li{
    list-style: none;
    font-size: 1.6rem;
}
#navbar ul li a{
color:rgb(255, 255, 255);
display:block;
padding: 12px 22px;
border-radius: 10px;
text-decoration: none;
}
#navbar ul li a:hover{
    color:blue;
    background-color: white;

}
  .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .logo {
    color: white;
  }
  .nav-items > a {
    text-decoration: none;
    margin-left: 15px;
    color: white;
    font-size: 16px;
    font-weight: 500;
  }
  .nav-items > button {
    margin-left: 15px;
    background-color: blue;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    outline: none;
    cursor: pointer;
    border: none;
  }
  .hero-section {
    height: 60vh;
    background-image: url('img/hero-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hero-text-section {
    color: white;
    margin-left: 4rem;
    margin-top: 4rem;
  }
  form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
  }
  
  /* Style the submit button */
  form.example button {
    float: left;
    width: 4%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
  }
  
  form.example button:hover {
    background: #0b7dda;
  }
  
  /* Clear floats */
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }
  .hero-text-section > h1 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  .hero-text-section > p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  
  .hero-text-section > button {
    background-color: blue;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    outline: none;
    cursor: pointer;
    border: none;
  }
  .job-offers {
    margin-left: 4rem;
    margin-right: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10vh;
    margin-bottom: 5vh;
  }
  .job-offers > h1 {
    font-weight: 700;
    font-size: 30px;
  }
  .job-offers > a {
    text-decoration: none;
    color: blue;
    cursor: pointer;
    font-weight: 700;
  }
  .jobs-section {
    margin-left: 4rem;
    margin-right: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10vh;
  }
  .job {
    width: 380px;
    border-right: 1px solid gray;
    padding-right: 10px;
  }
  .job-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
  }
  .job-location {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
  }
  .job-location > p {
    margin-left: 5px;
    color: gray;
    font-weight: 600;
  }
  .job-description > p {
    color: gray;
    font-weight: 600;
  }
  .feature-companies {
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 10vh;
  }
  .feature-companies > h1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .companies-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .company > h2 {
    font-size: 16px;
  }
  .icon-container {
    border: 2px solid gray;
    padding: 7px;
    border-radius: 50%;
    margin-bottom: 5px;
  }
  .clt-section {
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 10vh;
    background-image: url('./images/Newsletter-image.png');
    height: 40vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .clt-section {
    color: white;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 3rem;
  }
  .clt-text-section > h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .clt-text-section > p {
    margin-bottom: 15px;
  }
  .email-container {
    display: flex;
    align-items: center;
  }
  .email-container > input {
    width: 250px;
    margin-right: 15px;
    border: none;
    padding: 8px;
    outline: none;
    font-size: 14px;
  }
  .email-container > button {
    background-color: blue;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    outline: none;
    cursor: pointer;
    border: none;
  }
  .footer-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vh;
  }
  .footer-container > a {
    text-decoration: none;
    color: gray;
    margin-left: 5px;
    font-weight: 600;
    font-size: 16px;
  }
  