/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, 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, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

body {
    background-color: #fda3d8;
    height: 90dvh;
    width: 100dvw;
    font-family: 'LanaPixel';
    color: white;
}

@font-face {
  font-family: "LanaPixel";
  src: url("/src/fonts/LanaPixel.ttf") format("truetype");
}

@font-face {
  font-family: "Reem Kufi";
  src: url("/src/fonts/ReemKufi.ttf") format("truetype");
}

.main {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    background-color: #00000090;
    margin-top: 20px;
    z-index: 100;
        border-style:solid;
    border-color: #be0973;
    border-width: 20px;
}

.header {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position-y: bottom;
    background-blend-mode:overlay;
    text-align: center;
    align-content:center;
    font-size: 4rem;
    background-color: #fda3d890;
    text-shadow: #000000 5px 0 8px;
}

.content {
    padding: 2%;
}

.menu {
    padding-left: 2%;
    padding-right: 2%;
    font-size: xx-large;
    color: white;
    text-align: center;
    background-color: #be0973;
    padding: 8px;
    font-weight: bold;
    text-decoration: none;
    align-items: center;
    align-content: center;
}

.menu a {
    text-decoration: none;
    vertical-align: middle;
}
.menu a img{
    vertical-align:sub;
}

#blogEmbed {
    width: 100%;
    overflow: hidden;
    z-index: 101;
}

.bottomBar{
    padding: 4%;
}

.container{
    background-color: #00000030;
    border-style:solid;
    border-width: 2px;
    border-color: rgb(197, 197, 197);
    padding: 2px;
    text-align: center;
    margin-top: 10px;
}


.bottomBar .title{
    background-color: #00000070;
    font-size: xx-large;
}

.bottomBar .subtitle{
    background-color: #00000040;
    font-size: x-large;
}

.bottomBar .minicontent{
    font-size: large;
    padding: 5px;
}

a:visited {
    text-decoration: none;
    color: white
}

a {
    text-decoration: underline;
    color: white
}

.bottomOne {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content:space-between;
    gap: 5px;
}

.bottomZero {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content:space-between;
    gap: 5px;
}

@media only screen and (max-width: 640px) {
    .bottomOne {
    display: block;
} 
    .bottomZero {
    display: block;
} 


.main {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #00000090;
    margin-top: 20px;
}

#blogEmbed {
    width: 100%;
    overflow: hidden;
}
}

#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  background-color: #00000090;
  color: white;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s, background-color 0.3s;
  z-index: 1000;
  font-family: 'LanaPixel';
  font-weight: bolder;
  font-size: larger;
}

#toTopBtn:hover {
  opacity: 1;
  background-color: #00000040;
}



.playerContainer{
    text-align: center;
}

.footerImgs {
        text-align: center;
        vertical-align: baseline
}

#imageCanvas {
    width: 200px;
    height: 200px;
    z-index: 1001;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 10px 15px;
    transition: transform 0.3s ease-in-out;
    /* transition: transform 0.5s ease-in-out, opacity 0.1s ease-in-out, clip-path 0.5s ease-in-out; */
    transform-origin: top right;
    cursor: pointer;
}

.sticker{
        z-index: 1002;
    position: fixed;
        bottom: 230px;
    left: 45px;
    padding: 10px 15px;
    text-align: center;
    font-size: 1rem;
}

#imageCanvas.peeling {
  /* transform: rotateX(90deg) rotateZ(-100deg) translate(-100px, -200px) skew(150deg, 0deg); */
  transform: rotateY(0.05turn) rotateX(-0.25turn);
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 80% 100%, 0 80%); */
}
#stickerLabel.peeling {
  transform: rotateY(0.05turn) rotateX(-0.25turn);
}


@media only screen and (max-width: 640px) {
#imageCanvas {
    width: 50px;
    height: 50px;
    z-index: 1001;
    position: fixed;
    top: 50px;
    left: 10px;
    padding: 10px 15px;
    transition: transform 0.3s ease-in-out;
    /* transition: transform 0.5s ease-in-out, opacity 0.1s ease-in-out, clip-path 0.5s ease-in-out; */
    transform-origin: top left;
    cursor: pointer;
}

.sticker{
        z-index: 1002;
    position: fixed;
        top: 10px;
    left: 10px;
    padding: 10px 15px;
    text-align: center;
    font-size: 0.7rem;
}
}




#statuscafe {
    padding: .5em;
    background-color: #00000090;
    border: 1px solid white;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: larger;
}

#statuscafe a:visited {
    padding: .5em;
    background-color: #00000090;
    border: 1px solid white;
}

#statuscafe a {
    padding: .5em;
    background-color: #00000090;
    border: 1px solid white;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.topContainer {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.title-bar {
    background: linear-gradient(90deg, #6e475e, #fda3d8);
}

.main-body {
  display: grid;
  column-gap: 2px;
  grid-auto-flow: column;  
  columns: 2;
  grid-template-columns: 70% 30%;
}

.sideGrid {
padding: 10px
}

.stickerOne{
    margin-left: -150px;
    margin-top: -227px;
}
.stickerOne img {
    width: 250px;
    height: 250px;
}

.construction {
    height: 100px;
    background-image: url(src/imgs/construction.gif);
}

html {
    cursor: url("src/imgs/cursor/cursor.png"), auto;
}
html a{
    cursor: url("src/imgs/cursor/pointer.png"), auto;
}