.topset
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 100px;
    background: white;
    box-shadow: 0 4px 20px -2px gray;
    /*background: #339961;
    background: linear-gradient(to bottom, #66cc94 0%,#267349 100%);
    border-bottom: 1px solid #1e346a;*/
}

.topnav
{
    margin: 0 auto;
    padding: 0 10px;
    background: #ffc61a;
}

.topnav-list
{
    height: 50px;
    margin-left:-10px;
}

.topnav-itm
{
    padding: 3px 5px;
    /*padding: 5px 10px;*/
    color: #333;
    margin: 5px 0 0 10px;
    display: inline-block;
    font-family: "Calibri", times, serif;
    font-size: 1.8em;   /* adjust icon size */
    border:1px solid white;
    width:40px;
    height:40px;
    border-radius:50%;
    vertical-align:middle;
    background:white;
    text-align:center;
    box-shadow: 1px 2px 20px -2px gray;
}

.topnav-itm:hover {
    color: green;  /* WhatsApp green look */
}

.header 
{
    margin: 0 auto;
    padding: 0 10px;
}

.header h1
{
    margin-top: 10px;
    font-size: 1.2em;
    font-family: "Lucida Handwriting", times, serif;
    color: #339961;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 4px;
}

@keyframes spinning 
{
    from { transform: rotateY(0deg) }
    to { transform: rotateY(180deg) }
}

.header img
{
  float: left;
  top: 1px;
  width: 40px;
  height: 40px;
  
  /*animation-name: spinning;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  /* linear | ease | ease-in | ease-out | ease-in-out */
  /*animation-timing-function: linear;*/
}

.topbar-button 
{
    border: 1px solid #f5f5f5;
    color: #f5f5f5;
    padding: 3px 5px;
    float: right;
    margin: 10px 0 0 10px;
    border-radius: 3px;
    display: inline-block;
    background: #339961;
    
}
.topbar-button:hover 
{
    background: #f05c79;
    border: 1px solid #f05c79;
    color: #3C5C9E;
}