@charset "UTF-8";

.star {
  width:10%;
  vertical-align:middle;
}

.star-members {
  width:5%;
  vertical-align:middle;
}

#heart {
  width:10%;
  vertical-align:middle;
}

#amazon {
  width:10%;
  vertical-align:middle;
}

.star-text {
  display:inline-block;
  vertical-align:middle;
  font-family:fantasy;
  font-size:2.5em;
}

#heart-text {
  display:inline-block;
  vertical-align:middle;
  font-family:fantasy;
  font-size:2.5em;
}

.custom-text {
  margin-top:1vw;
  position:relative;
  width:30vw;
  height:auto;
  background-color:rgba(255,255,255,0.7);
  border-radius:5px;
  padding:10px;
  float:right;
  text-align:center;
  box-shadow:0 0 3px black;
}

.custom-text1 {
  margin-top:1vw;
  position:relative;
  width:40vw;
  height:auto;
  background-color:rgba(255,255,255,0.7);
  border-radius:5px;
  padding:10px;
  float:right;
  text-align:center;
  box-shadow:0 0 3px black;
}

.custom-text2 {
  margin-top:1vw;
  position:relative;
  width:50vw;
  height:auto;
  background-color:rgba(255,255,255,0.7);
  border-radius:5px;
  padding:10px;
  float:right;
  text-align:left;
  box-shadow:0 0 3px black;
}

ul {
  columns:2;
  font-family:fantasy;
}

li {
  font-size:2em;
}

.normal-text {
  font-family:fantasy;
  font-size:2em;
}

#about_me_container {
  float:right;
}

body {
  background-image:url(https://profiles.autodb.work/AichaX/bg1.jpg);
/* Full height */
  height:100vh;
/* Center and scale the image nicely */
  background-attachment:fixed;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  overflow:scroll;
}

.profile_section_background {
  background:transparent!important;
}

#header_bar,#footer_bar,.profile_row,#username_container,#cam_score_container,#gender_container,#body_type_container,#hair_container,#eyes_container,#country_container,#sexual_preference_container,#tags_container,#about_me_label,.heading,#profile_friends {
  display:none;
}

/*     Begin Custom */
a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#9AC956;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#666666;
  border:px #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

@media screen and (orientation: portrait) {
  #about_me_container {
    float:left;
  }
  
  .custom-text,.custom-text1,.custom-text2 {
    float:left;
  }
  
  .custom-text {
    width:50vw;
  }
  
  .custom-text1 {
    width:60vw;
  }
  
  .custom-text2 {
    width:70vw;
  }
  
  body {
    background-image:url(https://profiles.autodb.work/AichaX/bg2.jpg);
  }
}

@media screen and (max-width: 720px) {
  #about_me_container {
    float:left;
  }
  
  .custom-text,.custom-text1,.custom-text2 {
    float:left;
  }
  
  .custom-text {
    width:50vw;
  }
  
  .custom-text1 {
    width:60vw;
  }
  
  .custom-text2 {
    width:70vw;
  }
  
  body {
    background-image:url(https://profiles.autodb.work/AichaX/bg2.jpg);
  }
}