.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: 250px;
	width: 200px;
	border-radius: 50%;
	margin-top: 15px;
}
body{
	background-image: url('../img/cover2.jpg');
	width: 100%;
	background-size: 100% 100%;
	height: 100vh;
	overflow: auto;
}
.ako{
	margin-left: 20%;
}
.body{
	border:2px solid white;
	margin-top: 25px;
	width: 35%;
	background: rgba(0,0,0,0.7);
	border-radius: 20px;
	padding: 10px 10px;
	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: #00f700;
	background: rgba(0,0,0,0.6);
}
.cnt .h2{
	color: white;
	font-size: 20px;
}
.cnt button{
	color: white;
	background: radial-gradient(#5f4b73,#244063,black);	
	border-color:  white rgba(0,0,0,0.9) ;
	border-style: solid;
	width: 80%;
	cursor: pointer;
}
#web{
	font-family: Candara;
	font-size: 20px;
}
.cnt a{
	text-decoration: none;
}
.cnt .icon{
	width: 35px;
	height: 35px;
	border-radius: 8px;
	margin: 10px;
}
.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;}
}
@media screen and (max-width:1050px) {
	.menu{
		visibility: hidden;
	}
	.body{
		width: 60%;
	}
	.cnt button{
		width: 80%;
	}
	.name{
		width: 80%;
	}
	.cnt .h2{
		font-size: 20px;
	}
}
@media screen and (max-width:768px) {
	.body{
		width: 80%;
	}
	.cnt button{
		width: 80%;
	}
	.name{
		width: 80%;
	}
	.cnt .h2{
		font-size: 17px;
	}
}
