
body {
  background-image: url("/pics/sabg1.jpeg");
  background-repeat: no-repeat;
  background-size: auto;
  color: #EAE0C8;
  font-family: 'basiic';
  width: 98vw; 
  height: 98vh;
  cursor: url(https://cur.cursors-4u.net/food/foo-6/foo510.cur), auto !important;
}


.textfloat{
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }

 @keyframes floating {
    0% {
      transform: translate(0, 0px);
    }

    50% {
      transform: translate(0, 6px);
    }

    100% {
      transform: translate(0, -0px);
    }
 }
    




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



.leftcolumn { 
  float: left;

}
.midcolumn { 
  float: left;
  width: 62%;
}

.centercolumn { 
  float: left;
  width: 75%;
}

.rightcolumn { 
  float: left;
  width: 10%;
  background-color: black;
}

.qucolumn { /* quarter column / split */   
  float: left;
  width: 22%;
}

.halfcolumn { 
  float: left;
  width: 50%;
}

.titlecolumn { 
  float: left;
  width: fit-content;
}

.decocolumn { 
  float: left;
  width: fit-content;
  padding-left: 15px;
}

thirdcolumn { /* 3/4th column / split */   
  float: left;
  width: 60%;
}

quarcolumn { /* 3/4th column / split */   
  float: left;
  width: 40%;
  
}

.smacolumn { /* 3/4th column / split */   
  float: left;
  width: 10%;
}

.leftboardcolumn { /* 3/4th column / split */   
  float: left;
  width: 40%;
}

.rightboardcolumn { /* 3/4th column / split */   
  float: left;
  width: 40%;
}

.maincolumn { /* main section col */   
  float: left;
  width: 970px;
}

.sidecolumn { /* button col */   
  float: left;
  width: 100px;
}

.midcolumnguest { 
  float: left;
  width: 620px;
}

.leftcolumnguest { 
  float: left;
  width: 250px;
}


.flexwrapper {
  display: flex;
}

.flexleftcolumn {
  flex: 1;
}

.flexmidcolumn {
  flex: 2;
}

.flexrightcolumn {
  flex: 3;
}

.button {
  border: none;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background: transparent;
  font-family: 'basiic';
  cursor: pointer;
  
}

:popover {
  bottom: 5px;
  right: 5px;
}




* {
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

html,
body {
height: 100%;
}

.card { 
  padding-top: 5px;
  margin-top: 5px;
  margin-left: 5px;
  border: hidden;
  background-color: #4F7942;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 400px;
  z-index: 1;
}



.cardtop { 
  padding-top: 10px;
  padding-left: 5px;
  border: hidden;
  background-color: #3D2B1F;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 400px;
  z-index: 1;
}

.cardbottom { 
  border: hidden;

  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 1;
}


.webringbox { /* main box, margin is outside border, padding is inside border*/
  padding: 5px;
  border: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: center;
  z-index: 1;
}


.cardtgg { /* top gif card */
  border: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: right;
  z-index: 1;
}


.cardvtub { /* top gif card */
  border: hidden;
  width: 166px;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-color: #FFA1FB black;
  z-index: 1;
}


.cardtwo { 
  padding: 5px;
  margin: 5px;
  border: hidden;
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 200px;
  z-index: 1;
}

.cardall { /* main content box has actual content */
  border-radius: 5px;
  padding-left: 0px;
  border: 4px solid #3D2B1F;
  background-color: #4F7942;
  overflow-y: hidden;
  max-width: 960px;
  width: 98%;
  height: 96vh;
  z-index: 1;
  margin-top: 5px;
  margin-left: 5px;
}

.cardcenter { /* main content box has actual content */

  border-top: 4px solid #9E9885;
  background-color: #4F7942;



  z-index: 1;
  scrollbar-color: #3D2B1F #4F7942;
}

.cardbackflex { /* main content box has actual content */

  background-color: #4F7942;
  overflow-y: scroll;

  z-index: 1;
  scrollbar-color: #3D2B1F #4F7942;
}




.cardintro { 
  padding: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 640px;
  
  height: auto;

  scrollbar-color: #3D2B1F #4F7942;
  z-index: 1;
}



.cardrightflex { 
  background-color: #4F7942;
  z-index: 1;
}

.cardprofile { 
  padding: 5px 2px 2px 5px; /*top right bottom left*/
  margin: 5px 5px 5px 5px; 
  margin-left: 0px;
  border-top: 2px dotted grey;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 14px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 500px;
  z-index: 1;
}

.cardst { /*status*/
  padding: 5px;
  margin: 2px;
  margin-top: 12px;
  border-top: 2px dotted grey;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-color: #FFA1FB black;
  height: fit-content;
  width: auto;
  z-index: 1;
}


.cardcurr { /* currently*/ 
  padding: 0px 5px 5px 2px; /*top right bottom left*/
  margin: 5px 5px 5px 5px; 
  border: 2px dotted grey;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 14px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 1;
  height: 138px;
  scrollbar-color: #FFA1FB black;
}

.cardl { /* left column cards */
  margin-bottom: 10px;
  margin-left: 0px;
  border-top: 4px solid #9E9885;
  border-right: 4px solid #9E9885;
  width: 138px;
  background-color: #9E9885;
  overflow-y: scroll;
  font-size: 16px;
  font-family: 'basiic';
  padding: 2px 2px 2px 5px; /*top right bottom left*/
  z-index: 1;
  scrollbar-color: #FFA1FB black;
}





.cardboard {
  padding: 4px; /*top right bottom left*/
  margin: 5px 5px 5px 10px; 
  border: 2px solid #9E9885;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  height: 130px;
  z-index: 1;
}

.cardinnermess {


  width: fit-content;
  overflow-y: hidden;
  overflow-x: hidden;

  z-index: 1;
}


.cardnotfound {
  padding: 4px; /*top right bottom left*/
  margin: 5px 5px 5px 5px;
  border: 2px ridge #9E9885;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  height: fit-content;
  width: fit-content;
  z-index: 1;
}

.cardgbook{ /* guestbook */
  padding: 4px; /*top right bottom left*/
  margin: 5px 5px 5px 5px; 
  border: 2px solid #9E9885;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  height: fit-content;
  width: fit-content;
  z-index: 1;
}


.cardlwb { /* web */
  border: 2px solid #9E9885;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #4F7942;
  padding-top: 5px;
  border-radius: 5px 5px 5px 5px;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: scroll;
  overflow-x: hidden;
  height: 178px;
  width: auto;
  scrollbar-color: #3D2B1F #4F7942;
  z-index: 1;
  text-align: left;
  padding-left: 5px;
}

.cardmgg { /* title gif card */
  background-color: #4F7942;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: right;
  max-height: 400px;
  z-index: 1;
}

.cardmsi { /* music */
  margin: 5px 5px 5px 5px; /*top right bottom left*/
  padding: 6px;
  border: 2px solid #9E9885;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  height: 260px;
  z-index: 1;
}

.cardmp { /* purpose card */
  padding: 0px 5px 5px 5px; /*top right bottom left*/
  margin: 5px 5px 5px 5px; 
  border-top: 2px solid #9E9885;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  height: fit-content;
  z-index: 1;
}

.cardma { /* music card */
  padding: 5px 5px 5px 10px; /*top right bottom left*/
  margin: 5px 5px 5px 5px; /*top right bottom left*/
  border-left: 4px solid #9E9885;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 400px;
  text-align: left;
  z-index: 1;
}

.cardupd { /* update card */
  margin: 0px 5px 0px 5px; /*top right bottom left*/
  border: 2px dotted #9E9885;
  border-radius: 5px 5px 5px 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'heartfont';
  overflow-y: hidden;
  overflow-x: hidden;
  height: 178px;
  z-index: 1;
}

  textarea {
  color: #EAE0C8;
  resize: none;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 2px outset #9E9885;
  border-radius: 5px 5px 5px 5px;
  background: #4F7942;
  width:auto;
  margin-top: 5px;
  margin-left: 5px;
  scrollbar-color: #FFA1FB black;
}

  table {
  color: #EAE0C8;
  font-size: 15px;
}

  buttonarea {
  margin: 10px 5px 1px 5px; /*top right bottom left*/
}


#statuscafe {
    padding: 2px;
    background-color: #4F7942;
    margin: 2px;
}
#statuscafe-username {
    margin-bottom: 5px;
    font-size: 14px;
}
#statuscafe-content {
    margin: 0px 5px 5px 5px; /*top right bottom left*/
    font-size: 14px;
}

