@font-face {
    font-family: basiic;
    src: url(https://cinni.net/fonts/basiic.ttf);
}

.main-body {
    background-color: rgb(50, 50, 80);
    background-image: url(./img/pattern.png);
}

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #fe9100;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #f28e02;
}
::-webkit-scrollbar-thumb:active {
  background: #e98901;
}
::-webkit-scrollbar-track {
  background: #323250;
  background-size:100%;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #323250;
  background-size:100%;
}
::-webkit-scrollbar-track:active {
  background: #323250;
  background-size:100%;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.layout {
    background:url(./img/layout2.gif);
    background-repeat:no-repeat;
    width:1125px;
    height:740px;
    margin:10px auto;
    overflow:hidden;
}

.marquee {
    width: 556px;
    top: 93px;
    left: 260px;
    position:relative;
}

* {
    font-family: basiic;
    color: #FE9100;
}

.header {
    position:relative;
    top:68px;
    left:260px;
    padding:30px 210px;
}
#about-frame {
    position:relative;
    left:270px;
    bottom:300px;
    max-height:500px;
}
#music-frame {
    position:relative;
    left:-480px;
    top:90px;
}

#garfwave {
    float:left;
}
.linkz {
    text-align: center;
}

.navUL {
    position:relative;
    bottom:1060px;
    left:800px;
    width:150px;
}
.garfieldNav {
    position: absolute;
    bottom: 305px;
    left: 860px;
    width: 150px;
}
.navUL h3, .navUL h5, .navUL h4, .navUL h1, .navUL h2 {
    text-align:center;
    margin-bottom:5px;
}
#lastLi {
  margin-bottom:5px;
}
.navUL li a {
    text-decoration:none;
    cursor:pointer;
}
.navUL li {
    list-style:none;
    margin-left:10px;
}


.piclog img {
    height:100px;
}

#shout-frame {
  position:relative;
  right:20px;
}

#pookyy {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


ul {
  pointer-events:none;
}
li {
  pointer-events: auto!important;
}

.artbox img {
  max-height:160px;
}

.art {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

.artbox {
  max-width: 160px; 
  margin-bottom: 15px; 
  margin-right: 13px;
}

.art-title:not(.investigationTitle) {
  text-align:center;
}
.soclink {
  margin-right:10px;
}
.iframe-container {
  display: flex;
  justify-content: center; 
}

.tooltip {
  position: relative;
  display: inline-block;
  color:transparent;
  user-select:none;
  margin-left:149px;
  bottom:174px;
  width:56px;
  height:13px;
}

#update-frame {
  right:685px;
  top:370px;
  position:relative;
}

.twtlink {
  display: block;
  width: 35px; 
  height: 29px;
  background-image: url('./img/icon/twt.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s ease-in-out all;
}

.twtlink:hover {
  background-image: url('./img/icon/x.png');
  width: 27px;
  height: 31px;
}

.investigationLink {
  display:flex;
  flex-direction: row;
}
.investigationTitle {
  font-size:13.5px;
  position: relative;
  bottom:15px;
}
.investBox {
  height:45px;
}

.update-textarea::-webkit-scrollbar-track {
  background: transparent;
  background-size:100%;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.update-textarea::-webkit-scrollbar-thumb {
  background:transparent;
}