@charset "UTF-8";

#tags_container,#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_schedule,#profile_header_container,#gender_container,#profile_content > div:nth-child(1) {
    display:none;
  }

  #profile {
    width:750px;
    margin:50px auto;
    background:#000() top center;
    box-shadow:0 0 20px 3px;
    font-size:1.05em;
    line-height:1.25;
    color:#fff;
  }

  #profile_header {
    padding:320px 0 0;
    .headertext-indent:-9999px;
    background:url(),url(https://i.postimg.cc/s2mN73tL/DSC-0087-3.jpg),url();
    background-position:bottom,top,top right;
    background-repeat:no-repeat,no-repeat ,no-repeat;
    background-size:50%,105%,50%;
    width:900px;
  /*dimensions equal to image size*/
  }  
}

#profile_avatar {
  padding:50px;
  background-color:#fff;
  border:1px solid #fff;
  border:1px solid #fff;
  -webkit-box-shadow:0 1px 3px #fff;
  -moz-box-shadow:0 1px 3px #fff;
  box-shadow:0 1px 3px #fff;
  display:none;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#transparent;
  color:#fff;
  height:40px;
  font-size:1.3rem;
  font-weight:normal;
  padding:40px 0 0 25px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
  display:none;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:10px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

body {
  margin:auto!important;
  width:1024px!important;
  background:url(),url(),url();
  background-position:top center,top left,top right;
  background-repeat:no-repeat,no-repeat ,no-repeat;
  background-attachment:local,fixed,fixed;
  background-size:27%,20%,10%;
  background-color:#000;
  color:#000;
}

.profile_section_background {
  background-color:transparent;
  background-color:#000;
  filter:alpha(opacity=90);
  opacity:.9;
}