body{
      background-attachment:fixed;
      background-image:url(https://f8n-production.s3.us-east-2.amazonaws.com/collections/mxxxw9qwl-Capture.PNG);
      background-position:center;
      background-size:cover;
      color:#fff;
}

.topRight:before{content:url(https://imgb.ifunny.co/images/69ce03c0b5cc17aced5ac7a68259e2d10f6cdd50b06ba9bff8f4861409dde981_3.jpg);}

.shortRight div {
color: white;    
}
#country {
font-size: 0px;
}
#country:after {
font-size: initial;
content: "The Stugots – Belmar, New Jersey";
}

h2{
    color: white; 
    font-size: 0px;
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: #transparent;
    position: relative;
    bottom: 13px;
    padding-right: -5px;
}
#name{
    padding-right: 50px;
}
p{
    color:black;
    width: 450px;
}
div{
    color:black;
}
h3{
    color: #transparent;
}
a{
    color: #transparent;
}
.shortRight{
	background-color:#transparent;
        padding: 2px;
}
td{
	background-color:#transparent;
}
.topLeft{
	position: relative;
	top: 28px
}

.short {
   color: white;
   background-image: url(https://files.yyyyyyy.info/images/lsd-07.png);
}

.boxInfo {
    background-image: url(https://upload.wikimedia.org/wikipedia/en/2/27/Bliss_%28Windows_XP%29.png);
    background-position: center;
    background-size: 100% 400%;
}

.rightHead {
    background-image: url(http://scp-wiki.wdfiles.com/local--files/scp-5470/gap2.jpg);
    color: #ffffff;
    padding-left: 4px;
}

#header{
background: url("https://1.bp.blogspot.com/-6TyE_n-7w28/TtdyiumCmLI/AAAAAAAAA5Q/0ZXOG44qsuk/s1600/Mandel_zoom_07_satellite.jpg") !important;
background-size: cover !important;
color: #009966 !important;
}

.tableLeft {
background: url("http://scp-wiki.wdfiles.com/local--files/scp-5470/gap5.jpg") !important;
background-size: cover !important;
}

* {
font-smooth: never !important;
-webkit-font-smoothing : none !important;
}
/*body {transform: rotate(180deg);margin:0}*/
.box.fwiends .rightHead b {font-size: 0px !important}

.blogs{
display: flex;
flex-flow: row wrap;
padding-top: 16px;
padding-bottom: 16px;
}

.blurbs>.blogs>div:first-child{
margin-top: -3px;
margin-left: -3px;
margin-right: -3px;
border-top: none;
position: relative;
width: calc(100% + 2px);
top: -16px;
}

.blurbs>.blogs>div:nth-child(2){
box-shadow:0px 0px 0 1px navy;
}

.blurbs>.blogs>div:not(:first-child){
width: 96px;
text-align: center;
margin: 0 20px;
}

.blurbs>.blogs>div:not(:first-child):before{
content: "";
display: block;
width: 96px;
height: 64px;
background: url(https://files.yyyyyyy.info/images/04w4bh1yim3qzo42bsus.gif);
background-repeat: no-repeat;
background-position: center;
}

.blurbs>.blogs>div:not(:first-child):hover:before{
background-image: url(https://web.archive.org/web/20090821070534/http://geocities.com/sub-zero321/nlogospin.gif);
}

/* _player.scss */
.player:after,
.songName b:after {
  background-image: url("https://i1.sndcdn.com/artworks-Sap9B5vz1bciRJ4C-sC8YOQ-t240x240.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.player {
  position: relative;
  color: #b9c1c7;
  --controls-filter: invert(1);
  --time-text-color: #FFF;
}

.songName {
  padding: 10px 16px;
  font-size: 100%;
}

.songName b {
  display: block;
}

.songName a {
  position: absolute;
  top: 16px;
  right: 16px;
}
.songName a img {
  display: block;
  height: 16px !important;
  padding: 0 !important;
}

.songName a img {
  filter: invert(1);
}

.songTitle {
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player audio {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
}

/* edit mp3 button */
.player + div {
  height: 20px;
  margin: 0 auto 20px;
}

.player + div button {
  margin: 0;
  height: 20px;
  min-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .player {
    background: #000 !important;
    overflow: hidden;
  }

  .player:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(4px);
    opacity: 0.6;
    pointer-events: none;
    z-index: 5;
  }

  .songName {
    color: #EEE;
    text-align: center;
    position: relative;
    z-index: 10;
  }

  .player audio {
    position: relative;
    z-index: 10;
  }

  .songName b {
    display: block;
    font-size: 0;
    line-height: 0;
  }

  .songName b:after {
    content: "";
    display: block;
    background-color: #333;
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
  }

  .songName a {
    position: absolute;
    top: 0;
    left: 16px;
    width: 130px;
    height: 130px;
    background: rgba(0, 0, 0, 0.8);
    margin: 10px auto 0;
    color: #FFF;
    display: block;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.2s linear;
  }

  .songName a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .songName a img {
    filter: invert(1);
    float: none !important;
    height: 20px !important;
    margin: 44px auto 0;
  }

  .songName a:after {
    content: "Download";
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: 8px;
  }

  .songTitle {
    color: #FFF;
    font-weight: bold;
    height: 20px;
    margin-top: 10px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .player:after {
    opacity: 0.2;
  }
}
/* chromium 76+ only. older browser has different player design */
/* chromium media controls: https://chromium.googlesource.com/chromium/blink/+/refs/heads/master/Source/core/css/mediaControls.css */
@media (prefers-color-scheme: dark) and (min-resolution: 0.001dpcm), (prefers-color-scheme: light) and (min-resolution: 0.001dpcm), (prefers-color-scheme: no-preference) and (min-resolution: 0.001dpcm) {
  .player audio::-webkit-media-controls,
.player audio::-webkit-media-controls-panel,
.player audio::-webkit-media-controls-enclosure {
    background: transparent;
  }

  .player audio::-webkit-media-controls-play-button,
.player audio::-webkit-media-controls-mute-button,
.player audio::-webkit-media-controls-volume-slider,
.player audio::-webkit-media-controls-timeline {
    filter: var(--controls-filter);
  }

  .player audio::-webkit-media-controls-current-time-display,
.player audio::-webkit-media-controls-time-remaining-display {
    color: var(--time-text-color);
    text-shadow: none;
    font-size: 10px;
  }
}
/* end _player.scss */
/* _contact.scss */
.boxInfo .boxHead {
  padding: 10px 16px;
  background: none;
}

.boxInfo a {
  color: inherit;
  padding: 0;
  width: 50%;
  display: block;
  float: left;
}

.boxInfo a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.boxButton {
  color: inherit;
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
  font-size: 12px;
}

.boxButton:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
}

.boxInfo > a[href*="send."] {
  -ms-grid-column: 1;
  grid-column: 1;
}

#sMsg:before {
  background-position: 0px -32px;
}

.boxInfo > a[href*="invitation."] {
  -ms-grid-column: 3;
  grid-column: 2;
}

#add:before {
  background-position: -32px -32px;
}

.boxInfo > a[href*="report."] {
  -ms-grid-column: 5;
  grid-column: 3;
}

#report:before {
  background-position: -64px -32px;
}

.boxInfo > a[href*="blokc."] {
  -ms-grid-column: 7;
  grid-column: 4;
}

#block:before {
  background-position: -96px -32px;
}

.boxInfo {
  /* grid layout will be used in larger screens*/
  /* on small sceens buttons will be shown in two columns */
  display: block;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  -ms-grid-rows: 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 8px;
}

.boxInfo {
  -ms-grid-rows: 1fr;
}

.boxInfo .boxHead {
  display: none;
}

.boxInfo a {
  -ms-grid-row: 1;
  grid-row: 1;
}

.boxButton {
  height: 60px;
  line-height: 1;
  text-align: center;
  padding: 0 8px;
}

.boxButton:before {
  display: block;
  height: 32px;
  margin: 0 auto;
}

@media screen and (min-width: 360px) {
  .boxInfo {
    display: -ms-grid;
    display: grid;
  }

  .boxInfo a {
    width: 100%;
    float: none;
  }
}
/* end _contact.scss */

#about {
    Color: White;
    border-color: black;
    border: 1px solid #000;
    background-color: black;
    background-size: 100% 100%;
    background-image: url(https://www.biography.com/.image/t_share/MTE4MDAzNDEwNzg5ODI4MTEw/barack-obama-12782369-1-402.jpg);
    hheight: 365.19px;
}

/*This changes the “who id like to meet” box*/
#who {
    Color: white;
    border-color: black;
    border: 1px solid #000;
    background-image: url(https://imgb.ifunny.co/images/69ce03c0b5cc17aced5ac7a68259e2d10f6cdd50b06ba9bff8f4861409dde981_3.jpg);
    background-size: 100% 100%;
    Background-color: white;
    hheight: 365.19px;
}

.url {
    font-size: 0px;
    background-image: url(https://img.fireden.net/co/image/1585/94/1585943072588.gif);
    background-size: 315px;
    background-repeat: no-repeat;
    position: fixed;
    right: 0;
    bottom: 0;
    color: transparent !important;
    background-color: transparent;
    height: 315px;
    width: 315px;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    z-index: 750;
}