body {
  font-family: "Lato", sans-serif;
}

.sidebar {
-webkit-flex: 0 1 50%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: #6ca85d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

.sidebar a {
  padding: 8px 8px 8px 3px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: black;
}

.sidebar .closebtn {
  position: absolute;
  right: 25px;
  font-size: 25px;
}

.openbtn {
  position: absolute;
  /*transform: rotateZ(90deg);*/
  top: 10px;
  left: 10px;
  color: Black;
  display: block;
  /*border: none;*/
  padding:5px;
  font-size:large;
  font-weight: 900;
}
/*layers tab in Image1 area*/
 /* .openbtn {
  position: absolute;
  top: 200px;
  right:10px;
  font-size: 20px;
  cursor: pointer;
  background-color: #6ca85d;
  color: white;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}*/

.comparebtn {
  position: absolute;
  /*transform: rotateZ(90deg);*/
  top: 150px;
  right: 10px;
  color: Black;
  display: block;
  /*border: none;*/
  padding:5px;
  /*font-size:large;*/
  font-weight: 700;
}
.aboutbar {
  width: 0;
  position: absolute;
  z-index: 1;
  /*top: 200px;*/
  /*left: 10px;*/
  background-color: #6ca85d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  text-align: justify;
}

.aboutbar a {
  padding: 8px 8px 8px 3px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.aboutbar a:hover {
  color: black;
}

.aboutbar .closebtn {
  position: absolute;
  right: 25px;
  font-size: 10;
}

#Layers{
  transition: margin-left .5s;
  padding: 0px;
}
/* ===========Experimental========== */
.container {
  display: flex;
  -webkit-flex: 0 1 50%;
  padding: 2em;
    text-orientation: sideways-right;
}

h3 {
  color: red;
  writing-mode: vertical-rl;
}

.text-orientation {
  text-orientation: sideways-right;
}
/* ================================= */
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}