@charset "UTF-8";

a {
  color:#cc8b8b;
}

a:link,a:active,a:hover {
  color:#cc8b8b;
}

a:visited {
  color:#8c7d84;
}

a:hover {
  color:#ffaeae;
  text-decoration:underline overline;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#000000;
  font-family:'Times New Roman';
  font-weight:bold;
  font-style:italic;
  font-size:17px;
}

#fixed_background {
  display:block;
  background-position:top left;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/303/30357490/321-135-401-716-13844381.jpg);
}

.profile_section_content {
  color:#000000;
  border:1px solid #fff7f7;
  padding:20px;
  margin:30px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=35);
  opacity:.35;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 30px #ffffff;
  -moz-box-shadow:0 0 30px #ffffff;
  box-shadow:0 0 30px #ffffff;
}

.profile_section_content .heading {
  padding:10px;
  background-color:#ffffff;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #fffefe;
  -moz-text-shadow:0 0 0 #fffefe;
  text-shadow:0 0 0 #fffefe;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

.profile_section_content {
  display:block;
  list-style-type:decimal;
  margin-block-start:1em;
  margin-block-end:1em;
  margin-inline-start:0;
  marging-inline-end:0;
  padding-inline-start:40px;
}

div {
  list-style:none;
  position:relative;
  margin:0 0 1rem;
}

.wall_post {
  overflow:hidden;
  bacground:#eaeaea;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(234,234,234,0.65);
  color:#434343;
  padding:1rem;
  padding-top:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  padding-left:1rem;
  border-radius:8px;
  z-index:1;
  position:relative;
}

.wall_post_info {
  font-family:'Architects Daughter',cursive;
  font-size:30px;
}

.wall_post_body {
  display:block;
  margin-block-start:1em;
  margin-block-end:1em;
  margin-inline-start:0;
  margin-inline-end:0;
  font-family:'Shadows Into Light',cursive;
  font-size:25px;
}

.wall_post_avatar img {
  border:1px solid black;
  height:150px;
  width:150px;
  margin:50px;
  border-radius:100px;
  box-shadow:0 0 20px black;
}