:root{
    --padding: 15px;
    --lineheight: 1.8;
    --margin: 12px;
    --marginfooter: 62px;
    --backgroundinside: url(../images/carmen/carmenbginside.png);
    --backgroundpos: center center;
    --color1: #603930;
    --color2: #4f7b82;
    --color3: #78d9c1;
    --colorlight: #fff7e2;
    --colortext: #7d543b;
    --scrollspeed: -800px;
    --customborder: url(../images/border.gif);
    --fontlist: "base";
    --font: "base";
    --fontsizesmall: 22px;
    --fontsizemid: 34px;
    --fontsizebig: 40px;
}

@font-face { 
	font-family: "Header Font"; 
	src: url("../external/carmenheaderfont.woff2") format("woff2"), 
		url("../external/carmenheaderfont.woff") format("woff"), 
		url("../external/carmenheaderfont.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}

@font-face { 
	font-family: "base"; 
	src: url("../external/carmenfont.woff2") format("woff2"), 
		url("../external/carmenfont.woff") format("woff"), 
		url("../external/carmenfont.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}

body{
background-image: url(../images/carmen/carmenbg.png);
overflow-x: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;
}

.chibicontainer {
    position: relative;
    top: 880px;
    right: -30px;
    z-index: 99;
}



.chibicontainer img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    scale: 0.4;
    transform-origin: bottom center;
}     

  .squish{
  transition: transform .2s; 
  transform-origin: bottom center;
  }

.squish:hover {
    transform: scale(1.1);
    transition: transform .2s;
    transform-origin: bottom center;
}     
.squish:active {
    transform: scaleX(1.5) scaleY(0.8);
    transition: transform .2s;
    transform-origin: bottom center;
    
}     

.main {
    flex: 1;
}

.flex{
    display: flex;
    justify-content: center;
    gap: 20px;
}

#headerimg{
  background-image: url("../images/logo.png");
  width: 100%;
  max-width: 900px;
  height: 220px;
  margin: -10px auto 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  image-rendering: pixelated;
}

.header{
    gap: var(--padding);
    padding: var(--padding);
}

.text{
text-align: center;
color: var(--colortext);
font-family: var(--font);
font-size: var(--fontsizesmall)

}
.text2{
text-align: left;
color: var(--colortext);
font-family: var(--font);
font-size: var(--fontsizesmall)
}

.smalltext{
text-align: center;
font-size: 16px;
color: var(--colortext);
font-family: var(--font);
font-size: var(--fontsizesmall)
}

.link{
  text-decoration: none;
  color: var(--colortext);
}
.link :hover{
  color: var(--color3);
}

.buttons88x31{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 5px;
}

.artcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  
}
.artitem {
  margin: 5px;
  border: 4px solid var(--color1);
  border-radius: 8px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.artitem img {
  width: 150%;
  height: 150%;
  margin: -25% 0 0 -25%;
  transition: 0.1s;
  object-fit: cover;
}

.artitem :hover {
  width: 100%;
  height: 100%;
  margin: 0% 0 0 0%;
  transition: 0.1s;
  object-fit: cover;
}

.imgpreview{
  width: 30%;
  height: auto;
  margin-top: var(--margin);
  border: 2px ridge var(--color3);

}

.imagepix{
  display: inline-block;
  margin-right: var(--margin);
  margin-bottom: -4px;
}

#list{
  list-style-type: none;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  justify-content: center;
  gap: 60px;

}

#list a{
  text-decoration: none;
  color: white;
  scale: 1;
  font-size: large;
  font-family: var(--fontlist);
  padding-top: var(--margin);
  font-size: var(--fontsizemid);
}

#list a :hover{
    background-image: url("../images/divider.gif");
    background-clip: text;
    scale: 1.3;
    -webkit-text-fill-color: transparent;
  }

#list a :active{
    background-image: url("../images/divider.gif");
    background-clip: text;
    scale: 0.9;
    -webkit-text-fill-color: transparent;
  }

.imvu{
  display: flex;
  justify-content: center;
  gap: 5px;
  display: inline;
  background-color: black;
}


