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

.cardall { 
  border-radius: 5px;
  border-left: 2px outset #EAE0C8;
  background-color: #3D2B1F;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;

  overflow-y: scroll;
  scrollbar-color: #FFA1FB black;

}


.cardslinks { /* button box*/ 
  padding-top: 5px;
  border: none;
  border-radius: 5px;
  background-color: #4F7942;
  font-size: 16px;
  font-family: 'basiic';
  width: fit-content;
  height: fit-content;
  z-index: 1;
  text-align: left;
}

.halfcolumn {  
  float: left;
  width: 50%;
  padding-top: 2px;
}

.cardtwo { /* 2nd main box */ 
  padding: 5px;
  border: hidden;
  background-color: #3D2B1F;
  overflow-y: hidden;
  overflow-x: hidden;
  
}

.cardthree {
  padding: 5px;
  border: hidden;
  background-color: #3D2B1F;
  overflow-y: hidden;
  overflow-x: hidden;
  
}


.button {
  background-color: black; 
  border: 2px solid grey;
  color: #EAE0C8;
  padding: 10px 28px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'basiic';
  border-radius: 8px;
}

.button:hover {
  background-color: #FFA1FB;
  color: #EAE0C8;
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}



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

.leftcolumn { 
  float: left;
  width: 15%;
}
.midcolumn { 
  float: left;
  width: 85%;
}

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

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

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

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

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

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

.card { /* main box, margin is outside border, padding is inside border*/
  padding: 5px;
  margin: 5px;
  border: hidden;
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  max-height: 400px;
  z-index: 1;
}


 /*links*/
a {
    color: #EAE0C8;
}

a:visited {
    color: #EAE0C8;
}

a:hover {
  text-decoration: wavy;
  color: #EAE0C8;
}


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


h4 {
    color: #EAE0C8;
    font-size: 36px;
    text-align: left;
    margin: 2px 5px 5px 10px; /*top right bottom left*/
    padding: 1px 5px 5px 10px;
}

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

h5 {
    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; /*top right bottom left*/
    padding: 2px 2px 0px 2px;
    font-size: 12px;
} 

  
h6 {
    color: #EAE0C8;
    margin: 2px 0px 2px 0px; /*top right bottom left*/
    padding: 2px 2px 0px 2px;
} 


p { 
  margin: 10px 3px 10px 3px; /*top right bottom left*/
  }



/*custom fonts*/

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

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

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

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

@font-face {
    font-family: 'Pulsewidth';
    src: url('/fonts/Pulsewidth-1.0.0.otf');
}

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