    a {
        text-decoration: none
    }
    a:link {
        color: #005E97;
    }
    a:visited {
        color: #005E97;
    }
    a:hover {
        color: #E3C541;
    }
    a:active {
        color: #313D55;
    }
    #footerreset {
        background: #fff;
        font-family: 'Maven Pro', sans-serif;
        font-size: 15px;
        z-index: 1;
        padding-bottom: 10px;
        color: #fff;
        text-align: center;
        
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
    }
    #menu {
        background: #fff;
        font-family: 'Maven Pro', sans-serif;
        font-size: 15px;
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 20px;
        width: 175px;
        display: inline-block;
        color: #fff;
        box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.2)
    }
    #header {
        background: #fff;
    }
    .legend {
        padding: 10px;
        background: #fff;
        color: #313D55;
    }

@media screen and (max-width : 906px){
 .mobilehide{
  visibility:hidden;
  }
}