@charset "UTF-8";

/*--------------------------------------------------------  @MODELMASTER  --------------------------------------------------------*/
#profile_friends,#header_bar,#server_time,#footer_bar,#profile_header,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#about_me_label,#profile_about_me .heading,div#profile_interests_content {
  display:none;
}

html {
  background-color:#fcdbc6;
}

body {
  background-image:url(https://i.ibb.co/L9cdfL6/BG-Samantha.jpg);
  background-repeat:no-repeat;
  background-position:10% 10%;
  background-attachment:fixed;
  margin:0;
  margin-top:50px;
  height:100%;
}

div#about_me_container {
  float:left;
  margin-left:220px;
}

#about_me_value {
  font-family:'lemon';
  font-weight:400;
  font-style:normal;
  font-size:16px;
  text-align:center;
  line-height:25px;
  color:#b02a3d;
  width:800px;
}

#about_me_value span {
  font-family:'Fredoka One';
  font-weight:400;
  font-style:normal;
  font-size:35px;
  text-align:center;
  color:#b02a3d;
  line-height:70px;
}

#about_me_value p#buy-sm {
  text-align:center;
}

#about_me_value img {
  width:60%;
  margin:40px 0;
}

.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
  background-color:#fddac675;
  margin-bottom:14px;
}

.wall_post_info {
  color:#b02a3d;
  font-size:15px;
}

#profile_comments {
  width:400px;
  margin-left:250px;
  padding:40px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  body {
    background-image:url(https://i.ibb.co/L9cdfL6/BG-Samantha.jpg);
    background-size:cover;
    height:100%;
    width:100%;
  }

  div#about_me_container {
    float:left;
    margin-left:60px;
  }

  #about_me_value {
    font-family:'lemon';
    font-weight:400;
    font-style:normal;
    font-size:16px;
    text-align:center;
    line-height:60px;
    color:#b02a3d;
    width:800px;
    margin-top:100px;
  }

  #about_me_value span {
    font-family:'Fredoka One';
    font-weight:400;
    font-style:normal;
    font-size:35px;
    text-align:center;
    color:#b02a3d;
    line-height:120px;
  }

  #about_me_value img {
    width:95%;
    margin:40px 0;
  }

  .profile_section {
    background-color:#fddac696;
  }
}