@charset "UTF-8";

a:link,a:active,a:hover {
  color:#248aea;
}

a:visited {
  color:#bc2929;
}

body {
  background-color:#ffffff;
  background-color:#e586c9;
  color:#fbf5f5;
  font-family:'Georgia';
  font-weight:normal;
  font-style:normal;
  font-size:20px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com//photos2/240/24037510/654-994-582-996-10517428.jpg);
}

.profile_section_content {
  color:#fbf5f5;
  border:0 none #;
  padding:5px;
  margin:20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:3px 0 0 #777777;
  -moz-box-shadow:3px 0 0 #777777;
  box-shadow:3px 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#000000;
  filter:alpha(opacity=50);
  opacity:.5;
}

.img_radius_shadow {
  -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_content .heading {
  padding:5px;
  background-color:#b9bab7;
  color:#040404;
  font-family:'Georgia';
  font-weight:normal;
  font-style:normal;
  font-size:21px;
  -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 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

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

.hvr-grow {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:transform;
  transition-property:transform;
}

.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

#liseylinks {
  text-align:center;
  white-space:nowrap;
  border-radius:1em;
  background-color:rgba(192,192,192,0.3);
  display:inline-block;
  text-align:left;
  Margin-left:0;
}

#liseypic {
  display:block;
  margin-left:205px;
  border:none;
}

a:hover {
  color:darkslategray;
  background:honeydew;
  border-radius:3em;
}