#scroll-container {

  border-top: 4px solid #9E9885;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
  height: 26px;
  width: auto;
  background: black;
  font-size: 18px;
  font-family: 'basiic';
  color: white;
}

  #aero-ring {
    background: linear-gradient(to bottom, #404040 0%, #000000 100%);
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5),
      inset 0 2px 1px rgba(255, 255, 255, 0.15),
      inset 0 -2px 1px rgba(0, 0, 0, 0.35);
    font-family: sans-serif;
    margin: 10px auto 0px auto;
    max-width: 15rem;
    padding: 0.75rem;
  }

  #aero-ring a,
  #aero-ring a:visited {
    color: white !important;
  }

  #aero-ring a:focus,
  #aero-ring a:hover,
  #aero-ring a:active {
    color: lightgrey !important;
  }

#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 40s linear infinite;
  -webkit-animation: my-animation 40s linear infinite;
  animation: my-animation 40s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
 
 /*links*/
a {
    color: #EAE0C8;
}

a:visited {
    color: #EAE0C8;
}

a:hover {
  color: #FFA1FB;
  text-decoration-line: underline;
  text-decoration-style: wavy; 
        
}

.tooltip {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 5px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  padding: 5px;
  position: absolute;
  z-index: 999999999;
  top: 50%;
  left: 100%; /*right of tooltip */
  margin-top: -5px;
  background-color: black;
  text-align: center;
  font-size: 16px;
  color: #EAE0C8;
  border: 2px solid #9E9885;
  border-radius: 5px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: fixed;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border: 5px solid transparent black transparent transparent;
  z-index: 2;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}





