body{
	background-color: lightgrey;
}
.container{
	width: 90%;
	
}
.header{
	z-index: 1;
	position: fixed;
	width: 99%;
	/*margin-left: -10.9%;*/
	background-color:#454242; /* #3b5998   #585252*/
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;

	box-shadow: 5px 5px 5px #000000;
}

.b_header{
	padding-left: 20px;
	width: 30%;
	/*height: 35px;*/
	border-radius: 10px;
	
}

#ul_list{
	list-style-type: none;
	position: fixed;
	margin: 10px 0px 0px 0px;
	/*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;
}
.logo{
	
	
	margin-bottom: -29px;
	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;

}
.content{
	
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: white;
	padding-bottom: 5%;
	/*margin-top: 12%;*/
	margin-bottom: 10px;
	
	border-radius: 10px;
	box-shadow: 5px 5px 5px #000000;
}

.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: 3%;
	float:right;

}

#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%;
}

.footer{

	position: relative;
	float:left;
	width: 99%;
	border-radius: 10px;
	background-color: #454242;
	/*margin-left: 10.1%;*/
	box-shadow: 5px 5px 5px #000000;
}
.follow{
	position: relative;
	/*width:30%;
	*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;
}
#f_link{

text-decoration: none;
}

.blank{
	height:35px;
}

