html{
	background-color: lightgrey;
}
#container{
	width:1024;
}
#header{
	z-index: 1;
	position: fixed;
	width: 79%;
	height: 100px;
	background-color:#454242; /* #3b5998   #585252*/
	border-radius: 10px;
	margin-left: 10%;
	margin-top: -10px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px #000000;
}

.content{
	
	position: relative;
	float: left;
	margin-top: 100px;
	width: 80%;
	height: auto;
	background-color: white;
	padding-bottom: 5%;
	margin-bottom: 10px;
	margin-left: 10.1%;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #000000;
}

#footer{

	position: relative;
	float:left;
	width: 80%;
	height: 50px;
	border-radius: 10px;
	background-color: #454242;
	margin-left: 10.1%;
	box-shadow: 5px 5px 5px #000000;
}
.logo{
	
	margin-left: 20px;
	margin-top: -20px;
	width:50%;
	height: 60px;
	
}
#name{
font-size: 3em;
padding-left: 20px;
text-align: left;
font-family: 'Lobster', Georgia;
font-weight: 900;
color:#DAA520;
text-shadow: 2px 2px #000000;

}
.b_header{
	padding-left: 20px;
	margin:auto;
	width: 30%;
	height: 35px;
	border-radius: 10px;
	
}
#ul_list{
	list-style-type: none;
	position: fixed;
	margin: 10px 0px 0px -30px;
	/*margin: 10px;*/
}

.list{
	display: inline;
	width:100;
	border: 2px solid #3b5998;
	padding: 5px ;
	border-radius: 10px;
	background-color: #454242;


}
.list:hover{
	background-color: #696969;
}
#a_header{
	text-decoration: none;
	color: #ffffff;
}

#follow{
	position: relative;
	width:30%;
	height:40px;
	/*background-color: red;*/
	margin-top: -10px;	
	padding: 7px 10px 5px 10px;
	color:#ffffff;
	font-family: Arial;
	font-size: 20px;

}
#f_text{
	float: left;
	display: inline-block;
	color: #000000;
}
img{
	/*padding: 10px;*/
	display: inline-block;
	/*background-color: #ffffff;*/
	margin-left: 10px;
	margin-top: 14px;
}
#f_link{

text-decoration: none;
}
#img_profile{
	float: left;
  margin-top: 3%;
  margin-left: 5%;
  margin-bottom: 5%;  

}
#p_img{
	width: 200px;
	height: 200px;
	border-radius: 100%;
	border: 2px solid #454242;
}
#title1{
	margin-top: 5%;
	text-align: center;
	font-family: 'Pacifico', cursive;


}
#multi_line{
	margin-top: 6%;
	margin-left: 300px;

}

#abt1{
	font-family: cursive;
	padding-right: 30px;
	
}
#sticky_container{
	
	width: auto;
	height: auto;
	clear: both;

}
#sticky{
	float: right;
	margin-bottom: 5%;
width: 200px;
height: 150px;
/*border: 1px solid #454242;*/
margin-top: 10px;
margin-right: 10%;
border-radius: 10px;
box-shadow: 4px 4px 4px #000000;
border: 1px solid #000000;

}
#S_format{
	text-align: center;
	font-family: 'Pacifico', cursive;
	font-size: 1.3em;
	margin-top: 2%;
}
#c_title{
	padding: 5px 10px 10px 20px;
	font-family: 'Pacifico', cursive;
}
#c_list{
	padding-left: 5%;
	list-style-type: none;
	font-family: 'Pacifico', cursive;
}
#a_content{
	text-decoration: none;
}
#display_img{
	margin-left: 10%;
	width: 80%;
	height: 50%;
}