@font-face {
    font-family: "kodomo";
    src: url('KodomoRounded-Light.otf');
}

@font-face {
    font-family: "uhbee";
    src: url('UhBee DoolDool Bold.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1.6;
    background-color: #f7f7f7;
    font-family: 'kodomo';
    font-weight: 500;
    font-size: 20px;
    cursor: url(blackcursor12.png), auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d4cbcb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::selection {
    text-shadow: 0 0 2px #ded8d8;
    color: #ded8d8;
}

::-moz-selection {
    text-shadow: 0 0 2px #ded8d8;
    color: #ded8d8;
}

a:-webkit-any-link {
    cursor: url(blackcursor13.png), pointer;
}

#everything {
    position: fixed;
}

header {
    width: 100%;
    z-index: 1000;
}

.banner {
    margin-top: -200px;
    margin-left: 190px;
    font-size: 28px;
    color: #e5d1cf;
}

.portrait {
    margin-top: 0px;
    margin-left: 30px;
    width: 140px;
    height: 140px;
    background-color: #f7f7f7;
    border: 2px dotted #a29d9d;
    border-radius: 20%;
}

#portrait2 {
    border-radius: 20%;
}

.placeholder {
   margin-top: -1435px;
   margin-left: -122px;
   transform:scale(.044);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.logo {
    font-size: 1.5rem;
    position: fixed;
    margin-top: -40px;
    margin-left: 165px;
    color: #dbcfcb;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 4px 0;
    border-radius: 3px;
}

.portfoliocontainer{
    position:fixed;
    margin-top:10px;
    width: 520px;
    height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}

#hatsunemiku{
    margin-top: 9px;
    width: 500px;
    height: 500px;
    background-image:url('https://files.catbox.moe/gdgtw9.png');
    background-size: 100%;
}

#hatsunecaption{
    margin-top: -57px;
    position: fixed;
    font-size: 24px;
    color:#837570;
}

#fanartcontainer{
    margin-top: 50px;
}

#mariecaption{
    margin-top: -10px;
    padding-bottom: 20px;
    font-size: 24px;
    color:#837570;
}

#marie1{
    margin-top: 0px;
    width: 500px;
    height: 400px;
    background-image:url('https://files.catbox.moe/2ri74s.png');
    background-size: 100%;
}

#marie2{
    margin-top: -110px;
    margin-left: -130px;
    width: 500px;
    height: 500px;
    background-image:url('https://files.catbox.moe/3cqtea.png');
    background-size: 100%;
    transform: scale(.48);
}

#marie3{
    margin-top: -500px;
    margin-left: 128px;
    width: 500px;
    height: 500px;
    background-image:url('https://files.catbox.moe/2pulrn.png');
    background-size: 100%;
    transform: scale(.48);
}

#oc2caption{
    margin-top: -120px;
    font-size: 24px;
    color:#837570;
}

#unnamedoc{
    margin-top: 20px;
    padding-bottom: 200px;
    width: 500px;
    height: 260px;
    background-image:url('https://files.catbox.moe/xkkl9z.png');
    background-size: 100%;
}

#nav-links {
    position: fixed;
    margin-top: 620px;
}

.everythingHome {
    margin-top: 200px;
}

#twitter, #tiktok, #toyhouse {
    position: fixed;
    margin-top: -220px;
    margin-left: -372px;
    transition: all 0.3s ease;
}

#twitter {
    transform: scale(.03);
}
#twitter:hover {
    transform: scale(.035);
}

#tiktok {
    transform: scale(.03);
    margin-left: -325px;
}
#tiktok:hover {
    transform: scale(.035);
}

#toyhouse {
    transform: scale(.035);
    margin-left: -325px;
}
#toyhouse:hover {
    transform: scale(.04);
}

.about {
    width: 600px;
}

#commissionsstatus1 {
    background-color: #dfdddd;
    width: 220px;
}

#infoMbti {
    position: fixed;
    margin-top: 180px;
    margin-left: 110px;
    color: #c7bdbb;
}

#infoAge {
    position: fixed;
    margin-top: 180px;
    margin-left: 38px;
}

#paragraph1 {
    width: 300px;
    margin-top: 6px;
    margin-left: 200px;
    color: #474747;
    font-size: 18.5px;
}

.kofi2 {
    position: fixed;
    margin-top: 303px;
    margin-left: 380px;
    transform: scale(1);
}

.kofi2:hover {
    background-color: #a29d9d;
    color: #e7dedd;
}

