body{
	background: #000!important;
}
footer{
	display: none;
}
#icons-navbar{
	display: none;
}
.body-content{
	padding: 0;
}
#home-menu{
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	z-index: 90;
}
.menu-box{
	margin: 30px 0px;
	padding: 0 20px;
	border-left: 10px solid rgba(255,255,255,0.6);
	overflow: hidden;
	font-weight: bold;
}
.menu-box:hover{
	border-left: 10px solid rgba(255,255,255,1);
}
.menu-item{
	font-size: 130px;
	line-height: 95px;
	float: left;
	transform: translateX(-100%);
	transition: all 0.6s ease-out;
	opacity: 0;
	color: #fff;
}
.menu-item-line{
	overflow: hidden;
}
.menu-box:hover .menu-item{
	transform: translateX(0%)!important;
	opacity: 1!important;
}
.s-img{
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}
#portfolio{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
.navbar-header svg{
	width: unset!important;
	/*display: none;*/
}
#cheee-logo-svg{
	fill: #fff!important;
}
.navbar-brand svg{
	transform: scale(1.5);
    transform-origin: left;
    position: fixed;
    left: 30px;
}
#logo-heart{
	position: relative;
	left: -17px;
}
#cheee-box{
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	width: 0;
	transition: all 0.6s ease-out;
}
#cheee-hover:hover #cheee-box{
	width: 156px;
}
#logo{
	position: fixed;
	top: 50px;
	left: 30px;
	z-index: 300;
}
.center{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media (max-width: 1366px){
	.menu-item{
		font-size: 80px;
		line-height: 60px;
	}
}
@media (max-width: 1024px){
	.menu-item{
		font-size: 60px;
		line-height: 50px;
		opacity: 1;
		transform: unset;
	}

	.menu-box{
		border-left: 10px solid rgba(255,255,255,1);
		margin: 30px 0;
	}
	#icons-navbar {
	     display: unset; 
	}
	.navbar-light .show-overlay .icon-bar{
		background: #fff!important;
	}
	#home-menu{
		display: none;
	}
	.navbar-brand svg{
		position: unset;
		transform: unset;
	}
}
@media (max-width: 550px){
	#portfolio{
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-item{
		font-size: 32px;
		line-height: 30px;
	}
	.menu-box{
		padding: 0 10px;
		border-left: 5px solid rgba(255,255,255,1);
		margin: 15px 0;
	}
	.navbar-brand svg{
		transform: scale(1);
	}
	.s-img{
		object-fit: contain;
	}
	.wrapper{
		background: unset!important;
	}
}
@media (max-height: 550px){
	#home-menu{
		bottom: 10px;
	}
	.menu-box{
		border-left: 5px solid rgba(255,255,255,1);
		margin: 15px 0;
	}
	.menu-item{
		font-size: 36px;
		line-height: 30px;
	}
	
}