.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: rgba(217, 191, 191, 1);
    
    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.1em;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilemenu li a:link {color: rgba(210, 215, 220, 0.95)}
.mobilemenu li a:visited {color: rgba(210, 215, 220, 0.95)}
.mobilemenu li a:hover {color: rgba(247, 248, 250, 0.95)}
.mobilemenu li a:active {color: rgba(210, 215, 220, 0.95)}
.mobilemenu li:first-child {margin-top: 60px;}
.mobilenenu li .hamlabel {
    list-style-type: none;
    text-align: center;
    line-height: normal;
    padding: 3px;
    color: rgba(70, 130, 202, 0.95);
}
/*transforms fancy*/
#popup {
  transform: scale(0.4);
}
.popup_visible #popup {
  transform: scale(1);
}
