/* custom styling */

@font-face {
  font-family: 'fancy';
  src: url("https://vampireapologist.neocities.org/fonts/fancy.ttf") format("woff2");
}

:root {

  --dark-color: #ffdcee;
  --hover-color: #ff98cd;
  --light-color: #ffffff;
  --section-color: #ffe8f4;
  --body-color: #fff3fa;
  cursor: url('/images/cursor.cur'), auto;

}

.drawbox_con {
  /*border: 40px solid transparent;
  border-image: url('https://vampireapologist.neocities.org/images/borders_and_backgrounds/borderhearts.png') 37 round;
  border-image-outset: 10px 10px;*/
  /*border-right: 5px solid white;*/

  border: 30px solid transparent;
  border-image: url('https://vampireapologist.neocities.org/images/borders_and_backgrounds/borderhearts.png') 37 round;
  border-image-outset: 15px 15px;
  background-image: url("https://vampireapologist.neocities.org/images/borders_and_backgrounds/bg29.jpg");
  background-size: 440px;
  background-attachment: fixed;
  background-color: var(--body-color);
  margin-right: 30px;
}

canvas {
  /*border-style: thick;
  border-width: outset;
  border-color: var(--light-color);*/
  border: 1px solid black;
}

fieldset {}

/* .right {
background-color: #ffffff3b;
  border-style: inset;
  border-width: thick;
  border-color: var(--light-color);
} */


h1 {
  font-size: 70px;
  font-family: fancy;
  margin: 0px 0px -20px 0px;
}


/* draw box nav */
nav a {
  /* border-radius: 25px;
  margin: 0px 0px 0px 0px;
  padding: 5px 15px;
  overflow: hidden;
  background-color: var(--dark-color);
  border-style: outset;
  border-width: thick;
  border-color: var(--light-color);
  color: #000000;
  /* cursor: pointer; */
  /*cursor: url('/images/cursor_Pointer.cur'), pointer;
  background-color: var(--dark-color);
  border-color: var(--light-color);*/


  color: #000000;
  background-color: transparent;
  background-image: url('https://vampireapologist.neocities.org/images/borders_and_backgrounds/bordercute.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  font-weight: 600;
  border: 28px solid transparent;
  /* cursor: pointer; */
  /*cursor: url('/images/cursor_Pointer.cur'), pointer;*/
}

a:hover {
  filter: hue-rotate(200deg);
  /*color: #ffffff;
  background-color: #000000;*/
}



a {
  text-decoration: none;
  color: #000000;
  font-weight: 800;
}


button {
  /* border-radius: 25px;
  margin: 0;
  padding: 14px 16px;
  overflow: hidden;
  background-color: var(--dark-color);
  border-style: outset;
  border-width: thick;
  font-weight: 600;
  border-color: var(--light-color);
  color: #000000;
  /* cursor: pointer; */
  /* cursor: url('/images/cursor_Pointer.cur'), pointer;*/


  width: 100px;
  height: 40px;
  color: #000000;
  background-color: transparent;
  background-image: url('https://vampireapologist.neocities.org/images/borders_and_backgrounds/bordercute.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  font-weight: 600;
  border-color: transparent;
  margin-top: 10px;
  /* cursor: pointer; */
  /* cursor: url('/images/cursor_Pointer.cur'), pointer;*/
}

button a,
button a:visited {
  color: #000000;
  text-decoration: none;
  cursor: url('/images/cursor_Pointer.cur'), pointer;
}

button:hover {
  filter: hue-rotate(200deg);
  /*background-color: var(--hover-color);*/
  cursor: url('/images/cursor_Pointer.cur'), pointer;
}

/* My custom site background is here */
#mybackground {
  /*background-image: url("https://vampireapologist.neocities.org/images/borders_and_backgrounds/bg29.jpg");*/
  background-size: 440px;
  background-attachment: fixed;
  background-color: var(--body-color);
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  border: 20px solid transparent;
  border-image: url('https://vampireapologist.neocities.org/images/borders_and_backgrounds/borderpinkbows.gif') 10 round;
  z-index: 9999;
  pointer-events: none;
  background-size: contain;
}


hr {
  height: 2px;
  border-width: ;
  border-color: #ffffff00;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  color: #000000;
  background-color: transparent;
}

.des,
#controls {
  background: #ffffff00;
  border: 1px solid transparent;
}


footer {
  margin-top: 18px;
  padding-top: 12px 0px 12px 0px;
  border-top: 1px solid #ffffff08;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.1rem;
  text-align: center;
}


@media screen and (max-width: 1500px) {

  .flex {
    display: block;
  }

}