/*music player 1*/
.player {
  height: 100px;
  width: auto;
  align-items: center;
  background-color: #4F7942;
  border: 2px solid #9E9885;
  border-top: none;
  border-radius: 0px 0px 5px 5px; /*topleft topright bottomleft bottomright*/
  margin-left: 5px;
  margin-right: 5px;
}

.playertop {
  height: 40px;
  width: auto;
  align-items: center;
  background-color: #4F7942;
  border: 2px solid #9E9885;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px; /*topleft topright bottomleft bottomright*/
  margin-left: 5px;
  padding-top: 2px;
  padding-left: 5px;
  margin-right: 5px;
}


.details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}



.now-playing {
  font-size: 12px;
  margin-top: 5px;
}

.track-name {
  font-size: 14px;
}

.track-artist {
  font-size: 0px;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.playpause-track {
  padding: 0px 25px 5px 25px; /*top right bottom left*/
  width: auto;
  height: auto;
  opacity: 0.8;

  /* Smoothly transition the opacity */
  transition: opacity .2s;
}

.prev-track {
  padding: 0px 20px 5px 25px; /*top right bottom left*/
  width: auto;
  height: auto;
  opacity: 0.8;

  /* Smoothly transition the opacity */
  transition: opacity .2s;
}

.next-track {
  padding: 0px 20px 5px 20px; /*top right bottom left*/
  width: auto;
  height: auto;
  opacity: 0.8;

  /* Smoothly transition the opacity */
  transition: opacity .2s;
}

.playpause-track:hover, .prev-track:hover, .next-track:hover {
  opacity: 1.0;
}

.slider_container {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modify the appearance of the slider */
.seek_slider, .volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3px;
  background: white;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb, .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
}

.seek_slider:hover, .volume_slider:hover {
  opacity: 1.0;
}

.seek_slider {
  width: 50%;
}

.volume_slider {
  width: 50%;
}

.current-time, .total-duration {
  padding: 5px 5px 5px 5px; /*top right bottom left*/
  font-size: 12px;
}

i.fa-volume-down, i.fa-volume-up {
  padding: 10px;
}

i.fa-play-circle, i.fa-pause-circle, i.fa-step-forward, i.fa-step-backward {
  cursor: pointer;
}




/*new player*/

.playercardnew {
  padding: 4px; /*top right bottom left*/
  margin: 2px 5px 5px 5px; /*top right bottom left*/
  border: 2px solid #9E9885;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  overflow-y: hidden;
  overflow-x: hidden;
  height: 130px;
  width: auto;
  z-index: 1;
}

 #musicplayer{
                font-family:'basiic'; 
                background:#4F7942; 
                border:none;
                width:100%; /* 100% if you want it to fill container */
                padding:2px;
                text-align:left; 
                display:flex;
                flex-direction:column;
                gap:4px;
            }
 
            .songtitle, .track-info, .now-playing{
                padding:2px;
            }
 
            .controls{
                display:flex; 
                flex-direction:column; 
                gap:2px;
            }
 
            .buttons{
                display:flex;
                justify-content:center;
                font-size:17px !important; /* size of controls */
                width:100%;
            }
 
            .buttons div{
                width:33.3%;
            }
 
            .playpause-track, .prev-track, .next-track{
                color:#FFA1F; /* color of buttons */
                font-size:18px !important; /* size of buttons */
            }
 
            .volume-icon{
                font-size:18px !important; /* size of volume icon */
            }
 
            .seeking, .volume{
                display:flex;
                flex-direction:row;
                align-items:center;
                gap:5px;
            }
            
            .track-art {
            height: 70px;
            width: 70px;
            border-radius: 10px;
            align-items: center;
            justify-content:center;
            }
 
            .now-playing, .track-info{
                background-color:#4F7942; /* background color of top two boxes */
            }
 
            .now-playing{
                font-weight:bold;
            }
 
            input[type=range]{
                -webkit-appearance:none; /* removes default appearance of the tracks */
                width:70%;
            }
 
            input[type=range]:focus{
                outline:none; /* removes outline around tracks when focusing */
            }
 
            input[type=range]::-webkit-slider-runnable-track{
                width:100%;
                height:4px; /* thickness of seeking track */
                background: grey; /* color of seeking track */
            }
 
            input[type=range]::-webkit-slider-thumb{
                height:10px; /* height of seeking square */
                width:10px; /* width of seeking square */
                border-radius:5px; /* change to 5px if you want a circle seeker */
                background:#FFA1FB; /* color of seeker square */
                -webkit-appearance:none;
                margin-top:-3px; /* fixes the weird margin around the seeker square in chrome */
            }
 
            input[type=range]::-moz-range-track{
                width:100%;
                height:4px; /* thickness of seeking track */
                background: grey; /* color of seeking track */
            }
 
            input[type=range]::-moz-range-thumb{
                height:10px; /* height of seeking square */
                width:10px; /* width of seeking square */
                border-radius:5px; /* change to 5px if you want a circle seeker */
                background:grey; /* color of seeker square */
                border:none; /* removes weird border around seeker square in firefox */
            }




