 h2{
font-size: 5rem;	
}
.letter-spaced{
	letter-spacing: 10px;
	font-size: 2rem;
}
#skills img{
	width:auto;
	height: 115px;
}
#portfolio{
	width: 100vw;
	background-image: url("../img/bg-works.png");
	background-position: center;
	background-size: cover;
}
#contacts a{
	font-weight: bold
}
#full-menu{
	width: 100vw;
	height: 100vh;
	background-color: #1a1a1a;
	position: fixed;
	z-index: 900;
	opacity: 0;
	transition: all 0.6s ease-in;
}
.active-menu{
	opacity: .9!important;
}
#full-menu nav ul{
	position: absolute;
	bottom: 50px;
	left: 50px
}
#full-menu nav ul li {
	font-size: 3rem;
	transition: transform .2s ease-in;
	transform-origin: left;
}
#full-menu nav ul li:hover {
	transform: scale(1.2)
}
@media (max-width:960px){
	.hamburger-inner,.hamburger-inner:before , .hamburger-inner:after{
		width:25px;
		height: 2px;
	}
  .hamburger-inner::before {
    top: -5px; }
  .hamburger-inner::after {
    bottom: -5px; }
}