@charset "UTF-8";

* {
  box-sizing:border-box;
}

html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,abbr,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}

body {
  line-height:1;
  background:#999;
}

ol,ul {
  list-style:none;
}

blockquote,q {
  quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content:'';
  content:none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* - - - - - - - - - - - - - - - - - - - -  Custom MFC - - - - - - - - - - - - - - - - - - - - */
/* -------------------------------Nav */
.nav {
}

nav {
  background:#0c1d18;
  width:1000px;
  margin:auto;
  position:fixed;
  top:0;
  left:0;
  right:0;
}

nav ul {
  display:flex;
  justify-content:center;
}

nav li {
  padding:2em 1em;
}

nav a {
  text-decoration:none;
  color:#e0fff6;
}

.main-cont {
  width:1000px;
  margin-left:-2px;
  margin-right:-2px;
  margin-bottom:-2px;
}

.sharedout {
  padding:1em;
}

.sharedin {
}

h1 {
  margin:auto;
  width:30%;
  text-align:center;
  font-family:'Berkshire Swash';
  font-size:1.8em;
  padding:1em 0;
  letter-spacing:.1em;
  border-bottom:1px solid #03EBA6;
}

p,u,a {
  text-align:center;
  font-family:'Noto Sans';
  font-size:1em;
  letter-spacing:.2em;
}

p {
  color:#fff;
  padding-bottom:1em;
}

/* -------------------------------Raffle */
.rafflecon {
  padding-bottom:2em;
  background:rgba(118,159,147,.7);
}

.raffle a {
  color:#fff;
  text-decoration:none;
  text-align:center;
  display:block;
  margin:auto;
  width:90px;
  padding:.3em;
  background:#000;
  border-radius:8px;
}

.raffle h1 {
  color:#374440;
}

.raffle p {
  padding:2em 0;
}

/* -------------------------------About */
.aboutcon {
  background:rgba(46,91,78,.7);
}

.about {
}

.about h1 {
  color:#fff;
}

.about p {
  padding:2em 0;
}

/* -------------------------------Links */
.linkcon {
  background:rgba(118,159,147,.7);
}

.link img {
  display:inline-block;
  margin:auto;
  padding-top:1em;
}

.link {
  text-align:center;
}

.link h1 {
  color:#374440;
}

.link p {
  padding:2em 0;
}

/* -------------------------------Pic gallery */
.piccon {
  width:100%;
  background:#0c1d18;
}

.pic {
  text-align:center;
  display:grid;
  grid-gap:.5em;
  grid-template-columns:2fr 1fr 2fr;
  grid-auto-rows:minmax(100px,auto);
  justify-items:stretch;
  align-items:stretch;
}

.pic h1 {
  color:#fff;
}

.pic img {
  display:block;
  margin:auto;
  width:100%;
  height:250px;
  object-fit:cover;
}

.img1 {
/* align-self:start; */
  grid-column:1/3;
  grid-row:1;
}

.img2 {
/* align-self:end; */
  grid-column:3/3;
  grid-row:1;
}

.img3 {
  grid-column:1/3;
  grid-row:2;
}

.img4 {
  grid-column:2/3;
  grid-row:2;
}

/* -------------------------------Menu */
.menucon {
  background:rgba(46,91,78,.7);
}

.menu {
}

.menu h1 {
  color:#fff;
}

.menu ul {
  padding:2em 0;
  text-align:center;
  display:grid;
  grid-gap:.5em;
  grid-template-columns:1fr 1fr;
  justify-items:center;
  align-items:center;
}

.menu li {
  width:470px;
}

.menu font {
}

.menu a {
  color:#fff;
  text-decoration:none;
}

.menu img {
}

/* -------------------------------Content */
.contentcon {
  background:rgba(118,159,147,.7);
}

.content {
}

.content h1 {
  color:#374440;
}

.content p {
}

.content ul {
  padding:2em 0;
  margin:auto;
  width:667px;
  text-align:center;
  display:grid;
  grid-gap:.5em;
  grid-template-columns:1fr 1fr;
  justify-items:stretch;
  align-items:stretch;
}

.content li {
  padding:2em;
  color:#fff;
  margin:auto;
  width:333px;
  height:auto;
  background:rgba(111,111,111,.88);
  border-radius:8px;
}

.content a {
  padding:.3em 1em;
  background:#000;
  color:#fff;
  border-radius:8px;
  text-decoration:none;
}

.content img {
  padding-bottom:10px;
}

/* -------------------------------Video */
.videocon {
  background:rgba(46,91,78,.7);
}

.video {
}

.video h1 {
  color:#fff;
}

.video ul {
  margin:auto;
  width:666px;
  padding:2em 0;
  display:grid;
  grid-gap:.5em;
  grid-template-columns:1fr 1fr;
  justify-items:stretch;
  align-items:stretch;
}

.video li {
  width:333px;
  background:#222;
  padding:1em;
}

.video a {
  color:#777;
  text-decoration:none;
}

/* - - - - - - - - - - - - - - - - - - - -  FONTS - - - - - - - - - - - - - - - - - - - - */
/* latin-ext */
@font-face {
  font-family:'Berkshire Swash';
  font-style:normal;
  font-weight:400;
  src:local('Berkshire Swash Regular'),local(BerkshireSwash-Regular),url(https://fonts.gstatic.com/s/berkshireswash/v6/4RZJjVRPjYnC2939hKCAimFprui36xQdb4y7MggwzrY.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;
}

/* latin */
@font-face {
  font-family:'Berkshire Swash';
  font-style:normal;
  font-weight:400;
  src:local('Berkshire Swash Regular'),local(BerkshireSwash-Regular),url(https://fonts.gstatic.com/s/berkshireswash/v6/4RZJjVRPjYnC2939hKCAiiJH4brlqpr7zMNWu0xQjN8.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;
}

/* cyrillic-ext */
@font-face {
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:400;
  src:local('Noto Sans'),local(NotoSans),url(https://fonts.gstatic.com/s/notosans/v7/C7bP6N8yXZ-PGLzbFLtQKRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:400;
  src:local('Noto Sans'),local(NotoSans),url(https://fonts.gstatic.com/s/notosans/v7/iLJc6PpCnnbQjYc1Jq4v0xJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

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

/* greek-ext */
@font-face {
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:400;
  src:local('Noto Sans'),local(NotoSans),url(https://fonts.gstatic.com/s/notosans/v7/gEkd0pn-sMtQ_P4HUpi6WBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:400;
  src:local('Noto Sans'),local(NotoSans),url(https://fonts.gstatic.com/s/notosans/v7/iPF-u8L1qkTPHaKjvXERnxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:400;
  src:local('Noto Sans'),local(NotoSans),url(https://fonts.gstatic.com/s/notosans/v7/mTzVK0-EJOCaJiOPeaz-hxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
}

/* latin-ext */
@font-face {
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:400;
  src:local('Noto Sans'),local(NotoSans),url(https://fonts.gstatic.com/s/notosans/v7/erE3KsIWUumgD1j_Ca-V-xJtnKITppOI_IvcXXDNrsc.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;
}

/* latin */
@font-face {
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:400;
  src:local('Noto Sans'),local(NotoSans),url(https://fonts.gstatic.com/s/notosans/v7/LeFlHvsZjXu2c3ZRgBq9nFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;
}

/* - - - - - - - - - - - - - - - - - - - -  DEFAULT MFC - - - - - - - - - - - - - - - - - - - - */
#profile_main_photo,#about_me_label,#marital_status_container,#sexual_preference_container,#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container,#tags_container,#tbody,#header_bar,#city_container,#profile_header,#profile_about_me > .heading,#footer_bar,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#drugs_container,#drink_container,#smoke_container,#country_container,#cam_score_container,#country_container,#drugs_container,#username_container {
  display:none;
}

#profile_friends {
  background:rgba(46,91,78,.7);
  padding:2em;
  font-family:'Noto Sans';
  font-size:1em;
  line-height:1.3em;
  letter-spacing:.2em;
  color:#fff;
}

#profile_friends a {
  color:#03EBA6;
  text-decoration:none;
}

#average_rating_label {
  padding-top:2em;
}

#profile_friends > .heading {
  color:#374440;
}

#profile_password_photo_galleries {
  padding-top:2em;
  position:relative;
  z-index:0;
  background:rgba(118,159,147,.7);
}

.photo_gallery_preview {
  color:#fff;
}

.photo_gallery_preview a {
  color:#222;
  text-decoration:none;
}

#profile_password_photo_galleries > .profile_section_content > .heading {
  color:#fff;
}

#profile_photo_galleries {
  padding-top:2em;
  position:relative;
  z-index:0;
  background:rgba(46,91,78,.7);
}

#profile_photo_galleries > .profile_section_content > .heading {
  color:#374440;
}

#profile_interests_content {
  position:relative;
  z-index:0;
  background:rgba(118,159,147,.7);
}

#profile_interests_content > .profile_section_content {
  padding:2em;
  font-size:1em;
  line-height:1.3em;
  letter-spacing:.2em;
  font-family:'Noto Sans';
}

