/* .navbar-list{
    display: none;
}
.navbar img{
    width: 42px;
} */
/* html{
    margin-left: 100px;
    margin-right: 100px;
} */
p{
    font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;
}
em{
    font-family: "roboto", sans-serif;
font-weight: 400;
font-style: italic;
}
h1{
    text-align: center;
}
h3, h1, h2{
    font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
}
p, em, h3{
    text-align: justify;
}
.career-text{
    margin-top: 50px;
}
.header{
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    /* transition: 0.5s; */
    padding-top: 60px;
  }
  
  .nav {
    padding: 8px 8px 8px 32px;
    /* text-decoration: none; */
    font-size: 30px;
    color: white;
    display: block;
    /* transition: 0.3s; */
  }
  .subnav{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 30px;
    color: white;
    display: block;
    /* transition: 0.3s; */
  }
  
  .sidenav nav:hover {
    color: #f1f1f1;
  }
  .nav-button{
    position:fixed;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  @media screen and (max-height: 800px) {
    .sidenav {padding-top: 15px;}
    .nav{font-size: 25px;}
    .subnav{font-size: 18px;}
  }
  .homepage h1{
    font-family: "alternate-gothic-condensed-a", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 100px;
  }
  .homepage{
    display: flex;
    font-size: 18px;
    width: 463px;
    margin-left: 100px;
    margin-right: 55px;

  }
  .body-homepage{
    display: flex;
  }
  .title-description, .title{
    text-align: center;
    margin-top: 50px;

  }
  .homepage-img img{
    width: 350px;
  }
  .homepage-img{
    position: relative;
    top: -178px;
  }
  .homepage div{
    width: 1000px;
  }
.title-description{
font-size: 22px;
  }
 .copyright{
    color:white ;
 }
 .photo-career, .legacy{
    margin-left: 100px;
    margin-right: 100px;
 }
 .career-img img, .legacy-img, #legacy-text{
    width: 400px;
    display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
 }
.works{
    list-style-type: none;
   width: 500px;
   height: 824px;
   display: block;
   margin-left: 242px;
   margin-top: -40px;
    position: relative;
    overflow: hidden;
}
