.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: 260px;
	width: 260px;
}
body{
	background-image: url('../img/cover2.jpg');
	width: 100%;
	background-size: cover;
	height: 100vh;
}
.cnt .pic{
	float: left;
	border:2px solid white;
	width: 20%;
	margin-left: 10px;
	background-image: url('../img/me1.jpeg');
	background-size: 100% 100%;
}
.pic img:hover{
	opacity: 0;
	transition: 2s;
}
.body{
	overflow: hidden;
	height: 118vh;
	border:2px solid white;
	margin-top: 25px;
	width: 98%;
	background: rgba(0,0,0,0.5);
	border-radius: 20px;
	padding: 15px 5px;
}
.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;
}
.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);
}
.clr 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);
}
.body #h1{
	padding: 0;
	font-family: Eras Bold ITC;
	font-size: 30px;
	margin-top:0px;
	color: white;
	background: rgba(0,0,0,0.6);
	width: 98%;
}
.cnt #h2{
	margin-top: 0px;
	color: white;
	font-size: 20px;
	width: 98%;
}
#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); }
}
a{
	text-decoration: none;
}
.cnt button{
	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 200px;
	cursor: pointer;
	transition:1s;
}
.cnt button: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{
	background-color: rgba(0,0,0,0.5);
	border:2px solid white;
	height: 43vh;
	padding: 5px 5px;
}
.all{
	width: 100%;
	height: 125%;
}
footer{
	margin-top:0px;
	color: white;
	background: radial-gradient(#5f4b73,#244063,black);	
	border-color:  white rgba(0,0,0,0.9) ;
	border-style: solid;
}
h3{
	line-height: .8;
	color:  #09569f;
	padding: 0px 6px;
	font-family:verdana;
	font-size: 97%;
}
h2{
	padding: 0;
	font-family: Eras Bold ITC;
	font-size: 35px;
	margin-top:8px;
	color: #00f700;
	background: rgba(0,0,0,0.6);
}
.port{
	margin-top: 5px;
	border:2px solid white;
	width: 100%;
	height: 72vh;
	background-color: rgba(0,0,0,0.4);
	overflow: hidden;
}
.port:hover{
	overflow: scroll;
}
#elements a{
	text-decoration: none;
}
.pic1{
	border:2px solid white;
	margin-top: 50px;
	width: 1300px;
	height: 400px;
	float: left;
	margin-left: 10px;
}
.pic1 button{
	border:none;
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	background: radial-gradient(#5f4b73,#244063,black);
	box-shadow:0px 15px 20px 0px rgba(0,0,0,1);
	cursor: pointer;
}
.pic1 button a{
	text-decoration: none;
	color: white;
}
.clr button{
	background-color: black;
	width: 100%;
}
.clr button a{
	margin: 2%;
	color: white;
	font-size:20px;
}
.pic1 img {
	float: left;
	margin-left: 30px;
	margin-bottom: 18px;
	width: 500px;
	height:300px;
	transition: 2.8s;
	box-shadow: 0px 15px 20px 0px black;
	cursor: pointer;
}
.p{	
	overflow: auto;
	cursor: pointer;
	font-family: tahoma;
	color: white;
	text-align: center;
	font-size: 23px;
	margin-left: 50px;
	background: rgba(0,0,0,0.5);
}
#web{
	font-family: Candara;
	font-size: 20px;
}
@media screen and (max-width:1365px){
	footer{
		visibility: hidden;
	}
	.body{
		height: 125vh;
	}
	.pic{
		width: 20%;
		height: 45vh;
	}
	.cnt{
		height: 48vh;
	}
	.pic img{
		width: 100%;
		height: 45vh;
	}
	.title{
		height: 80vh;
	}
	.send{
		height: 80vh;
	}
	.sendcnt{
		height: 75%;
	}
	.info{
		height: 75%;
	}
	.address{
		height: 80%;
	}
	.clr button a{
		font-size: 15px;
		display: inline-block;
	}
	.pic1 p{
		font-size: 17px;
	}
}
@media screen and (max-width:1250px){
	.body{
		width: 98%;
	}
	.title{
		height: 80vh;
		width: 49%;
	}
	.send{
		height: 80vh;
		width: 49%;
	}
	.sendcnt{
		height: 75%;
	}
	.info{
		height: 75%;
	}
	.address{
		height: 80%;
	}
	.pic1 p{
		font-size: 15px;
	}
}
@media screen and (max-width:1050px) {
	ul{
		visibility: visible;
		width: 100%;
	}
	footer{
		visibility: hidden;
	}
	.menu{
		visibility: hidden;
	}
	.title .h11{
		font-size: 25px;
	}
	.info{
		width: 90%;
	}
	.port{
		height: 100%;
		width: 95%;
		position: relative;
	}
	.pic1{
		width: 98%;
	}
	.pic1 img{
		margin-left: 10px;
		float: left;
		width: 95%;
		height: 35vh;
	}
	.pic1 p{
		width: 93%;
		background-color: rgba(0,0,0,0.8);
		margin-left: 10px;
		font-size: 20px;
		position: absolute;
		float: left;
	}
	button a {
		display: inline-block;
	}
}
}
@media screen and (max-width:768px) {
	ul{
		visibility: visible;
	}
	footer{
		visibility: hidden;
	}
	.menu{
		visibility: hidden;
	}
	.pic{
		width: 20%;
		height: 33vh;
	}
	.address{
		width: 98%;
	}
	.pic img{
		width: 100%;
		height: 33vh;
	}
	.title .h11{
		font-size: 20px;
	}
	.clr button a{
		font-size: 15px;
		display: inline-block;
	}
	.pic1 p{
		font-size: 12px;
	}
}
@media screen and (max-width:700px){
	.body{
		height: 200%;
	}
	.cnt{
		width: 97%;
		height: 25%;
	}
	.title{
		width: 97%;
	}
	.send{
		width: 97%;
		float: left;
	}
	.title .h11{
		font-size: 20px;
	}
	.cnt button{
		padding: 0 100px;
	}
	button a {
		display: inline-block;
	}
	.port{
		height: 80%;
	}
}
@media screen and (max-width:435px){
	.body{
		height:  150%;
	}
	.cnt{
		width: 93%;
		height: 38%;
	}
	.cnt #h2,.cnt button{
		visibility: hidden;
	}
	.cnt button{
		padding: 0 100px;
	}
	.cnt .text{
		float: right;
	}
	.cnt .pic{
		width: 95%;
		float: left;
	}
	.port{
		height: 55%;
		width: 95%;
		position: relative;
	}
	.pic1{
		width: 98%;
		height: 60vh;
	}
	.pic1 img{
		margin-left: 10px;
		float: left;
		width: 95%;
		height: 35vh;
	}
	.pic1 p{
		background-color: rgba(0,0,0,0.8);
		margin-left: 10px;
		font-size: 12px;
		position: absolute;
		float: left;
	}
	button a {
		display: inline-block;
	}
	.pic1 h2{
		font-size: 20px;
	}
}









