@charset "UTF-8";

a: {
  color:#ffc845;
}

#amazonj {
  width:40%;
}

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

a:visited {
  color:#ffc845;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:px #;
  padding:5px;
  margin:5px;
  -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:#FFFFFF;
  filter:alpha(opacity=100);
  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:#BCEC76;
  color:#FFFFFF;
  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 #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;
}

/*                   START OF CUSTOM CSS     */
body {
  background-image:url(https://profiles.autodb.work/Jessica/bg_jessy.jpg);
/* Full height */
  height:100vh;
/* Center and scale the image nicely */
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  overflow:scroll;
}

.header_links,#server_time,.footer_links,#about_me_label {
  display:none!important;
}

.profile_section_content {
  color:#3be8b0!important;
  font-size:1.3em;
  width:50%;
  font-family:fantasy;
  padding-bottom:2vh;
}

.profile_section_content .heading {
  background-color:rgba(125,63,152,0.1)!important;
  font-weight:bold;
  font-style:normal;
  font-size:1.8em;
  font-family:cursive;
}

.profile_section_background {
  background:rgba(0,0,0,0.3);
  box-shadow:0 0 10px white;
}

#status_value span:nth-child(2) {
  display:none!important;
}

#status_value span:nth-child(3) {
  display:none!important;
}

#status_value a:nth-child(4) {
  display:none!important;
}

#status_value {
  color:rgba(125,63,152,0.1)!important;
}

#member_status_value a {
  color:#ffc845;
  font-size:1.3em;
}

.wall_post_info a {
  color:#caccd1;
}