.menu {
	display: flex;
/*    background: pink;*/
    align-items: center !important;
    justify-content: space-around;
    width: 70%;
    height: 100%;
}

.fg-main {
	display: flex;
    justify-content: center;
}

.home {
	background-size: 60px !important;
}

.icon-img {
	width: 30px;
}

#vree_img {
    left: 0;
}

#visitors-counter {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #3fff00;
    font-weight: bold;
    font-size: 1rem;
    z-index: -7;
}

#visitors-counter-number {
/*    background: #3fff00;*/
    width: 20px;
    border-radius: 50%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #3fff00;
    font-weight: bold;
    font-size: 1rem;
}

.menu i {
    font-size: 1.7rem !important;
}
@media only screen and (max-width: 1325px) {
	/*#fb_like{
		margin-top: 74vh !important;
	}*/
	#contributions {
		/*width: 100vw !important;
		max-width: 100vw !important;
		left: 0 !important;
		top: 150px;
    	margin-top: 0px !important;*/
    	/*display: none;*/
    	width: 100vw !important;
    	margin-top: 73vh !important;
	}

	#fb_like {
		display: none;
	}
	.home {
	    /*visibility: hidden;*/
	}
	#linkedin {
		right: 0px !important;
	}
	.fg-main {
		margin-top: -10vh;
	}
}

@media only screen and (min-width: 951px) {
	.icon-img {
		display: none;
	}
}