@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - -  Custom MFC - - - - - - - - - - - - - - - - - - - - */
/* -------------------------------Nav */
nav {
  width:800px;
  background:#000;
  margin:auto;
  text-align:center;
  font-family:'Griffy';
  font-size:1.5em;
  border-radius:8px;
}

nav ul {
  list-style:none;
  padding-left:0;
}

nav li {
  display:inline-block;
  padding:20px 10px;
}

nav a {
  text-decoration:none;
  color:#fff;
}

/* -------------------------------About */
.aboutcon,.rulescon,.menucon,.groupcon,.shcedcon {
  background:#fff;
  border-radius:8px;
}

.aboutcon p {
  padding:0 25px 25px;
  text-align:center;
}

.rulescon ul {
  font-family:'Shadows Into Light Two';
  font-size:1.5em;
  padding:0 25px 25px;
  text-align:center;
}

.menucon ul {
  margin:auto;
  width:600px;
  padding-left:0;
  font-family:'Shadows Into Light Two';
  font-size:1.3em;
}

.menucon li {
  padding-bottom:10px;
  padding-top:10px;
  border-bottom:1px dotted #999;
  list-style:none;
}

h4 {
  color:#DFDF00;
  font-family:'Shadows Into Light Two';
  font-size:1.5em;
  width:81%;
  margin:auto;
  text-align:center;
}

.menucon a {
  text-decoration:none;
  color:#fff;
  background:#999;
  padding:2px 8px;
  border-radius:8px;
}

.tmenu,.dmenu,.smenu,. {
  padding:0 25px 25px;
}

.menucon font {
  float:right;
}

.shcedcon ul {
  margin:auto;
  text-align:center;
  width:600px;
  padding-left:0;
  font-family:'Shadows Into Light Two';
  font-size:1.3em;
  padding:0 25px 25px;
}

.shcedcon li {
  padding-bottom:10px;
  padding-top:10px;
  border-bottom:1px dotted #999;
  list-style:none;
}

.groupcon font {
  float:right;
}  
}

.groupcon ul {
  margin:auto;
  width:600px;
  padding-left:0;
  font-family:'Shadows Into Light Two';
  font-size:1.3em;
  padding:0 25px 25px;
}

.groupcon li {
  padding-bottom:10px;
  padding-top:10px;
  border-bottom:1px dotted #999;
  list-style:none;
}

.groupcon font {
  float:right;
}

h1 {
  font-family:'Griffy';
  font-size:3em;
  text-align:center;
  padding:10px;
  color:#fff;
  background:#000;
  border-radius:8px 8px 0 0;
}

h2,h3 {
  font-family:'Shadows Into Light';
}

h3 {
  font-size:2em;
}

p {
  font-family:'Shadows Into Light Two';
  font-size:1.5em;
}

/* -------------------------------Menu */
/* -------------------------------Content */
/* - - - - - - - - - - - - - - - - - - - -  FONTS - - - - - - - - - - - - - - - - - - - - */
/* -------------------------------Heading font */
/* latin-ext */
@font-face {
  font-family:'Griffy';
  font-style:normal;
  font-weight:400;
  src:local(Griffy),local(Griffy-Regular),url(https://fonts.gstatic.com/s/griffy/v5/buwzY9hw4vrXtOuqA_6vivesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Griffy';
  font-style:normal;
  font-weight:400;
  src:local(Griffy),local(Griffy-Regular),url(https://fonts.gstatic.com/s/griffy/v5/SLKKBOr0CwxpHb7Tsjel8A.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

/* -------------------------------body font */
/* latin */
@font-face {
  font-family:'Shadows Into Light';
  font-style:normal;
  font-weight:400;
  src:local('Shadows Into Light'),local(ShadowsIntoLight),url(https://fonts.gstatic.com/s/shadowsintolight/v7/clhLqOv7MXn459PTh0gXYFK2TSYBz0eNcHnp4YqE4Ts.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

/* latin-ext */
@font-face {
  font-family:'Shadows Into Light Two';
  font-style:normal;
  font-weight:400;
  src:local('Shadows Into Light Two'),local(ShadowsIntoLightTwo-Regular),url(https://fonts.gstatic.com/s/shadowsintolighttwo/v5/gDxHeefcXIo-lOuZFCn2xTO1YRoFzJJ_4isFaSLPfef3rGVtsTkPsbDajuO5ueQw.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Shadows Into Light Two';
  font-style:normal;
  font-weight:400;
  src:local('Shadows Into Light Two'),local(ShadowsIntoLightTwo-Regular),url(https://fonts.gstatic.com/s/shadowsintolighttwo/v5/gDxHeefcXIo-lOuZFCn2xbIfIbZrEcH2WW587lG91II.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

/* - - - - - - - - - - - - - - - - - - - -  DEFAULT MFC - - - - - - - - - - - - - - - - - - - - */
#profile_main_photo,#about_me_label,#marital_status_container,#sexual_preference_container,#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container,#tags_container,#tbody,#header_bar,#city_container,#profile_header,#profile_about_me > .heading,#footer_bar,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#drugs_container,#drink_container,#smoke_container,#country_container,#cam_score_container,#country_container,#drugs_container,#username_container,#profile_password_photo_galleries,#profile_photo_galleries,#profile_interests_content {
  display:none;
}

#profile_friends > .heading,#profile_comments > .profile_section_content > .heading {
  display:none;
}

#profile_friends {
  background:#fff;
  border-radius:8px;
  padding:50px;
  margin:30px 3px;
  font-family:'Shadows Into Light Two';
  font-size:1.2em;
}

.wall_post_body {
  background:#fff;
  color:#000;
  font-family:'Shadows Into Light Two';
  font-size:1.2em;
}

.wall_post_time {
  background:#fff;
  color:#000;
  padding:19px;
  font-family:'Shadows Into Light Two';
}

.wall_post_info a {
  text-decoration:none;
  color:#666;
  margin-bottom:-20px;
  display:block;
  text-align:right;
  background:#000;
  padding:10px;
  width:700px;
  position:relative;
  z-index:-1;
  left:85px;
}

.wall_post_avatar {
}

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

a:visited {
  color:#;
}

body {
  width:800px;
  margin:auto;
  background:url(https://image.ibb.co/nKML37/Dark_forest.jpg)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:px #;
  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;
}

.profile_section_background {
}

.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:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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:5px;
}

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