/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


.nav_wrapper {
    /*        position: absolute;*/
    display: block;
    float: left;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 20%;
    /*    margin-left: 4vw;*/
/*	outline: 1px solid black;*/
}

.nav_wrapper li {
    margin: 0 auto;
    line-height: 2em;
    list-style: none;
    font-weight: 200;
    cursor: pointer;

}

.nav_wrapper li a {
    font-weight: 200;
    text-decoration: none;
/*     color: #7F7F7F;*/
}

.nav_wrapper li a:hover {
/*	font-weight: bold;*/
    color: black;
}

.nav_wrapper li.current-menu-item a,
.nav_wrapper li.current-menu-item a:hover,
.nav_wrapper li.current-menu-item a:active {

/*font-weight: bold;*/
	color: black;

}
