@media screen and (min-width: 1080px) {
	
    
    .menu {
        height: 75px;
        width: 100%;
    }
    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
    
        
}