body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #1cd0e7;
}

.title{
  float: left;
}

.profile{
  float: right;
  width: 40%;
}
.topnav h1, p{
    color: white;
    margin: 20px;
  }

.topnav img{
    width: 120px;
    height: 120px;
    margin-left: 20%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.bodiliner2 p{
  color: rgb(3, 3, 3);
  margin: 18px;
  margin-right: 2opx;
}

.bodiliner2 h1{
  color: rgb(240, 238, 238);
  margin: 24px;
  text-align: center;
}

.visionMision{
  width: 80%;
  height: 350px;
  margin-left: 10%;
  margin-right: 10%;
  
}
.visionMision h1{
color: red;
}
.vision{
  height: 300px;
  width: 40%;
  text-align: center;
  background-color: #1cd0e7;
  float: left;
}
.vision img{
  width: 150px;
  height: 150px;
  border-radius: 70px;
}
.mission{
  height: 300px;
  width: 40%;
  text-align: center;
  background-color: #1cd0e7;
  float: right;
}
.mission img{
  width: 150px;
  height: 150px;
  border-radius: 70px;
}
.topnav .icon {
  display: none;
}

.bgmain {
  background: url(bg.png);
  background-repeat: no-repeat;
  background-size: 100% 1900px;
  }

.bodiliner{
    height: 500px;
    width: 100%;
    border-color: black;
    margin: 10px;
}

.bodiliner3 img{
  height:500px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
 
}

.incorporation{
  height: 500px;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

.incorporation h1{
  text-align: center;
  color: red;
}

.incorporation h2{
  color: rgb(5, 104, 10);
}

.bodiliner h1{
  color: white;
  margin: 24px;
  text-align: center;
}

.bodiliner h2{
  color: rgb(33, 17, 252);
  margin: 18px;
  text-align: center;
}
.bodiliner img{
  height:500px;
  width: 45%;
  float: left;
}
.bodiliner2 img{
  height:500px;
  width: 60%;
  float: right;
}

.about{
  float: right;
  height: 400px;
  width: 50%;
  margin-top:10px;
}

.about2{
  float: left;
  height: 400px;
  width: 37%;
  margin-top:10px;
}

.bodiliner2{
    height: 600px;
    width: 100%;
    border-color: black;
    padding-bottom: 20px;
}

.bodiliner4{
  height: 10px;
  width: 100%;
 background-color: green;
}

.bodiliner5{
  height: 10px;
  width: 100%;
 background-color: rgb(248, 9, 9);
}

.bodiliner6{
  height:10px;
  width: 100%;
 background-color: rgb(250, 252, 250);
}

.bodiliner7{
  height: 10px;
  width: 100%;
 background-color: rgb(30, 8, 226);
}

.bodiliner8{
  height: 10px;
  width: 100%;
 background-color: rgb(243, 220, 9);
}

.bodiliner9{
  height: 25px;
  width: 100%;
 background-color: rgb(32, 9, 243);
}

.bodiliner3{
    height: 500px;
    width: 100%;
    border-color: black;
}

.footer{
    height: 50px;
    width: 100%;
    border-color: black;
    background: black ;
    color: white;
    text-align: center;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav img{
    width: 120px;
    height: 120px;
    margin-left: 40%;
}
  .profile{
    float: right;
    width: 100%;

  }

  .bodiliner img{
    height:400px;
    width: 100%;
    float: left;
  }
  .bodiliner{
    height: 1000px;
  }

  .bodiliner2 img{
    height:300px;
    width: 100%;
    float: right;
  }

  .bodiliner3 img{
    height:250px;
    width: 80%;
   
  }

  .about{
    float: right;
    height: auto;
    width: 100%;
    margin-top:10px;
  }
  .about2{
    float: left;
    height: 480px;
    width: 100%;
    margin-top:10px;
  }

  .visionMision{
    height: 450px;
   
    
  }

  .incorporation{
    height: 500px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -120px;
  }

  .vision{
    height: 400px;
    width: 40%;
    text-align: center;
    background-color: #1cd0e7;
    float: left;
  }
  .mission{
    height: 400px;
    width: 40%;
    text-align: center;
    background-color: #1cd0e7;
    float: right;
  }
  
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}