.side{
	width: 100%;
	height: 6.5vh;
	background-color: black;
	color: white;
	padding: 0 5px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.closebtn {
	font-family: arial;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.cnt img{
	height: 45vh;
	width: 400px;
}
body{
	background-image: url('../img/cover2.jpg');
	width: 100%;
	background-size: cover;
	height: 100vh;
	overflow: auto;
}
.ako{
	margin-left: 20%;
}
.body{
	float: right;
	margin-right: 20px;
	border:2px solid #00f700;;
	margin-top: 25px;
	width: 31.62%;
	height: 86%;
	background: rgba(0,0,0,0.7);
	padding: 14px 0px;
	box-shadow:0px 15px 20px 0px rgba(0,0,0,0.2),0px 25px 30px 0px rgba(0,0,0,0.19);
}
.menu .active{
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	text-decoration: underline solid #00f700;
}
.menu a{
	color: white;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 12px;
	background: rgba(0,0,0,0.1);
	font-family: verdana;
	
}
.menu{
	background: rgba(0,0,0);
	margin:0;
	padding: 10px 5px;
	text-align: right;
	margin-right: 20px;
	position: absolute;
	width: 100%;
}
.menu a:hover{
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	transition:1s;
	box-shadow: 0 0 10px rgba(32,183,255,1),0 0 20px rgba(32,183,255,1),0 0 100px rgba(32,183,255,0.8);
}
.cnt .h1{
	padding: 0;
	font-family: Eras Bold ITC;
	font-size: 30px;
	margin-top:0px;
	color: white;
	background: rgba(0,0,0,0.6);
	line-height: 1;
}
.cnt .h2{
	margin-top: 0px;
	color: white;
	font-size: 20px;
}
.cnt button{
	width: 65%;
	color: white;
	background: radial-gradient(#5f4b73,#244063,black);	
	border-color:  white rgba(0,0,0,0.9) ;
	border-style: solid;
	padding: 0px 20px;
	cursor: pointer;
	transition:0.5s;
}
.cnt button:hover{
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	letter-spacing: 5px;
	transition:.5s;
	box-shadow: 0 0 10px rgba(32,183,255,1),0 0 20px rgba(32,183,255,1),0 0 100px rgba(32,183,255,0.8);
}
#web{
	font-family: Candara;
	font-size: 20px;
}
.cnt a{
	text-decoration: none;
}
.name{
	color: #09568d;
	font-family: Blackoak Std;
	animation-name: exam;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
@keyframes exam{
	50%{color:#00f700;text-shadow:0 0 10px rgba(0,247,0,.8),0 0 20px rgba(0,247,0,.7); }
}
.body1{
	overflow: hidden;
	float: left;
	background: rgba(30,36,46,0.8);
	width: 32%;
	height:90%;
	margin-top: 25px;
	color: white;
	border:2px solid white;
	padding: 0 10px;
}
.body2{
	float: left;
	background: rgba(4,42,70,0.9);
	width: 31.6%;
	height:90%;
	margin-top: 25px;
	color: white;
	border:2px solid white;
	padding: 0 6px;
}
.inner1:hover {
	animation-name: ex;
	animation-duration: 25s;
	animation-direction: alternate;
	background-size: 100% 47%;
	background-color: rgba(0,0,0,0.94);
	animation-iteration-count: infinite;
	transition: 2s;
	cursor: pointer;
	border:3px solid white;
}
@keyframes ex{
	0%{background-image: url('../img/webhome0.png');}
	14.29%{background-image: url('../img/webhome0.png');}
	28.58%{background-image: url('../img/webabout.png');}
	42.87%{background-image: url('../img/webgallery.png');}
	57.16%{background-image: url('../img/webcontact.png');}		
	71.45%{background-image: url('../img/webportfolio1.png');}
	85.74%{background-image: url('../img/webprofile.png');}
	100%{background-image: url('../img/webphotos.png');}
}
.iv:hover{
	animation-iteration-count: infinite;
	animation-duration: 120s;
	background-size: 100% 100%;
	animation-name: ex2;
	cursor: pointer;
}
@keyframes ex2{
	1%{background-image: url('../img/webdesign - Copy - Copy.png');}	
	100%{background-image: url('../img/webdesign - Copy - Copy.png');}
}
.p:hover{
	opacity: 0;
	transition: 1s;
	cursor: pointer;
}
.p{
	transition: 5s;
	margin-top: 130px;
	padding: 0px 5px;
	font-size: 20px;
	padding: 30px 0px;
}
h3{
	line-height: .8;
	color:  #09569f;
	padding: 0px 6px;
	font-family:verdana;
	font-size: 97%;
}
.span{
	color:white;
	font-family: arial;
}
h2{
	line-height: .5;
}
h4{
	line-height: 0;
}
.myname{
	color: #00f700;
	background: rgba(0,0,0,0.7);
	margin: 0;
	padding: 5px 0px;
}
.inner{
	border:2px solid white;
	padding: 3px 10px;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
	height: 79%;
	font-size: 100%;
}
.inner1{
	transition: 2s;
	border:2px solid white;
	padding: 80px 10px;
	background-color: rgba(0,0,0,0.6);
	background-image: url('../img/hover.png');
	width: 90%;
	height: 43vh;
	font-size: 100%;
	font-family: arial;
	background-size: contain;
	background-repeat: no-repeat;
}
.inner:hover{
	overflow: scroll;
}
.all{
	width: 100%;
	height: 110%;
}
.dev{
	color:  black;
	padding: 0px 6px;
	font-family:verdana;
}
.inner a{
	color: white;
}
footer{
	margin-top:0px;
	color: white;
	background: radial-gradient(#5f4b73,#244063,black);	
	border-color:  white rgba(0,0,0,0.9) ;
	border-style: solid;
	padding: 0px 100px;
}
.body2 img{
	width: 30px;
	height: 30px;
	border-radius: 8px;
	margin: 10px;
}
.cnt .pic{
	height: 45vh;
	border:2px solid white;
	width: 95%;
	margin-left: 10px;
	background-image: url('../img/me1.jpeg');
	background-size: 100% 100%;
}
.pic img:hover{
	opacity: 0;
	transition: 2s;
}
.skills{
	margin-top: 150px;
	margin-bottom: 80px;
	border:2px solid white;
	padding: 3px 10px;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	height: 88.5%;
	font-size: 100%;
}
.skills a{
	text-decoration: none;
	color: white;
}
.martop{
	margin-top: 32px;
}
.likud{
	width: 95%;
	height: 3vh;
	background:rgba(0,0,0,0.7);
	border-radius: 20px;
	box-shadow:  0 0 0 5px #000;
}
.harap,.harap1,.harap2,.harap3,.harap4,.harap5{
	width: 10%;
	height: 2.99vh;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	transition: 2s;
}
.skills:hover .harap{
	width: 95%;
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	box-shadow:0 0 30px rgba(109,209,255,.7);
	transition: .5s;
}
.skills:hover .harap1{
	width: 90%;
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	box-shadow:0 0 30px rgba(109,209,255,.7);
	transition: .5s;
}
.skills:hover .harap2{
	width: 35%;
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	box-shadow:0 0 30px rgba(109,209,255,.7);
	transition: .5s;
}
.skills:hover .harap3{
	width: 11%;
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	box-shadow:0 0 30px rgba(109,209,255,.7);
	transition: .5s;
}
.skills:hover .harap4{
	width: 11%;
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	box-shadow:0 0 30px rgba(109,209,255,.7);
	transition: .5s;
}
.skills:hover .harap5{
	width: 11%;
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	box-shadow:0 0 30px rgba(109,209,255,.7);
	transition: .5s;
}
@media screen and (max-width:1350px){
	footer{
		visibility: hidden;
	}
	.body{
		width: 100%;
		margin-right: 25px;
	}
	.body1{
		width: 48%;
		height: 100vh;
	}
	.body2{
		width: 48%;
		height: 100vh;
	}
	.iv{
		height: 22vh;
	}
	.cnt .pic{
		width: 40%;
	}
	.cnt img{
		width: 100%;
	}
}
@media screen and (max-width:1050px) {
	ul{
		visibility: visible;
		width: 100%;
	}
	footer{
		visibility: hidden;
	}
	.menu{
		visibility: hidden;
	}
	.body{
		width: 95%;
		margin-right: 25px;
	}
	.body1{
		width: 95%;
	}
	.body2{
		width: 95%;
		height: 110vh;
	}
	.cnt button{
		width: 80%;
	}
	.cnt img{
		width: 100%;
	}
	
}
@media screen and (max-width:768px) {
	ul{
		visibility: visible;
	}
	footer{
		visibility: hidden;
	}

	.menu{
		visibility: hidden;
	}
	.body1{
		width: 90%;
	}
	.body2{
		width: 90%;
		height: 113vh;
	}
	.inner1{
		height: 95%;
	}
	.body{
		width: 92%;
		height: 90%;
		float: left;
	}
	.cnt button{
		width: 80%;
	}
	.cnt img{
		width: 100%;
	}
	.cnt .pic{
		width: 90%;
	}
	.iv{
		height: 25vh;
	}
}