p{
  color: #ffffff;
}

.flex{
    display: flex;
    justify-content: center;
    gap: 0px;
}

.center{
  display: block;
  margin: auto;
  width: 50%;
}

.top-row{
    display: flex;
}

.space{
    height: 20px;
}

.bar{
    height: 43px;
    background-repeat: no-repeat;
    background-position: var(--backgroundpos);
    background-image: url(../images/_orb_lavender.gif);
}

.bargreen{
    height: 43px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: var(--backgroundpos);
    background-image: url(../images/07.gif);
}

.sidebardiv{
    height: 40px;
    width: 198px;
    background-repeat: no-repeat;
    background-position: var(--backgroundpos);
    background-image: url(../images/sparkles5.gif);
    margin: 0 auto;
    
}

.sidebargroup{
  padding: 42px;
  width: 17%; 
  padding-top: 0px;
}

.sidebar{
    line-height: var(--lineheight);
    background-image: var(--backgroundinside);
    margin-bottom: 22px;
}

.sidebarcontainer{
    height: 358px; 
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}


.sidebarcontainer::-webkit-scrollbar {
  display: none;
} 


.contentcontainer{
    margin-bottom: 64px;
    width: 50%;
}


/* .contentgrid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: auto auto auto;
grid-column-gap: 20px;
grid-row-gap: 20px;
}

.introgriddiv { grid-area: 1 / 1 / 3 / 2; }
.statusgriddiv { grid-area: 1 / 2 / 2 / 3; }
.todogriddiv { grid-area: 2 / 2 / 3 / 3; }
.maingriddiv { grid-area: 3 / 1 / 4 / 3; } */

.content{ 
  overflow-y: auto;
  background-image: var(--backgroundinside);
  padding: var(--padding);
  margin: 0px;
  
}

.linkitem{
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.linkitem img{
  margin-bottom: -8px;
  height: 33px;;
}

.headtitle{
  height: 20px;
  overflow: hidden;
  padding: 10px;
  background-color: #33bfb8;
  background-image: url(../images/carmen/carmenbuttonshine.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-radius: 8px 8px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  }

.headtext{
color: var(--color3);
margin: -10px;
margin-left: 2px;
font-family: "Header Font"; 
font-size: var(--fontsizebig);
font-style: oblique;
text-shadow: 
      2px 2px #381a1a;
-webkit-text-stroke: 1px #381a1a;
}




.footertext{
text-align: center;
font-size: 14px;
margin-top: var(--margin);
color: white;
display: inline;
background-color: black;
}

.footer{
    height: 30px;
    margin-top: 35px;
    text-align: center;
    background-image: url(../images/carmen/bro35.gif);
    background-repeat: repeat-x;
}

.button{
    top: 10px;
}
.button:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.button:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
    cursor: pointer;
}
.customborder{
    border: 4px var(--color1);
    border-style: solid;
    border-top-style: none;
    padding-top: 12px;
    border-radius: 0px 0px 8px 8px;
}

td, th {
  
  text-align: left;
  padding: 8px;
  border:2px solid var(--color2);
  background-color: var(--color3);
  color: var(--color2);
}

.flipX {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

.navlinkad{
padding: 10px;
}

.blinkiescroller{
    flex-grow: 1;
    max-height: 2.5rem;
    min-height: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.scrolling{
    animation: marquee 25s linear infinite;
    display: inline-block;
    padding-right: 10px;
}

.scrolling :hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.scrolling :active{
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-1500%);
  }
}

.stampscroller{
    overflow: hidden;
    white-space: nowrap;
}

.scrollingst{
    animation: marqueest 30s linear infinite;
    display: inline-block;
    padding-right: 10px;
}

.scrollingst :hover{
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.scrollingst :active{
	-webkit-transform: translateY(11px);
	transform: translateY(1px);
}

@keyframes marqueest {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-2075%);
  }
}
  ::-webkit-scrollbar{
    width: 0px;
  }

.musicplayer{
    padding-top: 20px;
    margin: auto;
    display: block;
}
