@charset "UTF-8";

UTF-8;
body {
  margin:0 auto;
  width:100%!important;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/380/38030223/615-155-557-722-13209187.png)!important;
  background-size:cover;
  -webkit-background-size:cover;
  background-position:center;
  background-attachment:fixed;
  background-color:#fff;
  color:#555;
}

.profile_section_background {
  background-color:transparent;
  background-color:rgba(255,255,255,.0);
  filter:alpha(opacity=100);
  opacity:1;
}

#profile_main_photo,#tags_container,#about_me_label {
  display:none;
}

#username_container,#cam_score_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#marital_status_container,#be_anywhere_container,#occupation_container,#city_container,#drugs_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#gender_container,#body_type_container {
  display:none;
}

#profile_friends {
  display:none;
  width:90%;
  margin:10px auto 30px!important;
  color:#444;
  padding:10px 13px;
  background-color:#f1f1f1;
  border:1px solid #ccc;
  font-size:15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule {
  display:none;
}

#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #cam_score_container,#profile_about_me #gender_container,#profile_about_me #ethnicity_container,#profile_about_me #hair_container,#profile_about_me #eyes_container,#profile_about_me #height_container,#profile_about_me #country_container,#profile_about_me #sexual_preference_container,#profile_about_me #smoke_container,#profile_about_me #drink_container,#profile_about_me #drugs_container,#profile_about_me #occupation_container,#profile_about_me #pets_container,#tags_container {
  display:none;
}

#about_me_container {
  display:inline-block;
  width:100%!important;
  margin:0!important;
}

#about_me_container .value {
  display:block;
  width:100%!important;
  margin:0!important;
}

body {
  overflow-x:hidden;
}

.header {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

.center {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:90%;
}

.center2 {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:60%;
}

.center3 {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:80%;
}

.social {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:5%;
}

.ad {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:100%;
}

/***Reset***/
h1,h2,h3,h4,h5,h6,p,a,img,body,html {
  padding:0;
  margin:0;
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

.hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule {
  display:none;
}

#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #cam_score_container,#profile_about_me #gender_container,#profile_about_me #ethnicity_container,#profile_about_me #hair_container,#profile_about_me #eyes_container,#profile_about_me #height_container,#profile_about_me #country_container,#profile_about_me #sexual_preference_container,#profile_about_me #smoke_container,#profile_about_me #drink_container,#profile_about_me #drugs_container,#profile_about_me #occupation_container,#profile_about_me #pets_container,#tags_container {
  display:none;
}

#about_me_container {
  display:inline-block;
  width:100%!important;
  margin:0!important;
}

#about_me_container .value {
  display:block;
  width:100%!important;
  margin:0!important;
}

/*********************Social Buttons********************/
.social {
  margin:25px auto;
  text-align:center;
}

.social img {
  display:block;
  width:60px;
  height:auto;
}

.social img:hover,.social a:hover img {
  display:block;
  width:60px;
  height:auto;
  transform:rotateY(365deg);
  -webkit-transform:rotateY(365deg);
}

.social a:link,.social a:visited {
  display:inline-block;
  padding:6px 11px;
  text-align:center;
  background-color:#8f0505;
  border-radius:5px;
  -webkit-border-radius:5px;
}

.social a:hover {
  box-shadow:0 14px 26px -12px rgba(185,39,39,1),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
  -webkit-box-shadow:0 14px 26px -12px rgba(185,39,39,1),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(156,39,176,0.2);
}

/* Style the links inside the sidenav */
#mySidenav a {
  position:fixed;
  left:-80px;
  transition:.3s;
  padding:15px;
  width:100px;
  text-decoration:none;
  font-size:20px;
  color:#000000;
  border-radius:0 5px 5px 0;
}

#mySidenav a:hover {
  left:0;
}

#about {
  top:20px;
  background-color:#ffffff;
}

#blog {
  top:85px;
  background-color:#ffffff;
}

#projects {
  top:150px;
  background-color:#ffffff;
}

#contact {
  top:215px;
  background-color:#ffffff;
}