/* ! Dont port to Sheezy */

@font-face {
    font-family: daxfont;
    src: url(https://file.garden/ZnGZOv7aF21WeO00/DAXT_regular.ttf);
}

p,li {
    font-family: daxfont;
    color: white;
    font-size: 17px;
  
}

body {
background-color: #1f1f1f;
position: relative;
padding: 0px 2vw;

}


/* Port to Sheezy */


html{
scroll-behavior: smooth;
font-family: daxfont !important;
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto;
margin: auto;
max-width: 77vw;
}

blockquote {
border-radius: 30px;
padding: 5px;
background-color: rgba(0, 0, 0, 0.301);

}

h1, h4 {
text-align: center;
color: rgb(224, 165, 0);
}

h3,h2{
color: rgb(224, 165, 0);
}

@keyframes Glow {
0%{color:  rgb(224, 165, 0);}
50% {color: orangered;}
100% {color:  rgb(224, 165, 0);}
}

enf {
text-shadow: 0 0 2px ;
animation: Glow 5s infinite;
}

#pkdex{display: inline-block;
cursor: pointer;
}
#pkdex input,
#pkdex input:checked + img,
#pkdex input:not(:checked) + img + img {
display: none;
}

a {
font-family: "daxfont";
text-decoration: none;
color: aliceblue;
position: relative;
z-index: 2;
}

a:hover {
text-shadow: 0 0 .5px ;
animation: Glow 5s infinite;
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto;
}

.spinny {
display: flex;
justify-content: center;
align-items: center;
position: relative;
flex: 30%;
transition: 2s  ease-in-out;
z-index: 2;
}

.spinny:hover {
cursor: default;
transform: rotate(360deg); 
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto;
}

.container {
display:flex;
flex-direction: row;
flex-wrap: wrap;
column-gap: 20px;
padding: 30px;
margin: auto;

}

.container > div {
display: flex;
flex-direction: column;
flex: 1%;
flex-wrap: wrap;
border: 1px solid rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.301);
box-shadow:  .2em .2em .5em rgb(0, 0, 0) ;
border-radius: 10px;
padding: 10px;
}

 .img > a, img {
padding: 5px;
transition: .2s;
}

.img img:hover {
transform: scale(1.1);
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto;
}


li {
margin-bottom: 10px;
}


@keyframes Backtop{
0% {transform: scaleX(1) scaleY(1.2) ;}
50% {transform: scaleX(1.2) scaleY(1) ;}
100% {transform:scaleX(1) scaleY(1.2) ;}
}

#wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 8rem;
  margin-bottom:0.5rem;
}

#scrl-button {
  opacity: 30%;
  transition: opacity .5s ease-out;
}

#scrl-button:hover {
animation: Backtop 0.6s infinite ease-in-out ;
opacity: 100%;
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto;
}

.insert {
display: block;
margin: auto;
background-color: #0e0e0e85;
min-width: 45%; max-width: 90%;
height: auto;
padding: 3vh;
border-radius: 4rem;
box-shadow: inset .2em .2em .5em rgb(0, 0, 0) , inset -.2em -.2em .5em rgb(0, 0, 0);
}

.grow{
transition: 0.5s;
z-index: 2;
position: relative;
}
.grow:hover{
font-size: larger;
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto;
}

.home-desc, #comments_list + a {
  display: none !important;
}


#HCB_comment_box {
font-family: "daxfont" !important;
height:auto;
padding:2rem !important;
border-radius: 30px;
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto;
}

#hcb_submit, .submit.btn, #hcb_file, .inputfile, #hcb_file_label, .btn, .btn-secondary{
font-family: "daxfont" !important;
font-size: 18px !important;
border-radius: 30px !important;
padding: 15px !important;accent-color: 
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto !important;
}

#HCB_comment_box #hcb_form .btn, #HCB_comment_box #HCB_comment_form_box .btn{
  color: orange !important;
 cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto !important;
}

#HCB_comment_box #hcb_form .btn-secondary, #HCB_comment_box #HCB_comment_form_box .btn-secondary{
  background: orange !important;
  color: black !important;
  animation: none !important;
  cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto !important;
}

#HCB_comment_box h3{
display: none;
}


#HCB_comment_box #hcb_form_content,
#HCB_comment_box #hcb_form_email,
#HCB_comment_box #hcb_form_name,
#HCB_comment_box #hcb_form_website,
#HCB_comment_box .author-name,
#HCB_comment_box .hcb-comment-body,
#HCB_comment_box .hcb-comment-tb a {
background-color: black;
border-radius:20px;
border: none;
font-size: 20px !important; 
font-family: "daxfont" !important;
padding: 20px !important;
margin-bottom: 1rem !important;
color: whitesmoke;
cursor: url('https://daxdoodles.neocities.org/Pencil.png'), auto;
  }

#comments_list, #HCB_comment_box blockquote {
  background-color:black;
  color: whitesmoke;
  border-radius: 30px;
  padding: 5px;
  padding-left: 2rem;
  }
  
iframe{
allowfullscreen: true;
}



