body {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 880px;
  padding: 0px;
  margin: auto;
  background-color: white;
  color: #695033;
}

.space {  /*space between topNAV and content */
  text-align: center;
  padding: 42px 2px 0px 2px;
}  

.yml {  /*space between topNAV and content */
  text-align: center;
  padding: 8px 2px;
}  

.center {  /*center text */
  text-align: center;
  padding: 10px 2px;  

}

/* navbar starts */
.topnav {
  overflow: visible;
  background-color: #FFFFFF;
  position: -webkit-sticky; /* Safari */
  position: fixed;
  top: 0px;
  width: 100%;
  max-width: 880px;
}

.topnav a {
  float: right;
  display: block;
  color: #695033;
  text-align: center;
  padding: 0px 8px;
  text-decoration: none;
  font-size: 17px;
}



.active {
  background-color: #FFFFFF;
  color: #695033;
}


.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: visible;
}

.dropdown .dropbtn {
  font-size: 13px;    
  border: none;
  outline: none;
  color: #695033;
  padding: 8 0;
  background-color: inherit;
  font-family: inherit;
  width: 100%;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #FF8803;
  min-width: 100px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #695033;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}


.dropdown-content a:hover {
  background-color: #FF8803;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 388px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 388px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    position: fixed;
    left: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: absolute;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
} 

  
  /*-- navbar ends */
  

.action {
	border-style: solid;
    border-width: 1px;
    border-radius: 3px;
	color: #babec9;
    text-align: center;
    text-decoration: none;
    display: inline-block; 
	padding: 5px;
	margin: 5px;
}

.wa {
	border-style: none;
    border-width: 1px;
    border-radius: 8px;
    background-color: #25D366;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block; 
	padding: 5px 10px;
	margin: 5px;
}