.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;}
}
.ako{
	margin-left: 20%;
}
.menu{
	background: rgba(0,0,0);
	margin:0;
	padding: 10px 5px;
	text-align: right;
	margin-right: 20px;
	position: absolute;
	width: 100%;
}
.cnt img{
	height: 250px;
	width: 400px;
	margin-top: 15px;
}
body{
	background-image: url('../img/cover2.jpg');
	width: 100%;
	background-size: cover;
	height: 100vh;
	overflow: auto;
}
.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 5px;
	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 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%;
	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 20px;
	cursor: pointer;
	transition:0.5s;
}
.cnt button:hover{
	background: linear-gradient(0deg,#6dd1ff,#20b7ff);
	letter-spacing: 5px;
	transition:0.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;
}
.pics:hover{
	border:2px solid white;
	animation-name: example1;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	cursor: pointer;
	transition: 2s;
	background-size: 100% 100%;
}
.pics{
	transition: 2s;
	display: flex;
	background-size: 100% 100%;
	width: 100%;
	height: 60vh;
}
.pics img{
	transition: 3s;
	width: 100%;
	height: 100%;
	margin: 0px;
}
.pics img:hover{
	opacity: 0;
	transition: 3s;
}
@keyframes example1{
	8%{background-image: url('../img/nat4.jpg');}
	12%{background-image: url('../img/nat5.jpg');}	
	18%{background-image: url('../img/nat6.jpg');}
	24%{background-image: url('../img/f5.jpg');}
	30%{background-image: url('../img/f6.jpg');}
	36%{background-image: url('../img/f2.jpg');}	
	42%{background-image: url('../img/cover6.jpg');}
	48%{background-image: url('../img/f7.jpg');}
	54%{background-image: url('../img/me.jpeg');}	
	60%{background-image: url('../img/nat1.jpg');}
	66%{background-image: url('../img/nat2.jpg');}
	72%{background-image: url('../img/cover2.jpg');}
	78%{background-image: url('../img/nat7.jpg');}	
	84%{background-image: url('../img/nat8.jpg');}
	100%{background-image: url('../img/nat10.jpg');}
}
.name{
	color: #09568d;
	font-family: Blackoak Std;
	animation-name: exam;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes exam{
	10%{color:#421814 ;}
	20%{color:#901e1d ;}
	30%{color:#ce3500 ;}
	40%{color:#f0c282 ;}
	50%{color:#f8a300 ;}
	60%{color:#ffbb00 ;}
	70%{color:#686b69 ;}
	80%{color:#457725 ;}
	90%{color:#172035 ;}
	100%{color:#09568d ;}
}
.body1{
	float: left;
	background: rgba(4,42,70,0.9);
	width: 64%;
	height:104vh;
	margin-top: 25px;
	animation-name: example;
	animation-duration: 4s;
	color: white;
	border:2px solid white;
	padding: 10px 10px;
	overflow: hidden;
}
.body1 .img{
	height: 250px;
	width: 32.5%;
	border:2px solid white;
	margin: 0;
	transition: 0.4s;
}
.body1 .img:hover{
	border:2px outset gray;
	transform: scale3d(1.2,1.2,1.2);
	transition: 0.4s;
	cursor: pointer;
	box-shadow: 0px 54px 64px 0px rgb(0,0,0);
}
@keyframes example{
	100%{background-color: #1e242e;}
	90%{background-color: #242b38;}
	75%{background-color: #2a3341;}
	60%{background-color: #303a4a;}
	45%{background-color: #364153;}
	30%{background-color: #3c485c;}
	15%{background-color: #596a88;}
	0%{background-color: #7d8eaa;}
}
.inner{
	width: 100%;
	height: 90vh;
	margin-top: 20px;
	border:2px solid white;
	overflow: hidden;
}
.inner:hover{
	overflow: scroll;
}
.inner2{
	margin-top: 50px;
	width: 95%;
	height: 100vh;
	overflow: hidden;
	padding: 25px 20px;
	border:2px solid white;
}
.inner2 img{
	width: 100%;
	height: 88vh;
}
.inner2 .a{
	text-decoration: none;
	color: white;
	font-size: 50px;
	margin:12%;
	padding: 0px 80px;
	opacity: 0;
}
.inner2 #a:hover{
	opacity: 1;
	transition: 1s;
	background-color: rgba(0,0,0,0.7);
}
.inner2 #b:hover{
	opacity: 1;
	transition: 1.5s;
	background-color: rgba(0,0,0,0.4);
}
.all{
	padding: 10px 0px;
	height: 120vh;
}
.myname{
	color: #00f700;
	background: rgba(0,0,0,0.7);
	margin: 0;
	padding: 5px 0px;
}
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;
}
@media screen and (max-width:1350px){
	.body{
		width: 47%;
	}.body1{
		width: 47%;
	}
	.body1 .img{
		width: 48%;
	}
	.inner2 .a{
	margin:5%;
	}
}
@media screen and (max-width:1050px) {
	footer{
		visibility: hidden;
	}
	ul{
		visibility: visible;
		width: 100%;
	}
	.menu{
		visibility: hidden;
	}
	.body{
		width: 95%;
	}.body1{
		width: 95%;
	}
	.cnt .pics{
		width: 60%;
	}
}
@media screen and (max-width:768px){
	footer{
		visibility: hidden;
	}
	ul{
		visibility: visible;
		width: 100%;
	}
	.menu{
		visibility: hidden;
	}
	.body{
		width: 95%;
	}
	.body1{
		width: 95%;
	}
	.body1 .img{
		width: 49%;
	}
	.inner2 .a{
	margin:10%;
	}
}
@media screen and (max-width:700px){
	footer{
		visibility: hidden;
	}
	ul{
		visibility: visible;
		width: 100%;
	}
	.menu{
		visibility: hidden;
	}
	.body{
		width: 90%;
		height: 95%;
	}
	.body1{
		width: 90%;
	}
	.body1 .img{
		width: 47%;
	}
	.inner2 .a{
	margin:0%;
	padding: 0 50px;
	}
	.cnt .pics{
		width: 95%;
	}
}