html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
.fullscreen-menu {
    height: 100vh;
    box-sizing: border-box;
    margin-top:-100px;
}

.slider__wrapper-arrows_right {
    right: var(--gutter-horizontal);
}

.slider__wrapper-arrows {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 155px;
    z-index: 100;
}

.blackbg {
    background-color: #000;
    padding: 0px;
}

.fullscreen-menu-items {
    margin: auto;
}
  


.fullscreen-menu-logo {
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 88px;
    margin-top:88px;
}

.center-menu-item {
    margin: 0px 2em 0 4em;
    letter-spacing: 1.4pt;
    padding: 2px 2px 2px 8px !important;
    border-bottom: 1px transparent solid;
/*    transition: 1s ease; */
    background: transparent;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-right: 1px transparent solid;
}

.center-menu-item a {
    color: #000000;
    font-size: 16px;
    font-family: Avenir;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
    vertical-align: baseline;
    /**    text-shadow: 2px 2px 2px rgba(212, 212, 212, 0.5); **/
}

.center-menu-item:hover {
    border-right: 1px #d4d4d4 solid;
    border-bottom: 1px #d4d4d4 solid;
    text-shadow: 2px 2px 2px rgba(212, 212, 212, 0.91);
}

.center-menu-item:active {
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(30, 13, 8, 0.21);
}

.fullscreen-menu {
    color: white;
}

.mobile-menu-item {
    color: #000000;
    font-size: 16px;
    font-family: Avenir;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
    vertical-align: baseline;
    /**    text-shadow: 2px 2px 2px rgba(212, 212, 212, 0.5); **/
}