@charset "UTF-8";

a:link,a:active,a:hover {
  color:#3840cb;
  text-decoration:none;
}

a:visited {
  color:#3840cb;
  text-decoration:none;
}

body {
  width:100vw;
  background:url(https://img.mfcimg.com/photos2/393/393335/451-575-720-547-6597052.jpg) no-repeat;
  background-color:#ffffff;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:2.1vh;
  background-size:contain;
}

.profile_section_content {
  color:#000000;
  border:px #;
  padding:0;
  margin:0;
  -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;
  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:0;
  background-color:transparent;
  color:#3840cb;
  font-family:'Impact';
  font-weight:bold;
  font-style:normal;
  font-size:5.3vh;
  text-transform:uppercase;
  -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:0;
  color:#000000;
}

#header_bar,#profile_header_container,#profile_avatar,#main_photo,#profile_header {
  display:none;
}

html,body {
  height:100vh;
  width:100vw;
}

#profile_about_me,#profile_friends,#profile_password_photo_galleries,#profile_interests_content2,#profile_comments {
  border:3px solid #3840cb;
  padding:2.1vw;
  width:40vw;
  display:block;
  background-color:rgba(255,255,255,0.4);
  z-index:3;
  position:absolute;
  top:12vh;
  left:-2000px;
  transition:left .5s ease-in-out;
}

#profile_about_me {
  height:60vh;
}

#meaning_life_label {
  display:none!important;
}

.profile_section {
}

#profile {
  width:100vw;
}

#profile_interests_content div.heading {
  display:none;
}

#profile_interests_content2 div.heading {
  display:inline;
}

#footer_bar {
  display:none;
}

#five_things_container {
  position:fixed;
  right:10vw;
}

#profile_about_me:target {
  left:2.6%;
}

#profile_password_photo_galleries:target {
  left:4.7vw;
}

#profile_friends:target {
  left:2.6%;
}

#profile_interests_content2:target {
  left:2.6%;
}

#profile_comments:target {
  left:4.7vw;
}

#five_things_label {
  display:none!important;
}

#mainmenu {
  list-style:none;
  font-family:Impact;
  text-transform:uppercase;
  font-weight:bold;
  font-size:5.3vh;
  text-align:center;
}

#profile_interests_content2,#profile_comments {
  height:60vh;
  overflow:auto;
}

.wall_post {
  width:700px;
  overflow:auto;
}

#five_things_value h2 {
  padding-left:4.2vh;
  text-align:center;
  font-weight:bold;
  font-family:impact;
  font-size:8.8vh;
}

#profile_interests_content .value {
  margin-left:0;