body{
	background-color::#8b9dc3;
	height: 3500px;
}
.menu1{
	width: 40px;
	height: 30px;
}
#stay{
	width: 100%;
	position: fixed;
}
*{
	margin: 0;
	padding: 0;
}
.side{
	height: 6.5vh;
	background-color: #3b5998;
	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;}
}
.backimg{
	width: 100%;
	height: 100vh;
	background-image: url('../img/cover5.jpg');
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.profile{
	margin-top: 200px;
	box-shadow: 0px 36px 62px 0px rgba(0,0,0,9);
	width: 350px;
	background-color: rgba(0,0,0,0.4);
	padding: 10px 0;
	border-radius: 20px;
	text-align: center;
}
.profile img{
	height: 250px;
	width: 250px;
	border-radius: 70%;
}
h2{
	margin-top: 20px;
}
h3{
	margin-top: 10px;
}
p{
	margin-top: 10px;
}
#down{
	margin-top: 50px;
}
.info{
	float: left;
}
.name{
	font-family: Corbel;
}
.add{
	margin-top: 20px;
	color: #3b5998;
}
.add1{
	font-size: 30px;
	
	color: #3b5998;
}
.add2{
	font-size: 30px;
	color: rgb(46,83,238);
	border: 3px solid rgb(46,83,238);
}
.imag{
	width: 1000px;
	height:60px;
}
.wrk img{
	float: left;
	width: 60px;
	height: 60px;
}
.lebel{
	font-size: 20px;
}
.lebel5{
	float: right;
	font-size: 20px;
	color: rgb(46,83,238);
	margin-right: 15px;
}
.dwn{
	margin-top: 50px;
}
.dwn a{
	text-decoration: none;
	color: black;
	font-size: 30px;
	padding: 20px 165px;
}
.hr{
	margin-top: 30px;
	border:10px solid gray;
}
.photo{
	margin-top: 20px;
	float: left;
}
.photo img{
	width: 430px;
	height: 350px;
	border: 2px groove gray;
	margin: 0;
}
.photo img:hover{
	transform: scale3d(1.2,1.2,2);
	transition: 0.5s;
	box-shadow: 0px 36px 62px 0px rgba(0,0,0);
}
.photo1{
	margin-top: 20px;
	float: left;
	margin:3px; 
	background: rgb(220,220,220);
}
.photo1 img{
	width: 400px;
	height: 350px;
	
}
.photo2{
	margin-top: 4px;
	float: left;
	margin-left: 60px;
	background: rgb(220,220,220);
}
.photo2 img{
	width: 400px;
	height: 350px;
}
.photo11{
	margin-top: 20px;
	float: left;
	margin: 3px;
	background: rgb(220,220,220);
}
.photo11 img{
	width: 400px;
	height: 350px;
	
}
.top a img{
	width: 100%;
	height: 30px;
	padding: 5px 0px;
	
}
.top{
	border: 2px solid gray;
	background: white;
}