body {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
    margin-left: 0;
}



.right {
  width: 90vw;
  padding: 10px;
  margin-top: 4vh;
  margin-right: 0vw;
  background-color: white;
  position: absolute;
  padding-bottom: 30vh;


}
.right p{
  font-size: 5vw;
}

.right a{
    font-size: 4vw;

}

.left {
  float: left;
  width: 0vw;
  padding: 0px;
}


.left img {
    width: 60vw;position: fixed;
    left: 5vw;
    bottom: 0;
}



.navigator {
  font-size:6vw;
  position: fixed;
  display: inline;
  background-color: white;
  width: 100%;
}


.navbar {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: white;
}



.dropdown .dropbtn {
display: none;

}

.navbar h1 {
display: none;
}

.navbar a {
  padding: 8px;
  text-decoration: none;
  font-size: 8vw;
  color: black;
  display: block;
  transition: 0.3s;
}


.right .abt{
      font-size: 5vw;


}
.navbar .abt_2{
  display: none;

}
.dropdown-content{
  position: relative;
  top: 35%;
  width: 100%;
  text-align: center;
  margin-top: 25vw;

}

.navbar .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
}

@media screen and (max-height: 450px) {
  .navbar a {font-size: 20px}
  .navbar .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


