@charset "UTF-8";

/*===========MAIN BACKGROUND===========*/
body {
  font-family:'Quicksand';
  font-style:bold;
  font-size:20px;
  text-align:center;
  background:url(https://img.mfcimg.com/photos2/225/22595268/547-102-555-872-10603006.png) repeat;
  width:1024px!important;
  margin:auto!important;
}

/*===========MAIN BACKGROUND END===========*/
/*===========PROFILE BOX===========*/
#profile_about_me_friends > div:nth-child(1) > div:nth-child(1) {
  background:white;
  border:0 solid black;
  opacity:0;
  filter:alpha(opacity=0);
}

/*===========MESSAGE WALL===========*/
div.heading:nth-child(3) {
  font-family:'Homemade Apple';
}

div.profile_section_background:nth-child(2) {
  background:white;
  border:0 solid black;
  border-radius:12px;
  outline:5px dotted white;
  opacity:.6;
  filter:alpha(opacity=60);
}

/*===========MESSAGE WALL END===========*/
/*===========HIDDEN THINGS===========*/
#wall_poster_avatar,.footer_links,.header_links,#your_time,#mfc_time,#profile_header,#avatar_holder,#about_me_label,#sexual_preference_container,#country_container,#height_container,#weight_container,#eyes_container,#hair_container,#city_container,#age_container,#body_type_container,#username_container,#gender_container,#average_rating_container,#friends_container,#favorite_models_container,#profile_main_photo,#profile_schedule,#username_container,#cam_score_container,#gender_container,#eyes_container,#height_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#tags_container {
  display:none;
}

#server_time > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
  display:none;
}

#server_time > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
  display:none;
}

#profile_about_me > div:nth-child(1) {
  display:none;
}/*===========END HIDDEN THINGS===========*/
/*===========FONT===========*/
/* vietnamese */
  
}

/* latin-ext */
@font-face {
  font-family:'Quicksand';
  font-style:bold;
  font-weight:400;
  src:local('Quicksand Regular'),local(Quicksand-Regular),url(https://fonts.gstatic.com/s/quicksand/v6/s2PXW4WrV3VLrOUpHiqsfRJtnKITppOI_IvcXXDNrsc.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:'Quicksand';
  font-style:bold;
  font-weight:400;
  src:local('Quicksand Regular'),local(Quicksand-Regular),url(https://fonts.gstatic.com/s/quicksand/v6/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.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 */
@font-face {
  font-family:'Homemade Apple';
  font-style:normal;
  font-weight:400;
  src:local('Homemade Apple'),local(HomemadeApple),url(https://fonts.gstatic.com/s/homemadeapple/v6/yg3UMEsefgZ8IHz_ryz86IpVThvdH1ZERIrfWb3R7t4.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;
}

/*===========FONT END===========*/
/*ABOUT ME*/
.center-div {
  margin:0 auto;
  width:1024px;
  divfont-family:Quicksand;
}

/*===========NAV BAR===========*/
div {
  position:relative;
}

#nav {
  display:block;
  position:fixed;
  left:7%;
/*edit L-R of nav bar*/
  top:0;
  margin:10px;
/*edit TOP of nav bar*/
  width:100%;
  list-style:none;
  z-index:9;
}

#nav li {
  float:left;
}

/*ICON ENLARGE*/
.thumbnail {
  width:320px;
  height:240px;
}

.image {
  width:100%;
  height:100%;
}

.image img {
  -webkit-transition:all 1s ease;
/* Safari and Chrome */
  -moz-transition:all 1s ease;
/* Firefox */
  -ms-transition:all 1s ease;
/* IE 9 */
  -o-transition:all 1s ease;
/* Opera */
  transition:all 1s ease;
}

.image:hover img {
  -webkit-transform:scale(1.25);
/* Safari and Chrome */
  -moz-transform:scale(1.25);
/* Firefox */
  -ms-transform:scale(1.25);
/* IE 9 */
  -o-transform:scale(1.25);
/* Opera */
  transform:scale(1.25);
}

/*===========END NAV BAR===========*/