body{
  margin: 0;
  width:100%;
  height: 100%;
  background-image:url(bg/backnew.jpg);
}


.blackt{
  position: relative;
  top: -20px;
  height: 500px;
  background-color: black;
  opacity: 80%;
}


.carver img {
  position: relative;
  top: -18px;
  opacity: 100%;
  transition: 1s;
}

.carver img:hover{
  opacity: 50%;
  transition: .7s;
}



.carver {
  position: relative;
  top: -370px;
  display: flex;
  justify-content: flex-end;
  padding-right: 200px;
}


.nav {
  position: relative;
  top: -550px;
  padding-left: 160px;
	width: 3000px;
  height: 200px;
  display: flex;
  justify-content: space-around;
}

.nav a {
	text-decoration: none;
	color: white;
	outline: none;
	padding-top: 30px;
	font-family: 'Fredoka One', cursive;
	text-transform: uppercase;
	letter-spacing: .4px;
	font-size: 90px;
  opacity: 100%;
}

.nav a:hover {
  opacity: 50%;
	transition: .7s;
}
