html{  
    height: 100vh;
    bottom: 0;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-bottom: 0;
  overscroll-behavior: none;
  }
      body{ opacity: 0.8; 
   width: 100%;
  background-image: url("crop1.jpg");
  background-attachment: fixed;
   overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: yellow;    */
  height: 100%}
  .dropdown {
            position: relative;
            display: inline-block;
        }
        
  .nav-item{
  color: #3e5f87;
  font-weight: bold;
  /* padding-right: 4% */
  /* background-color: white */
text-decoration: none  }
  
  .nav-item:hover {
  text-decoration: underline;
  text-decoration-color: white;
  color: white
  }
  .heading{text-decoration: none;}
  .active{
  color: white
  }
  .dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
          /*  background-color: #f9f9f9; */
    min-width: 35px;
    width: 88px; 
        /*    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
        /*    padding: 12px 16px; */
      z-index: 1; 
   /*color: green;  */
   color: #3e5f87
     
         /*   margin-bottom: 2px; */
        }
  
        .dropdown:hover .dropdown-content {
            display: block;
  
        }
        .dropdown-content a{
          color: #3e5f87; 
        /*  margin: 2px; */
          text-decoration: none;
          text-align: left;
       /*    width: 55px;
         padding: 2px;
       /*   padding-bottom: 2px;
          margin-bottom: 2px; 
  
          display: inline-block;
  position: relative;
  color: #4F7942; */
  padding: 2px;
            padding-bottom: 5px;
            margin-bottom: 5px;
  
        }
        /*
        .dropdown-content a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: green;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  }
  
  .dropdown-content a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  }
  
    
  */
  .dropdown-content a:hover{
    text-decoration-line: underline;
  text-decoration-color: white;
  color: white;
  height: 5px;
  margin-top: 5px;
  }
  
  
  .navbar{
      display: flex;
  justify-content: space-around; 
      height: 100%;
      background-color: transparent
    /*  align-items: center; */
      
  }
  #hamburger-icon div {
  width: 35px;
  height: 3px;
   background-color: white;  
  margin: 6px 0px;
  
  border-width: 1px;
  border-color: blue;
  transition: 0.4s;
  text-align: left;
  
  
  
  }
  
  
  .dropdown .dropdown-content{display: none}
  

  .mob{display: none}
  .general{display: flex; justify-content: space-between; margin: 20px}
#navi{float: left;  height: 50px; width: 60%; text-align: right; justify-content: space-around; padding-right: 25px; color: white; margin-top: 4%}
#menu{font-size: 15px}
#home{ font-size: 5.5vw;  font-family: 'Times New Roman', serif;}
#dead{font-size: 5vw; vertical-align: text-bottom;}
.rn{font-size: 5.5vw; margin-left: 7px; margin-bottom: 3em; color: #4F7942}
#Co{font-size: 5.5vw;  font-family: 'Times New Roman', serif;}
.welc{text-align: center; margin-left: 25%; margin-top: 10%; margin-bottom: 40%;
    justify-content: center; color: white; width: 50%}
.privacy a{color: whitesmoke}   
 .Copyright p{color: whitesmoke;}  
 .Copyright-mob p{color: whitesmoke;}  
 .privacy-mob a{color: whitesmoke;} 
  @media only screen and (min-width: 601px){
  .wrap{display: flex;
    width: 100%;
   position: absolute;
    align-items: flex-end; 
    bottom: 0; 
    margin-bottom: 0;
    margin-top: 2%
  }
  .Copyright{float: left; text-align: left;
    width: 80%; bottom: 0; padding-left: 1%}
  .privacy{text-align: right;
    width: 20%; margin-bottom: 1.5%;
    float: right; padding-right: 4%; 
  
  }
  .wrap-mob{display: none}
  .privacy-mob{display: none}
  .Copyright-mob{display: none}
  }
  @media only screen and (max-width: 600px) {
  body{height: 100vh;
  overflow-y: hidden;
  }
  .navbar {
    display: none;
  }
  .mob{display: block;
  }
  
  #hamburger-icon {
  display: block;
  margin: 2px; 
  position: relative;
  justify-content: left;
  
  /* align-items: center; */
  
  
  
  }
  #myBtn{
      padding: 13%; border: none; margin-right: 25px; border-radius: 3px; background-color: white ; color: #4F7942; margin-top: 20px;
  
  }
  /* .pic{width: 70%; float: left; margin: 5% } */
  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modalV{
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  }
  
  /* The Close Button */
  .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  }
  
  
  .not{display: none}
  .show{display: block}
  .open{display: block}
  .close{display: none}
  
  #dd{border: none;
  background-color: white;
  font-size: 5.5vw;
  color: black;
  font-family: 'Times New Roman', serif;
  padding-left: 20px;
  -webkit-margin-start: -20px
  
  }
  .rot{-webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  }
  .tt{
    color: black;
  
    text-decoration: none;
  
  }
  }
  .new{display: inline-block; color: red; background-color: green; font-size: 35px; } 
  .icon{ display: inline-block;  transform: rotateX(180deg); vertical-align: middle; color: #4F7942; border-width: 2px}
  .first{display: block}
  .second{display: none}
  img{width: 32%; height: 50px; max-width: 100%;  margin-top: 20px; float: left; margin-bottom: 20px }
  img{width: 250px; height: 50px; max-width: 100%; margin-left: 3%; margin-top: 20px; float: left; margin-bottom: 20px }
  .image{ float: left; width: 70%; margin-right: 5%; margin-bottom: 45px}
  /*
  img{width: 80%; height: 50px; max-width: 100%; margin-left: 5%; margin-top: 20px; float: left; margin-bottom: 20px }
  
   
   .image{ float: left; width: 70%; margin-right: 5%; margin-bottom: 45px}
   */
  
  
  @media only screen and (max-width: 600px) and (min-width: 401px){
  .wrap{display: flex;
    width: 100%;
   position: absolute;
    align-items: flex-end; 
    bottom: 0; 
    margin-bottom: 0;
    margin-top: 2%
  }
  .Copyright{float: left; 
  bottom: 0; padding-left: 1%; width: 65%; align-items: flex-start;}
  .Copyright p{text-align: left; font-size: 15px;}
  .privacy{align-content: right; float: right; 
   margin-bottom: 3%; 
   padding-right: 4%; width: 35%; text-align: right;
    
  }
  .mob{margin-top: 2%}
  img{width: 65%; height: 50px; max-width: 100%; margin-left: 3%; margin-top: 20px; float: left; margin-bottom: 20px }
  .wrap-mob{display: none}
  .privacy-mob{display: none}
  .Copyright-mob{display: none}
  }
  
  @media only screen and (max-width: 400px) {
  .wrap-mob{bottom: 0;position: absolute; overflow-y: hidden}
  .wrap{display: none}
  .privacy{display: none}
  .Copyright{display: none}
  #myBtn{
      padding: 9%; margin-right: 20px; border: none; border-radius: 2px; background-color: white ; color: #4F7942; margin-top: 20px;
  
  }
  img{width: 80%; height: 50px; max-width: 100%; margin-left: 5%; margin-top: 20px; float: left; margin-bottom: 20px }
  }
  @media only screen and (orientation: landscape) and (max-height: 600px){
  
  
  .nav-title{
  padding-left: 3px;
  margin-left: 3px
  }}