.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{
	height: 118vh;
	border:2px solid white;
	margin-top: 25px;
	width: 98%;
	background: rgba(0,0,0,0.5);
	border-radius: 20px;
	padding: 15px 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);
}
.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);
	letter-spacing: 5px;
	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;
}
.title{
	border:2px solid white;
	height: 70vh;
	width: 50%;
	float: left;
	background: rgba(30,36,46,0.5);
}
.send{
	border:2px solid white;
	height: 70vh;
	width: 49.3%;
	float: right;
	background: rgba(4,42,70,0.8);
}
.body .h11{
	padding: 0;
	font-family: Eras Bold ITC;
	font-size: 35px;
	margin-top:8px;
	color: #00f700;
	background: rgba(0,0,0,0.6);
}
.body .h11:hover{
	background: black;
}
.sendcnt{
	border:2px solid white;
	width: 95%;
	height: 54vh;
	background: rgba(0,0,0,0.5);
	margin-left: 12px;
}
.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;
}
#web{
	font-family: Candara;
	font-size: 20px;
}
input[type=text], select{
	width: 100%;
	padding: 12px 0;
	display: inline-block;
	border:1px solid #ccc;
	box-sizing: border-box;
	background: rgba(0,0,0,0.5);
	color:white;
	font-size: 17px;
	border-radius: 4px;
}
input[type=text]:focus{
	background-color: rgba(0,0,0,0.9);
	color: #00f700;
}
input[type=reset]{
	width: 30%;
	height: 4vh;
	background-color: #4caf50;
	color: white;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}
input[type=submit]{
	width: 30%;
	height: 4vh;
	background-color: #4caf50;
	color: white;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}
.form{
	width: 80%;
}
.form label{
	color: white;
}
.mes{
	height: 20vh;
	width: 100%;
	padding: 12px 0;
	display: inline-block;
	border:1px solid #ccc;
	box-sizing: border-box;
	resize: none;
	font-size: 17px;
	background: rgba(0,0,0,0.5);
	color: white;
	border-radius: 4px;
}
.mes:focus{
	background-color: rgba(0,0,0,0.9);
	color: #00f700;
}
.info{
	border:2px solid white;
	width: 95%;
	height: 54vh;
	background: rgba(0,0,0,0.5);
	margin-left: 8px;
	overflow: hidden;
	padding: 0px 8px;
}
h3{
	line-height: .8;
	color:  #09569f;
	padding: 0px 6px;
	font-family:verdana;
	font-size: 97%;
}
.span{
	color:white;
	font-family: arial;
}
.info img{
	width: 99%;
	height: 100vh;
	padding: 0px 5px;
}
.info #pics{
	border:2px solid white;
	width: 100%;
	height: 55vh;
	overflow: hidden;
	margin-top: 10%;
}
#pics:hover{
	overflow: scroll;
}
.address{
	border:2px solid white;
	width: 90%;
	height: 40vh;
	background: rgba(0,0,0,0.5);
}
#top{
	margin-top: 50px;
}
.address img{
	width: 30px;
	height: 30px;
	border-radius: 8px;
}
@media screen and (max-width:1365px){
	footer{
		visibility: hidden;
	}
	.body{
		height: 135vh;
	}
	.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%;
	}
}
@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%;
	}
}
@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%;
	}
}
@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;
	}
}
@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;
	}
}
@media screen and (max-width:435px){
	.body{
		height:  210%;
	}
	.cnt{
		width: 93%;
		height: 36%;
	}
	.cnt button{
		padding: 0 100px;
	}
	.cnt .text{
		float: right;
	}
	.cnt .pic{
		width: 95%;
		float: left;
	}
}
