@charset "UTF-8";

/* MFC Stuff */
#unix_last_broadcast_container,#status_label,#member_type_value,#member_message_value,#last_login_string_container,#unix_last_updated_container,#blurb_container,#avatar_holder,#profile_header_container .heading,#about_me_label,#header_bar,#footer_bar,#profile_main_photo,#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #gender_container,#profile_about_me #body_type_container,#profile_about_me #hair_container,#profile_about_me #weight_container,#profile_about_me #height_container,#profile_about_me #age_container,#profile_about_me #sexual_preference_container,#ethnicity_container,#eyes_container,#city_container,#country_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#profile_schedule,#profile_interests_content,#profile_password_photo_galleries,#profile_photo_galleries,#tags_container,#profile_friends,#profile_comments {
  display:none;
}

#cam_score_container {
  visibility:hidden;
}

#status_value {
  visibility:hidden;
}

/* END MFC Stuff */
/* Fonts */
/* vietnamese */
@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:400;
  src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v10/SKK6Nusyv8QPNMtI4j9J2yEAvth_LlrfE80CYdSH47w.woff2) format("woff2");
  unicode-range:U+0102-0103,U+1EA0-1EF9,U+20AB;
}

/* latin-ext */
@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:400;
  src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v10/gFXtEMCp1m_YzxsBpKl68iEAvth_LlrfE80CYdSH47w.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:'Montserrat';
  font-style:normal;
  font-weight:400;
  src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.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;
}

/* devanagari */
@font-face {
  font-family:'Hind';
  font-style:normal;
  font-weight:400;
  src:local('Hind Regular'),local(Hind-Regular),url(https://fonts.gstatic.com/s/hind/v7/Vb88BBmXXgbpZxolKzz6dw.woff2) format("woff2");
  unicode-range:U+02BC,U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200B-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family:'Hind';
  font-style:normal;
  font-weight:400;
  src:local('Hind Regular'),local(Hind-Regular),url(https://fonts.gstatic.com/s/hind/v7/eND698DA6CUFWomaRdrTiw.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:'Hind';
  font-style:normal;
  font-weight:400;
  src:local('Hind Regular'),local(Hind-Regular),url(https://fonts.gstatic.com/s/hind/v7/xLdg5JI0N_C2fvyu9XVzXg.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;
}

/* END Fonts */
body {
  background-color:#FFF;
  margin:auto;
  background-image:url(http://orig06.deviantart.net/6da1/f/2014/171/1/a/1a79d06690571ad4c103844b58fa17a1-d7n8832.jpg);
  background-attachment:fixed;
  background-size:cover;
  text-align:center;
}

.profile_section_content {
  border-spacing:1px;
  max-width:1000px;
  margin:auto;
  padding:0;
  z-index:auto;
}

#profile_header_container {
  margin:auto;
  max-width:1000px;
  min-height:0;
}

#profile {
  max-width:1000px;
  height:auto;
  margin:auto;
  padding:10px;
  background-color:#ffffff;
  font-family:'Hind';
  font-size:16px;
  text-align:center;
}

.navigation {
  background-color:#ffffff;
  font-family:'Montserrat';
  font-size:22px;
  text-align:center;
  height:auto;
  width:auto;
  margin:auto;
}

h1 {
  font-family:'Montserrat';
  font-size:22px;
}

h2 {
  font-family:'Montserrat';
  font-size:20px;
}

a {
  color:#000000;
}

a:hover {
  color:#3d3d3d;
}

img snapchat {
  float:left;
}

ul.profile {
  margin-left:-30px;
  -moz-column-count:3;
  -moz-column-gap:10px;
  -webkit-column-count:3;
  -webkit-column-gap:10px;
  column-count:3;
  column-gap:10px;
  list-style-type:none;
}

ul.menu {
  margin-left:-20px;
  -moz-column-count:2;
  -moz-column-gap:10px;
  -webkit-column-count:2;
  -webkit-column-gap:10px;
  column-count:2;
  column-gap:10px;
  list-style-type:none;
}

ul.navigation {
  -moz-column-count:4;
  -moz-column-gap:10px;
  -webkit-column-count:4;
  -webkit-column-gap:10px;
  column-count:4;
  column-gap:10px;
  list-style-type:none;
}

.section {
  width:1000px;
  height:auto;
  margin:auto;
  text-align:center;
}