/*header*/
h1 {
    color: #EAE0C8;
    font-family: 'ktegaki';
    font-size: 3.1em;
    text-align: left;
    margin-top: 10px; 
    margin-left: 5px;
}


h2 {
    color: #EAE0C8;
    margin: 2px 2px 2px 2px; /*top right bottom left*/
    padding: 2px 2px 2px 2px;
    font-size: 16px;
    
}



h3 {
    color: #EAE0C8;
    margin: 2px 0px 2px 0px; 
    padding: 2px 2px 0px 2px;
    font-size: 12px;
} 

h4 {
    color: #EAE0C8;
    font-size: 32px;
    text-align: left;
    margin: 2px 5px 5px 10px; 
}

 h5 {
    color: #EAE0C8;
    margin: 2px 2px 2px 2px; 
    padding: 2px 2px 2px 2px;
}

  
h6 {
    color: #EAE0C8;
    margin: 2px 0px 2px 0px; 
    padding: 2px 2px 0px 2px;
} 


p { 
  margin: 10px 3px 10px 3px; 
  color: #EAE0C8;
  }


            
/*fonts*/



@font-face {
font-family:'nikyukyu';
src: url(https://dl.dropbox.com/s/tj1p07o8xlthc3x/NIKUKYU.ttf);
 
}


@font-face {
src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
font-family: hearts;
}


@font-face {
    font-family: 'ktegaki';
    src: url('/fonts/KTEGAKI.ttf');
}


@font-face {
    font-family: 'basiic';
    src: url('/fonts/basiic.ttf');
}

@font-face {
    font-family: 'heartfont';
    src: url('/fonts/heartfont.ttf');
}



