#fullscreen-menu {
height: 100%;
}

body .container a {
/*	background-image: linear-gradient( to bottom, rgba(71, 185, 255, 0.35) 100%, rgba(255,255,255,1) 1% );
    background-size: 100% 44%;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #333;
    -webkit-transition: background-size .4s ease;
    transition: background-size .4s ease;
    background-position-y: 100%;
*/
}
body .container a:focus, body .container a:hover {
/*	background-size:100% 100%;
	cursor:pointer;
	color:#333;
*/
}
#fullscreen-menu .menu-inner nav ul li a, .follow-links ul li a svg, nav.standard ul li a {
    text-transform: none !important;
}
