html,body{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: hidden;
      height: 100%;
      padding: 0;
      margin: 0;
      font-family: Roboto;
  font-style: normal;
  background-color: #eeeeee;
  }
  .header{
    width: 100%;
    height: 150px;
  /*   border: 1px solid black; */
    display: flex;
  /*   flex: 1; */
  /*   flex-direction: column; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*   flex-wrap: wrap; */
    background-color: #0278ae;
    text-align: left;
  }
  
  .logo{
    /* flex: 0.2; */
    margin-left: 2%;
    width: 100px;
    height: 80%;
  /*   border: 1px solid black; */
  }
  .logo img{
    width: inherit;
    height: inherit;
  }
  .headerTitle{
   align-self: center;
  /*   border: 1px solid black; */
    flex-direction: column;
  }
  .headerTitle h1{
  /*   margin-left: 0%; */
    font-size: 38px;
  /*   border-color: black; */
  /*   border-width: 40; */
    /* line-height: 10px; */
    color: #fff;
  }
  
  .fa {
    padding: 12px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  margin-top: 12px;
  }
  .headerTitleMenu{
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    display: flex;
  }
  
  
  .header .menu{
  /*   margin-left: 15%; */
  /*   color: white; */
  /*   width: 1000px; */
  /*   font-size: 20px; */
  /*   height: inherit; */
  /*   right: 0; */
  /*   vertical-align: text-bottom; */
  /*   text-align: right; */
    
  /*   border: 1px solid bisque */
  }
  .menu{
    align-self: flex-end;
    margin-bottom: 1%;
    margin-right: 15px;
  }
  
  .menu li{
    display: inline;
    padding: 20px;
    transition: 0.4s;
    color: #fff
  /*   border-radius: 10px; */
  
  }
  .menu a{
    text-decoration: none;
  /*   color: black; */
  /*   transition: 0.4s; */
  }
  .menu a:hover{
  /*   text-decoration: none; */
  /*   color: black; */
  /*   background-color: white; */
  }
  .menu li:hover{
    background-color: #51adcf;
    border-radius: 30px;
    color: #fff;
  }
  .menu ul{
    height: 10px;
    align-items: flex-end;
  /*   font-size: 30px; */
  }
  .homeimage{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-inline: 10%;
  /*   border-radius: 10px; */
    /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
      width: 100%;
    height: 350px;
    /* background-color: lightblue; */
  }
  .homeimage img{
    width: 100%;
    height: 350px;
    border-radius: 5px;
  }
  .news{
    text-align: center;
      /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19); */
      border-radius: 5px;
  }
  .news h1{
    color: #fff;
    font-weight: bold;
  }
  
  
  .content{
    border-radius: 5px;
    background-color: #fff;
    color: black;
    align-items: left;
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 10px;
    padding: 1%;
    width: 100%;
  /*   height: 340px; */
    transition: 0.3s;
    /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19); */
  }
  
  .Objectives{
  background-color: #fff;
  color: black;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 2%;
  width: 100%;
  margin-inline: 1.3%;
  }
  
  .Objectives li{
    text-align: left;
    margin-left:20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    padding-bottom: 15px;
    text-decoration-color: #0278ae;
  }
  
  .Objectives h1{
    font-size: 2rem;
    margin-bottom: 1px;
    align-self: left;
    text-align: center;
    color: #0278ae;
    font-weight: bold;
  }
  
  .content:hover{
    box-shadow: 0 6px 8px 0 #0278ae5f, 0 7px 15px 0 #0278ae5f;
  }
  .content p{
    margin-left: 65px;
    margin-right: 85px;
    margin-bottom: 25px;
    line-height: 150%;
    font-size: 16px;
    text-align: left;
    font-weight: 200;
  }
  
  .content h2{
    color: #0278ae;
    margin-left: 65px;
  }
  
  .content ul{
    margin-left: 15px;
    /* margin-left: 65px; */
  }
  
  .content br{
    margin-bottom: 20px; 
  }
  .content li{
    text-align: left;
    margin-left:20px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    padding-bottom: 15px;
  }
  .content h1{
    font-size: 2rem;
    align-self: left;
    text-align: center;
    color: #0278ae;
    font-weight: bold;
  }
  .bodycontiner
  {
    width: 73%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .news{
    width: 24%;
    background-color: #51adcf;
    height: 500px;
    margin: 15px;
  }
  .footer{
    width: 100%;
    height: 70px;
    display: flex;
    /* text-align: left; */
    align-items: center;
    /* text-justify: newspaper; */
   justify-content: left;
    background-color: #0278ae;
    color: white;
    /* line-height: 50px; */
    
  }
  .footer h1{
    font-size: 18px;
    margin-left: 20px;
    flex: 1; 
  }
  .icons{
    margin-right: 20px;
  }
  .icons i{
    margin-inline: 5px;
  }
  input{
    margin-top: 20px;
    margin-left: 10px;
  }
  #contentlist{
    text-align: left;
    height: auto;
  }
  #contentlist h1{
    margin-left: 5%;
  }
  /* @media only screen and (max-width: 1919px) {
    .menu{
      margin-left: 1%;
  }
  @media only screen and (min-width: 1312px) {
    .menu{
      margin-left: 5%;
  } */
  /* .menu{
    margin-left: 15%;
    color: white;
    width: 800px;
    font-size: 30px;
    height: inherit;
    position: relative;
    right: 0;
    vertical-align: text-bottom;
    text-align: right;
  } */
  /* .menu ul{
    margin-top: 5%;
    height: 60px;
    font-size: 20px;
  } */
  /* .menu a{
  } */
  /* } */
  /* @media only screen and (max-width: 1600px) {
    .menu{
      margin-left: 12%;
  
  } */
  /* .header h1{
    margin-left: 5%;
    font-size: 40px;
    line-height: 90px;
    color: white;
  } */
  /* } */
  /* } */