@charset "UTF-8";

a:link,a:active,a:hover {
  color:#6d7b40;
}

a:visited {
  color:#728042;
}

body {
  width:70%;
  margin:3px auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background:url(https://cdn.shopify.com/s/files/1/0617/6325/6514/products/LAN100001-Sweet-Meadow-in-Sage-Green-on-Linen-Cream_Thumbnail_WEB_af1527f4-d4f6-444c-8011-3e5153309e6d_1000x.jpg?v=1661951362);
  background-size:100%;
  background-repeat:100;
  background-position:0 0;
  background-attachment:fixed;
  background-color:#6d7b40;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
  margin-left:10%;
}

.profile_section_content {
  color:#63703a;
  border:px #;
  padding:10px;
  margin:10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -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:#f9f9f8;
  filter:alpha(opacity=80);
  opacity:1;
}

.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:#edefea;
  color:#556032;
  font-family:'Poiret One';
  font-style:normal;
  font-weight:400;
}

.content {
  padding:5px;
}

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