@charset "UTF-8";

html {
  color:#666699;
  justify-content:center;
}

body {
  background:url(https://dl.dropbox.com/s/vgr2jepfzf50s5v/starry.jpg);
  background-size:cover;
  background-attachment:fixed;
  margin:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  text-align:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-family:cursive;
  font-size:18px;
}

/*==============================================================================
mfc
=============================================================================*/
.heading {
  display:none;
}

.profile_row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

.profile_subsection {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  text-align:center;
}

#profile_password_photo_galleries,#about_me_label,#status_container,#blurb_container,#unix_last_broadcast,#unix_last_updated_container,#profile_header_container,#profile_avatar,#avatar_holder,#profile_header {
  display:none;
}

#header_bar,#username_container,#cam_score_container,#gender_container,#country_container,#sexual_preference_container,#tags_container,#tags_label,#tags_value {
  display:none;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#profile_friends {
  display:none;
}

#footer_bar,#profile_comments,#profile_interests_content {
  display:none;
}

/*==========================================================================*/
#nav {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1;
  list-style:none;
}

#nav > li {
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  padding:0 35px;
}

#nav > li > a {
  text-decoration:none;
  color:#666699;
}

#nav > li > a:hover {
  color:lightskyblue;
}

div:target {
}

#top,#main {
  border-radius:7px;
  margin:5px;
  padding:20px;
}

#top {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2;
  height:427px;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  background:url(https://dl.dropbox.com/s/v5xvwp89gp7xr9e/headerPic.jpeg) no-repeat;
  background-position:center;
}

#main {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3;
  min-height:250px;
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  -ms-flex-item-align:center;
  align-self:center;
}

#media {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

#media div {
  margin-right:2%;
}

ul {
  list-style-type:circle;
  list-style-position:inside;
  list-style-image:none;
}

#zilOne {
  margin:auto;
  content:url("https://dl.dropbox.com/s/qp5kxnflepjtx5u/TipMenuee.jpg");
}

#snapmenu {
  margin:auto;
  content:url("https://dl.dropbox.com/s/venbq9sevj5x5tq/SnapchatMenu.jpg");
}

#zilTwo {
  margin:auto;
  content:url("https://dl.dropbox.com/s/43go4aq9bbir9je/ZKC%20Tip%20Menu.jpg");
}

#zilthree {
  margin:auto;
  content:url("https://dl.dropbox.com/s/47eitlkyi0umr14/photoclub.jpeg");
}

#cumSD {
  margin:auto;
  background:url(https://dl.dropbox.com/s/5isnf0d3upukwje/Cumsavedeny.jpeg)no-repeat;
  background-position:center;
  min-height:505px;
  max-width:706px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-pack:distribute;
  justify-content:space-between;
  font-size:1.1em;
}

#cumSD ul {
  margin-top:15%;
  margin-right:5%;
  list-style-type:none;
  list-style-position:outside;
  list-style-image:none;
}

#breathtakers {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:auto;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  background:url(https://dl.dropbox.com/s/ltvislw8pw5bbvs/5kbanner.jpg)no-repeat;
  background-size:auto;
  background-position:center;
  min-height:520px;
  font-size:1.1em;
  color:white;
}

#breathtakers ul {
  margin-left:150px;
  list-style-type:none;
  list-style-position:outside;
  list-style-image:none;
}

#moonRK {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:auto;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  background:url(https://dl.dropbox.com/s/jcplgext5tklch5/moonrise.jpg)no-repeat;
  background-size:auto;
  background-position:center;
  min-height:1050px;
  width:900px;
  font-size:1.3em;
}

#moonRK ul {
  margin-top:350px;
  margin-right:50%;
  list-style-type:none;
  list-style-position:outside;
  list-style-image:none;
  color:lightblue;
}

#toptip {
  background:url(https://dl.dropbox.com/s/m14658zibdjfmyb/Hightippers.jpg)no-repeat;
  background-size:auto;
  background-position:center;
  font-size:1.8em;
  color:skyblue;
}

#krewmembers {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:auto;
  background:url(https://dl.dropbox.com/s/fxm6ml1um5i83zq/ZKC.jpg)no-repeat;
  background-size:cover;
  background-position:center;
  min-height:492px;
  width:720px;
  font-weight:bold;
  color:#0047b3;
}