@charset "UTF-8";

A:link {
  color:black;
  text-decoration:none;
}

A:visited {
  color:black;
  text-decoration:none;
  font-size:17px;
}

A:hover {
  color:#000;
  text-shadow:0 0 3px green;
  font-size:17px;
  text-decoration:none;
}

body {
  background:pink;
  padding:55px;
  text-align:left;
  font-family:'Oswald',sans-serif;
  font-size:20px;
  width:1024px;
}

/*Adjust the size of your centered content. 900-1024 px is recommended*/
#profile_header,#status_value, {
  padding:0;
  margin:0;
  width:1024px;
}

h1 {
  color:black;
  font-weight:100;
  position:left;
}

.btn {
  color:#999;
  background:rgba(0,0,0,0.5);
  padding:10px 20px;
  font-size:16px;
  text-decoration:none;
  letter-spacing:2px;
  text-transform:uppercase;
}

.btn:hover {
  border:none;
  background:rgba(0,0,0,0.4);
  background:#fff;
  padding:20px;
  color:#1b1b1b;
}

.footer {
  font-size:12px;
  color:#fff;
  clear:both;
  display:block;
  letter-spacing:5px;
  border:1px solid #fff;
  padding:5px;
  text-decoration:none;
  width:210px;
  margin:auto;
  margin-top:900px;
}

#avatar_holder {
  margin-left:auto;
  margin-right:auto;
  width:10%;
}

#profile_avatar {
  border:solid grey 1.5px;
  border-radius:150px;
  -webkit-border-radius:150px;
  -moz-border-radius:150px;
}

#header_bar,#footer_bar,.header_time,.heading,.recent_photos,#profile_interests_content#schedule, {
  display:none;
}

#gender_container,#gender_label,#gender_value,#hair_container,#hair_label,#hair_value,#eyes_container,#eyes_label,#eyes_value {
  display:none;
}

#profile_main_about_holder {
  position:bottom left;
  top:1440px;
  z-index:-1;
  width:1040px;
}

/* Content area. Let's make the background white and opaque (a little see-through. You don't have to add it in if you don't want opacity. */
.profile_section_background {
  background-color:green;
  opacity:.3;
}

.label {
  color:black;
  font-family:arial;
  font-size:90%;
}

.label #blurb_container {
  font-size:150%;
}

.label {
  font-size:150%;
}

.value {
  color:dark green;
  font-size:120%;
}