.portfolio2, .commissions2 {
    padding: 10px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.portfolio2 {
    background-color: #e7dedd;
    color: #a29d9d;
}

.portfolio2:hover {
    background-color: #a29d9d;
    color: #e7dedd;
}

.commissions2 {
    margin-left: 5px;
    background-color: #f6eaeb;
    color: #a29d9d;
}

.commissions2:hover {
    background-color: #a29d9d;
    color: #f6eaeb;
}

/* Sections */
section {
    padding: 4rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.portfolio{
    margin-top: -280px;
    color:#e5d1cf;
    transform: scale(.9)
}


.displayportfolio{
    height: 700px;
    width: 500px;
}

.leftside{
    background-color: #f7f7f7;
    border: 3px dotted #dddcdc;
    height: 630px;
    width: 200px;
    border-radius: 2%;
    padding-top: 6px;
    padding-left: 20px;
    color: #b1a4a5;
    overflow-y: hidden;
}

.divider{
    margin-top: -630px;
    margin-left: 220px;
    height: 630px;
    width: 1px;
    background-color: #f7f7f7;
    border-left: #a29d9d 2px dotted;
}

.rightside{
     margin-top: -630px;
    margin-left: 240px;
    height: 630px;
    width: 570px;
     background-color: #f7f7f7;
    border: 3px dotted #dddcdc;
    overflow-y: show;
     border-radius: 2%;
     padding-top: 10px;
    padding-left: 20px;
}

.rightside-section{
    color:#333;
}

#headers{
    font-size:22px;
    color:#837570;
}

.commcontainer{
     border: 3px dotted #dddcdc;
     padding: 10px;
     border-radius: 4%;
     height: 500px;
}

.commissions{
    margin-top: -240px;
    color:#e5d1cf;
    transform: scale(.9);
}

.arrowanim{
    color:#a29d9d;
    position: fixed;
    font-size: 30px;
    margin-top: -32px;
    margin-left: 540px;
    animation: sway 1.2s ease-in-out infinite;
}

@keyframes sway {
    0%   { transform: translateX(-4px); }
    50%  { transform: translateX(4px); }
    100% { transform: translateX(-4px); }
}

.tos{
    position: fixed;
    margin-top: -30px;
    margin-left: 590px;
    background-color: #dbcfcb;
    color:#fff2f2;
    padding: 10px;
    border-radius: 10%;
    width: 200px;
    transition: all 0.3s ease;
}

h2{
     color:#e5d1cf 
}

.tos:hover{
    background-color: #fff2f2;
    color:#dbcfcb;
}

.tos-section{
    margin-top: -120px;
     border: 3px dotted #dddcdc;
     padding: 20px;
     border-radius: 4%;
     transform: scale(.8);
     width: 760px;
}

.tos-content{
    color:#7f726e;
    height: 720px;
}

h3{
    color: #dec9c9;
}

#adopts{
    height: 200px;
    width: 300px;
    overflow-y: auto;
}

#commissions11{
     width: 300px;
}

#paymentrelated1{
    margin-top: -624px;
    margin-left: 500px;
    width: 300px;
}

#paymentrelated{
     margin-top: 00px;
    margin-left: 500px;
    width: 300px;
    height: 206px;
    overflow-y: auto;
}

#commother1{
    position: fixed;
    margin-top: 24px;
    margin-left: 500px;
    width: 300px;
}

#commother{
    margin-top: 60px;
    margin-left: 500px;
    width: 300px;
    height: 206px;
    overflow-y: auto;
}

#lasttwo{
    margin-left: -100px;
}

#backcommissions{
     margin-top:170px !important;
    padding: 0.5rem 1rem;
    border: none;
    background: #a29d9d;
    color: #dddcdc;
    border-radius: 5px;
    cursor: pointer;
    font-family: kodomo;
    font-size: 12px;
    font-weight: 900;
    transform: scale(1.2);
    margin-left: 20px;
    transition: all 0.3s ease;
}

.backcommissions:hover{
    background: #dddcdc;
    color: #a29d9d;
}

.back-home {
    margin-top: 1.5rem;
    padding: 0.5rem 1rem;
    border: none;
    background: #a29d9d;
    color: #dddcdc;
    border-radius: 5px;
    cursor: pointer;
    font-family: kodomo;
    font-size: 12px;
    font-weight: 900;
    transform: scale(1.2);
    margin-left: 20px;
    transition: all 0.3s ease;
}

.back-home:hover{
    background: #dddcdc;
    color: #a29d9d;
}

#portfolioback{
    position: fixed;
     margin-top: -40px;
}

.borderfinal, .borderfinal2, .borderfinal3, .borderfinal4, .borderfinal5 {
    position: fixed;
    align-items: center;
    background-color: #cbc6c5;
    height: 1px;
}

.borderfinal {
    margin-top: 81px;
    margin-left: 40px;
    width: 430px;
}

.borderfinal2 {
    margin-top: -80px;
    margin-left: 37px;
    width: 120px;
}

footer {
    margin-top: 60px;
    text-align: center;
    color: #837570;
    padding: 2rem;
    font-size: 0.9rem;
}

#footer2 {
    margin-top: 20px;
    text-align: center;
    color: #837570;
    padding: 2rem;
    font-size: 0.9rem;
    transform: scale(1.2);
}

.borderfinal3{
 margin-top:30px;
    margin-left: 10px;
    width: 800px;
}

#footer3{
    margin-top: 20px;
    text-align: center;
    color: #837570;
    padding: 2rem;
    font-size: 0.9rem;
    transform: scale(1.2);
}

.borderfinal4{
 margin-top: 39px;
    margin-left: 10px;
    width: 800px;
}

#footer4{
     text-align: center;
    color: #837570;
    padding: 2rem;
    font-size: 0.9rem;
    transform: scale(1.2);
}


.borderfinal5{
 margin-top: 39px;
    margin-left: 10px;
    width: 800px;
}



/* Hide all but About by default */
#portfolio, #commissions, #store {
    display: none;
}
