html {
	background-color:white;
}


body {}

.navbar{
	text-align: center;
	position: fixed;
	display: block;
	top: 0px;
	margin: auto;
	border-redius:5px;
	width: 100%;
	height: auto;
	background-color: transparent;
}

.navbar ul li {

display:inline;
font-family:sans-serif;
font-size:22px;

}
.navbar ul li img {

height:50px;
width:50px;
border-radius:25%;
padding:5px;
background:white;
box-shadow:0px 0px 5px 5px black ;
}

.navbar ul{
	margin:0;
	padding:0;

}

.navbar li {
	margin:0;
	padding:0;
	flot:left;
}

.navbar a:link    {color:white; text-decoration:none;}
.navbar a:visited {color:blue; text-decoration:none;}
.navbar a:hover   {color:white; text-decoration:none;}
.navbar a:active  {color:gray; text-decoration:none;}

.container{
margin-top:auto; 
text-align:center;
display:inline-block;
margin:auto;
padding:5px;
width:auto;
height:auto;
box-shadow:0px 0px 15px 15px rgba(255,255,255,0.1) inset;
}

#intro{
position:fixed;
top:100px;
width:100%;
height:80%;
padding:50px;
background:transparent;/*rgba(255,255,255,0.4)*/;
border-radius:15px;
}

#mypic {
position:auto;
top:100px;
left:20px;
float:left;
width:auto;
height:auto;
border-radius:5px;
padding:20px;
/*background:rgba(255,255,255,0.5);*/
box-shadow:0px 0px 10px 10px gray;
}


#aboutme{
position:auto;
top:200px;
display:inline-block;
float:left;
margin-left:50px;
width:65%;
height:auto;
border-radius:5px;
/*background:rgba(255,255,255,0.5);*/
text-align:center;
box-shadow:0px 0px 10px 10px gray;
padding:20px;
}


#gallery{
position:fixed; 
top:100px;
width:relative;
height:relative;
padding:100px;
background:transparent;
border-radius:15px;
box-shadow:0 0 25px 25px rgba(0,0,0,0.3);
text-align:center;
}

#gallery  img {
width:20%;
display:inline;
float:left;
padding:0px;
border-radius:15px;
box-shadow:0px 0px 10px 10px black;
border:05px solid gray;
}

