*{font-family:baiti;margin:0}h1{font-size:3.5rem}@media (min-width: 768px){h1{font-size:4.5rem}}h2{font-size:40px}p{font-size:1.3rem;text-align:justify}body{cursor:url(media/cursors/normal.png),auto}a{text-decoration:none;color:inherit}.frame{width:100vw;height:100vh;overflow:hidden;display:block;position:relative}.typewriter{position:absolute;top:450px;left:50%;text-align:center;transform:translateX(-50%);animation:upupup 1.5s steps(5, end) 3.5s;animation-fill-mode:forwards}.typewriter h1{overflow:hidden;border-right:2px solid black;border-left:2px solid black;white-space:nowrap;margin:0 auto;letter-spacing:.15em;animation:typing 2.5s steps(11, end),right-blink-caret 0.5s step-end 5,left-blink-caret 0.5s step-end 4 3s;animation-fill-mode:forwards;cursor:url(media/cursors/pointer.png),auto}.breakingNews{display:block;position:relative;overflow:hidden;height:2rem;width:100%;max-width:450px;border-radius:.5rem;opacity:1}@media (max-width: 768px){.breakingNews{margin:15px auto 0 auto}}@media (min-width: 768px){.breakingNews{margin:30px auto 0 auto}}.breakingNews #front,.breakingNews #back{position:absolute;width:fit-content;font-size:1.5rem;white-space:nowrap;padding:0 20px;min-width:100%;transform:translateX(300%);animation:scrollingText 10s 6s linear infinite}.breakingNews #front{animation-delay:6s}.breakingNews #back{animation-delay:11s}.breakingNews:hover{cursor:url(media/cursors/pointer.png),auto}.breakingNews:hover #front,.breakingNews:hover #back{animation-play-state:paused}.galBox{width:calc(100vw - 760px);min-width:425px;height:calc(100vh - 150px);position:absolute;transition:0.8s ease-out;bottom:0;transform:translateX(-50%) translateY(100%) scale(0.1);left:50%}.gallery{width:100%;display:grid;overflow-y:scroll;grid-template-columns:1fr 1fr 1fr 1fr;height:95%}.gallery .item{display:flex;flex-direction:column;align-items:center}.gallery .item img{width:90%;cursor:url(media/cursors/pointer.png),auto}.gallery .item p{text-align:center;font-size:23px}@media (max-width: 992px){.gallery{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 575px){.gallery{grid-template-columns:1fr 1fr}}.stats{width:100%;display:flex;flex-direction:row;justify-content:space-evenly;white-space:nowrap;height:5%}.stats p{width:fit-content;margin:0 10px}.blogBtn,.rightBtn{position:fixed;display:block;top:40px;left:0;z-index:150;cursor:url(media/cursors/pointer.png),auto;transition:0.5s ease-out}@media (min-width: 768px){.blogBtn,.rightBtn{padding:0 30px}}.rightBtn{right:0;left:auto;text-align:right}.rightBtn:hover{padding-right:10px;padding-left:50px}.blogBtn:hover{padding-right:50px;padding-left:10px}.blog,.right{top:0;z-index:100;width:100%;height:100%;max-width:380px;position:absolute;background-color:white;display:flex;flex-direction:column;transition:0.8s ease-out;padding:35px 30px 0 30px;box-sizing:border-box}.blog{left:0;transform:translateX(-100%) scale(0.1);box-shadow:10px 0px 15px lightgrey;overflow:scroll}.right{padding-top:0;right:0;transform:translateX(100%) scale(0.1);box-shadow:-10px 0px 15px lightgrey;text-align-last:right;justify-content:flex-start}.right .socials{display:flex;justify-content:flex-end;padding-top:10px}.right .socials img{height:28px;transition:0.3s ease-out;margin:0 10px;cursor:url(media/cursors/pointer.png),auto}.right .socials img:hover{transform:rotate(40deg)}.right .shop,.right .sketchbook{width:100%;height:35%;background-color:black;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;min-height:25%;margin-top:30px;overflow-y:hidden;border-radius:10px;box-shadow:10px 10px 15px darkgrey}.right .shop h2,.right .sketchbook h2{color:white;text-align:center}.right .shop .sketchThmb,.right .sketchbook .sketchThmb{width:90%;height:75%;background-image:url(gallery/ta4p.png);background-size:cover;background-position:center;transition:0.5s ease-out;cursor:url(media/cursors/pointer.png),auto}.right .sketchThmb:hover{background-size:150%}.toggleSides{transform:translateX(0) scale(1);z-index:200}.toggleVis{opacity:0;pointer-events:none}.fullscreen{width:100vw;position:fixed;height:100vh;z-index:200;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:white;pointer-events:none;opacity:0}.fullscreen .close{position:absolute;top:30px;left:30px;height:30px;z-index:105}@media (max-width: 768px){.fullscreen .fullPic{width:100%}}@media (min-width: 768px){.fullscreen .fullPic{height:80%}}.fullscreen .fullTxt{height:85%;width:100%;display:none;text-align:justify;padding:0 50px;box-sizing:border-box;font-size:1.5rem}.fullscreen .fullSound{display:none;height:5%}.fullscreen .noteBoard{position:fixed;top:0;left:0;z-index:1000;transition:0.8s ease-out}.fullscreen .note{position:absolute;background-color:#dfa8ff;border:2px #303030 solid;border-radius:5px;display:flex;flex-direction:column;padding:10px;min-width:200px;min-height:100px}.fullscreen .note .noteP,.fullscreen .note .noteTitle{background:none;border:none;font-size:1.3rem;font-family:baiti;color:black}.fullscreen .note .noteP:focus,.fullscreen .note .noteTitle:focus{border:none}.fullscreen .note .noteDate{text-align:right;cursor:url(media/cursors/drag.png),auto}.fullscreen .note .noteTitle{text-align:right;font-size:1.7rem;font-weight:bolder}.fullscreen .note .noteP{text-align:left;height:fit-content}.fullscreen #newNote{z-index:2000}.fullscreen .fullP{width:80%;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.fullscreen .fullP{width:100%;-webkit-flex-wrap:wrap}}.fullscreen .fullP p{width:25%;text-align:center;cursor:url(media/cursors/pointer.png),auto;padding:15px 0;transition:0.3s ease-out}@media (max-width: 768px){.fullscreen .fullP p{width:33%}}.fullscreen .fullP p:hover{padding-top:5px;padding-bottom:25px}.fullscreen .fullP #fullName{font-weight:bolder;font-size:180%;cursor:url(media/cursors/normal.png),auto}.fullscreen .fullP #fullName:hover{padding-top:15px;padding-bottom:15px}form{display:flex;flex-direction:column;align-items:center;width:100%}input[type="text"]{cursor:url(media/cursors/text.png),auto;width:100%}textarea{min-height:80px;cursor:url(media/cursors/text.png),auto;width:100%}input[type="submit"]{background:none;border:none;font-family:'baiti';font-size:1.3rem;text-align:right;cursor:url(media/cursors/pointer.png),auto;width:fit-content}input:focus,select:focus,textarea:focus,button:focus{outline:none}@keyframes typing{from{width:0}to{width:100%}}@keyframes right-blink-caret{from,to{border-right-color:transparent;border-left-color:transparent}50%{border-right-color:black}}@keyframes left-blink-caret{from,to{border-left-color:transparent}50%{border-left-color:black}}@keyframes scrollingText{from{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes upupup{from{top:450px}to{top:calc(82px - 1.5vw)}}@font-face{font-family:baiti;src:url("media/fonts/msyi.ttf")}