#profile_interests_content .value {
  color:#fff;
}

#meaning_life_label {
  padding-top:2em;
}

#profile_interests_content .label {
  color:#222;
}

#profile_interests_content > .profile_section_content > .heading {
  color:#fff;
}

#profile_comments {
  padding:2em;
  font-size:1em;
  line-height:1.3em;
  letter-spacing:.2em;
  font-family:'Noto Sans';
  color:#fff;
  position:relative;
  z-index:0;
  background:rgba(46,91,78,.7);
}

#profile_comments a {
  color:#03EBA6;
  text-decoration:none;
}

#profile_comments > .profile_section_content > .heading {
  color:#374440;
}

#profile_comments > .profile_section_content {
  color:#fff;
}

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  width:1000px;
  margin:auto;
  margin-top:77px;
  background:url(https://s5.pixxxels.org/bmf4di2lj/pixback2.jpg)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.profile_section_content {
  color:#666666;
  border:0;
  border-radius:0;
  padding:0;
  margin:0;
}

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

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}

.profile_section_content .heading {
  margin:auto;
  width:30%;
  text-align:center;
  font-family:'Berkshire Swash';
  font-size:1.5em;
  padding:1em 0;
  letter-spacing:.1em;
  border-bottom:1px solid #03EBA6;
  background:url(#)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.content {
  padding:0;
}