@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#040602;
  color:#b52567;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  margin-top:880px;
}

.header_links,.footer_links {
  display:none;
}

#fixed_background {
  display:block;
  background-position:center center;
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/299/29927156/175-963-598-106-14251609.png);
  background-size:cover;
}

.profile_section_content {
  border:0 none #;
  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;
  background:#5C258D;
  background:-webkit-linear-gradient(to right,#4389A2,#5C258D);
  background:linear-gradient(to right,#4389a2b0,#5c258dcc);
  color:#fff;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=0);
  opacity:0;
}

.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:#5C258D;
/* fallback for old browsers */
  background:-webkit-linear-gradient(to right,#4389A2,#5C258D);
/* Chrome 10-25, Safari 5.1-6 */
  background:linear-gradient(to right,#4389A2,#5C258D);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color:#a21052;
  font-family:'Great Vibes';
  font-weight:bold;
  font-style:normal;
  font-size:30px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

#profile_main_photo .profile_section .profile_section_content .heading {
  font-size:0!important;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#profile_header_container {
  margin-left:105px;
  min-height:90px;
}

nav {
  position:fixed;
  font-size:1em;
/* Keep it at the top of the page.*/
  top:0;
  left:0;
  width:100%;
/* Make it full-screen width.     */
  padding:.5em 0;
/* Give some room around text.    */
  text-align:center;
/* Center align everything.       */
  background:#5C258D;
/* fallback for old browsers */
  background:-webkit-linear-gradient(to right,#4389A2,#5C258D);
/* Chrome 10-25, Safari 5.1-6 */
  background:linear-gradient(to right,#4389A2,#5C258D);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/* Header background color.       */
  font-family:'Roboto Mono';
/* Header font.                   */
  z-index:0;
/* Make the header on top always. */
}

/* This is where we style the labels in your header. */
nav > a {
  color:#EBEBEB;
  padding:15px;
  text-decoration:none;
}

/* When we hover over the labels, change the color. */
nav > a:visited {
  color:#EBEBEB;
}

nav > a:hover {
  color:#def4c1;
}

#server_time {
  display:none!important;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
  font-size:9px;
  overflow:hidden;
}

.wall_post {
  display:inline-block;
  position:relative;
  background-color:rgba(255,255,255,0.47);
  width:130px;
  height:300px;
  margin-right:1px;
  margin-left:11px;
  margin-top:40px;
  padding:20px;
  text-align:center;
  overflow:hidden;
  border-radius:30px;
  border:6px solid white;
  box-shadow:0 10px 30px rgba(154,145,142,0.3);
  -moz-box-shadow:0 10px 30px rgba(154,145,142,0.3);
  -webkit-box-shadow:0 10px 30px rgba(154,145,142,0.3);
}