@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/200/20072102/958-164-392-650-8535102.jpg);
  background-attachment:fixed;
  background-repeat:repeat-yt;
  background-size:100%;
  background-color:black;
  color:#666666;
  font-family:georgia;
  font-weight:normal;
  font-style:normal;
  font-size:16px;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  color:#CA3434;
  -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:#FFFFFF;
  color:#000000;
  font-weight:normal;
  font-style:normal;
  border:1px solid #6F6A6A;
  font-size:16px;
  text-shadow:1px 1px 4px #585858;
}

.content {
  padding:5px;
}

#profile_header_container .heading {
  font-size:29px;
  font-family:'Montserrat';
  color:red;
  text-shadow:none;
  font-weight:bold;
  text-transform:uppercase;
  padding-left:50px;
  border:none;
  background-color:white;
}

.label {
  color:black;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
  background-color:rebeccapurple;
  margin:5px 50px;
  color:white;
}

#comments {
  background-color:#ECECEC;
}

#profile {
  width:50%;
  opacity:.8;
}

.value {
  padding:5px 30px;
  color:red;
}