.icon {
    z-index: 999;
/*     position: fixed; */
/*    background: rgba(0, 0, 0, 0.21);*/
/*     display: block; */
/*
    padding: 9px;
    height: 32px;
    width:32px;
    margin: 0px 20px 0px 0px;
    top: 0;
    right: 0;
*/
}
.mobilenav {
    /*    top: 47px !important;*/
    font-family: inherit;
    top: 0;
    left:0;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100%;
    background: #827e79;
    
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.mobilemenu li {
    list-style-type: none;
    text-align: center;
    line-height: normal;
    padding: 3px;
}
.mobilemenu li a {
    font-size: 1.5em;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilemenu li a:link {color: rgba(59, 140, 221, 0.95)}
.mobilemenu li a:visited {color: rgba(59, 140, 221, 0.95)}
.mobilemenu li a:hover {color: rgba(59, 140, 221, 0.95)}
.mobilemenu li a:active {color: rgba(59, 140, 221, 0.95)}
.mobilemenu li:first-child {margin-top: 40px;}
.mobilenenu li .hamlabel {
    list-style-type: none;
    text-align: center;
    line-height: normal;
    padding-top: 3px;
    color: rgba(255, 255, 255, 0.95);
}
/*transforms fancy*/
#popup {
  transform: scale(0.2);
}
.popup_visible #popup {
  transform: scale(1);
}
