 /* menu bar */
 body{margin:0px;padding:0px;}
 #header{position:fixed;width:100%;z-index:999;}
 
 .nav-link{ 
             text-decoration:none;
             color:white;
             font-weight:bold
           }
 .nav-link:hover{
                  color:#86bc3b;border:1px solid #86bc3b;
                 }
 .nav-item{
             margin-left:111px;
           }
 .bar{color:white;}
 .active{color:#86bc3b!important;}
 /* background image and text */
 .bg{
        height:550px;
         background-image:url("../images/hand.jpg");
         background-position:center;
         background-size:cover;
         }
.h1{
   color:white;
   font-size:80px;
   padding-top:15%;
   padding-left:10%;
 } 

  .text10{font-size:30px;}
  .text11{font-size:25px;color:#368a0f;}
  .image1{margin-top:10%;}
  .zoom{transform:scale(1);}
 .zoom:hover{transform:scale(1.1);}
     /*footer*/
     .text18{color:rgb(28, 139, 28);}  
     .text19{color:rgb(13, 141, 13);font-size:20px;}
     .text20{margin-top:10%;font-size:20px;}
  
     