.top-bar {
    background-color: rgb(75, 231, 101);
}

.hero-section {
    background-image: url("../images/bg-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0;
}

.feature-section,
.news-section {
    padding: 3.5rem 0;
}

.overview-section {
    background-image: url("../images/banner6.1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 10rem 0;
}
.overview-section2 {
    background-image: url("../images/banner9.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 6rem 0;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: rgb(10, 10, 10); /* Add a dark-grey background on hover */
  }
  * {
    box-sizing: border-box;
  }
  
  .zoom {
    transition: transform .2s;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  
  .zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.2); 
  }
  .map-responsive{
    overflow:hidden;
    padding-bottom:20%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#mySidenav a {
  position: absolute;
  left: -10px;
  transition: 0.1s;
  padding: 13px;
  width: 130px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0;
}

#about {
  top: 620px;
  background-color: #4CAF50;
}

#blog {
  top: 680px;
  background-color: #2196F3;
}

#projects {
  top: 740px;
  background-color: #f44336;
}
#aboutv {
  top: 450px;
  background-color: #4CAF50;
}

#blogv {
  top: 510px;
  background-color: #2196F3;
}

#projectsv {
  top: 570px;
  background-color: #f44336;
}


