@charset "UTF-8";

#header_bar,#profile_header,#profile_about_me > .heading,#profile_friends,#about_me_label,#username_container,#gender_container,#sexual_preference_container,#profile_comments,#footer_bar,#city_container,#occupation_container,#marital_status_label,#tags_container,#profile_main_photo,#marital_status_label {
  display:none;
}

body {
  width:70%;
  margin:0 auto;
  background-color:#000;
  background-image:url(http://pictures.mrbproduktions.com/images/2017/09/28/1029dc0d3286571d9a749464e5ae8024.jpg);
  background-position:center;
}

.button {
  background-color:black;
  border:none;
  color:white;
  padding:15px 32px;
  text-align:center;
  text-decoration:none;
  display:inline-block;
  font-size:16px;
}

div {
  border-radius:50px;
}

h2 {
  font-family:"Kaushan Script";
  -webkit-text-stroke-width:.5px;
  -webkit-text-stroke-color:white;
}

p {
  font-size:25px;
  font-weight:bold;
  -webkit-text-stroke-width:.1px;
  -webkit-text-stroke-color:white;
}

#aboutme p {
  font-size:20px;
}

#rules li {
  text-align:left;
}

.blackwhite {
  color:black;
  -webkit-text-stroke-width:.5px;
  -webkit-text-stroke-color:white;
}

.whiteblack {
  color:white;
  -webkit-text-stroke-width:.5px;
  -webkit-text-stroke-color:black;
}

.center_text {
  text-align:center;
}

.center_image {
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.bg_white {
  background:rgba(255,255,255,0.7);
}

.clte_menu {
  display:block;
  width:100%;
  height:auto;
  padding:3px 11px;
  text-align:center;
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  background-color:#4f4d4e;
}

footer {
  text-align:center;
}

.clte_menu a:link {
  color:#c04e37;
}

.clte_menu a:visited {
  color:#cc1061;
}

.clte_menu a:hover {
  color:gray;
}

.clte_menu a:active {
  color:white;
}

.main_font {
  font-family:'Kaushan Script',Helvetica,Arial,cursive!important;
  font-size:22px;
}

.column {
  float:left;
  width:33.33%;
}

/* Clear floats after the columns */
.row:after {
  content:"";
  display:table;
  clear:both;
}

@font-face {
  font-family:'Kaushan Script';
  font-style:normal;
  font-weight:400;
  src:local('Kaushan Script'),local(KaushanScript-Regular),url(https://fonts.gstatic.com/s/kaushanscript/v6/qx1LSqts-NtiKcLw4N03IO87R-l0-Xx_7cYc0ZX1ifE.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}