@charset "UTF-8";

/* hide everything */
#profile_about_me .heading,#header_bar,#footer_bar,#profile_comments,#profile_header,#profile_main_photo,#city_container,#about_me_label,#pets_container,#favorite_food_container,#occupation_container,#smoke_container,#sexual_preference_container,#height_container,#country_container,#eyes_container,#hair_container,#body_type_container,#cam_score_container,#username_container,#gender_container,#friends_container,#favorite_models_container,#profile_interests_content,#automobile_container,#tags_container,#profile_friends,#profile_photo_galleries,#profile_schedule {
  display:none;
}

#profile {
  width:900px;
  margin:-8px auto 40px;
  box-shadow:0 0 18px 3px rgba(0,0,0,.9);
  -webkit-box-shadow:0 0 18px 3px rgba(0,0,0,.9);
  -moz-box-shadow:0 0 18px 3px rgba(0,0,0,.9);
  line-height:1;
  z-index:300;
}

/* reset */
* {
  box-sizing:border-box;
}

body,.profile_section_content {
  margin:0;
  padding:0;
}

img {
  max-width:100%;
}

.container {
  display:block;
  margin:0;
}

#profile {
}

body {
  font-family:Helvetica,Arial,sans-serif;
  font-size:1rem;
  line-height:1.25;
  height:auto;
  background:linear-gradient(black,white);
  background-attachment:fixed;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
}

#about_me_value.value {
  display:inline;
}

.profile_section_content {
  position:static;
}

.container-main {
  width:100%;
  text-align:center;
}

* {
  box-sizing:border-box;
}

/* below is where the background color is */
body {
  font-family:raleway;
  background:url(https://images2.imgbox.com/35/ce/EDL4dg4I_o.jpg);
}

.profile_section_content,.container {
  margin:0;
  padding:0;
  font-family:Helvetica,sans-serif;
}

img {
  max-width:100%;
  height:auto;
}

/* below is where the middle color is */
#profile_about_me,#profile {
  background:#fff;
  max-width:1366px;
  margin:0 auto;
}

#about_me_value.value {
  display:inline;
}

.profile_section_content {
  position:static;
}

.container-main {
  width:100%;
  text-align:center;
}

/* top nav */
.row-nav-main {
  width:100%;
  text-align:center;
  margin:0 auto;
}

.nav-main {
  display:block;
  position:fixed;
  top:0;
  left:0;
  background:#fff;
  color:#fff;
  width:100%;
  z-index:100;
}

.nav-main ul {
  list-style-type:none;
  margin:0 auto;
  padding:0 10px;
}

.nav-main ul li {
  display:inline-block;
}

.nav-main a {
  display:block;
  padding:12px;
  text-decoration:none;
  color:#696969;
  transition:0;
}

.nav-main a:hover {
  background-color:#B0B5B3;
  font-family:constantine;
  font-size:14pt;
  color:#fff;
}

/* main content */
.content-main {
  width:100%;
}

.imageBox {
  position:relative;
  float:left;
}

.imageBox .hoverImg {
  position:absolute;
  left:0;
  top:0;
  display:none;
}

.imageBox:hover .hoverImg {
  display:block;
}