@font-face {
    font-family: Angels;
    src: url(fonts/Angels.woff);
}

@font-face{
    font-family: PitViper-Italic;
    src: url(fonts/Pitviper-Italic.woff);
}

@font-face {
    font-family: Reality Pursuit;
    src: url(fonts/Reality-Pursuit-NC.woff);
}

@font-face {
    font-family: forgottenfuturist;
    src: url(fonts/Forgotten-Futurist-Rg.woff);
}

@font-face{
    font-family: bnelements;
    src: url(fonts/Elements.woff);
}

@keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

@keyframes rotation{
    0%{
        transform: rotate(0deg)
    }
    100%{
        transform: rotate(360deg);
    }
}



.parent {
    display: grid;
    grid-template-columns: 0.6fr 1fr 2fr 0.8fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 2px;
    margin: auto;
}

.parade-div {
    grid-area: 1 / 2 / 2 / 5;
}

.title-div{
    grid-area: 2 / 2 / 3 / 5;
    width: 75%;
    margin: auto;
}

.left-sidebar {
    grid-area: 4 / 2 / 5 / 3;
    width: 80%;
    margin: 0 0 0 auto;
}

.middle {
    grid-area: 4 / 3 / 5 / 4;
    width: 95%;
    margin: 0 auto;
}

.right-sidebar { 
    grid-area: 4 / 4 / 5 / 5;
    width: 100%;
    margin: 0 auto 0 0
}

.bottom { 
    grid-area: 6 / 2 / 7 / 5;
    margin: 10px auto;
    width: 75%;
}

.phone-appearer{ 
    grid-area: 4 / 5 / 5 / 6;
    width: 100%;
    margin: 0 auto 0 0;
}

.div8 { grid-area: 1 / 4 / 2 / 5; }

#where-did-he-come-from{
    display: inline-block;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 150px;
    padding-bottom: 60px;

}

/* ABOUT STUFF */

.about-row{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#separator{
    background-color: #E74492;
    background-image: url('aboutimages/98282.gif');
    background-repeat: no-repeat;
    background-size: 200px;
    width: 25px;
    height: 200px;
}

.infoholder{
    display: block;
    margin-left: 50;
    .about-sections{
        padding: 8px 100px 8px 30px;
        border-radius: 50px 0px 0px 50px;
        vertical-align: middle;

        &:nth-child(2n-1){
            background-color: rgb(86, 194, 196);
            color: rgb(255, 255, 255);
        }
        &:nth-child(2n-2){
            background-color: rgb(37, 117, 187);
            color: rgb(255, 255, 255);
        }
        &:not(:last-child){
            margin-bottom: 1px;
        }
    }
}

.section-headers{
    text-align: left;
    color: #ffffff;
    background-color: rgb(37, 117, 187);
    padding-left: 10px;
    border-radius: 0 30px 0 0;
}

.section-headers2{
    text-align: right;
    color: #ffffff;
    background-color: rgb(86, 194, 196);
    padding-right: 10px;
    border-radius: 30px 0 0 0;
}


.border2-about{
    background-color: rgb(221, 101, 57);
    background: linear-gradient(90deg, rgba(61,139,66,1) 72%, rgba(255,153,44,1) 72%, rgba(255,153,44,1) 82%, rgba(61,139,66,1) 82%);;
    border: solid rgb(22,16,41) 4px;
    border-radius: 15px;
    padding: 10px;
    max-height: 780px;
}

.content-about{
    background-color: rgb(255,249,240);
    border: solid rgb(255,249,240) 3px;
    border-radius: 12px;
    overflow-y: auto;
    max-height: 750px;
}

/*        ScrollBar 3    */

#scrollbar3::-webkit-scrollbar {
    width: 10px;
}

#scrollbar3::-webkit-scrollbar-track {
    background-color: transparent;
}

#scrollbar3::-webkit-scrollbar-thumb {
    background-color: #197278;
    border-radius: 5px;
}

#greetings{
    padding: 0 1.5rem 0 1.5rem;
}


#wintermintly{
    margin-right: 20px;
}

#wintermintly img{
    border-radius: 25%;
}

/* ABOUT STUFF END */

body {
    background-image: url('homepageImages/Shibuya_Terminal.webp');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: forgottenfuturist;
    font-size: 18px;
    color: rgb(22, 15, 41);
    letter-spacing: 2px;
}

span{
    background-color: rgb(25, 114, 120);
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 4px 8px;
    font-family: bnelements;
    color: #ffffff;
    font-size: 24px;
}

textarea{
    min-height: 49px;
    min-width: 100px;
    max-height: 90px;
    max-width: 201px;
}

#title{
    font-family: Angels;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
}

#CD{
    display: block;
    margin: auto;
    padding-bottom: 5px;
    animation: 10s linear infinite rotation;
}

#chatbox{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    vertical-align: middle;
    padding: 5px;
}

.chat-handler{
    /*background-color: transparent;
    border: none;*/
}

.border{
    background-color: rgb(221, 101, 57);
    background: linear-gradient(90deg, rgba(61,139,66,1) 72%, rgba(255,153,44,1) 72%, rgba(255,153,44,1) 82%, rgba(61,139,66,1) 82%);;
    border: solid rgb(22,16,41) 4px;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
}

.border2{
    background-color: rgb(221, 101, 57);
    background: linear-gradient(90deg, rgba(61,139,66,1) 72%, rgba(255,153,44,1) 72%, rgba(255,153,44,1) 82%, rgba(61,139,66,1) 82%);;
    border: solid rgb(22,16,41) 4px;
    border-radius: 15px;
    padding: 10px;
}


.border3{
    background-color: rgb(25, 114, 120);
    border: solid rgb(22,16,41) 4px;
    border-radius: 15px;
    padding: 10px;
    margin: auto;
    height: 75%;
}

.border div:last-child{
    margin-bottom: 0;
}

.content{
    background-color: rgb(255,249,240);
    border: solid rgb(255,249,240) 3px;
    border-radius: 12px;
    overflow: auto;
}

.border3 .content{
    background-color: rgb(255,249,240);
    border: solid rgb(255,249,240) 3px;
    border-radius: 12px;
    overflow: auto;
    height: 98%;
    margin: auto;
    overflow: hidden;
}

.colorful-container{
    display: block;

    .section{
        padding: 8px 0px 8px 25px;
        border-radius: 50px 0px 0px 50px;
        vertical-align: middle;

        &:nth-child(2n-1){
            background-color: rgb(25, 114, 120);
            color: rgb(255, 255, 255);
            margin-left: 30%;
            a:hover, a:active{
                color:rgb(0, 54, 58);
            }
        }
        &:nth-child(2n-2){
            background-color: rgb(255,153,44,1);
            color: rgb(255, 255, 255);
            margin-left: 25%;
            a:hover, a:active{
                color: rgb(146, 75, 0);
            }
        }
        &:not(:last-child){
            margin-bottom: 5px;
        }
    }
}

.colorful-container a:link, a:visited{
    text-decoration: none;
    color: rgb(255, 255, 255);
}



.middle .border2{
    margin-bottom: 25px;
    &:last-child{
        margin-bottom: 0px;
    }
}

#updates-title{
    text-align: center;
    width: 100%;
}

#graffiti-soul{
    width: 10%;
    animation: rotateY-anim 2s linear infinite;
}

#updates{
    display: inline-block;
    font-family: PitViper-Italic;
    min-width: 468px;
    max-width: 468px;
}

#updates-text{
    padding: 1.5rem;
    overflow-y: auto;
    max-height: 286px;
}

#chattable{
    height: 98%;
    width: 100%;
    margin: auto;
    border-radius: 12px;
    border: 3px solid black;
}

#chattableHolder{
    padding: 5px;
}

#button{
    padding: 10px 0px;
}

.banners img{
    width: 150px;
    height: 20px;
}

.stamp{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.stamp img{
    height: 56px;
    width: 99px;
}

.link-list{
    display: table;
    margin: 0 auto;
    padding: 10px 0px;
}

/* MUSIC PLAYER */
.musicplayer{
    background:white; /* background color of player */
    border:2px solid #bdcc6a; /* border around player */
    width: auto; /* width of the player */
}
 
.songtitle{
    padding:5px; /* padding around song title */
    border-bottom:2px solid #bdcc6a; /* border under song title */
    display:block;
}

.controls{
    font-size:18px !important; /* size of controls */
    background-color:#e0e4c9; /* background color of controls */
    text-align:center;
    width:100%;
}

.controls td{
    padding:8px 5px 0px 5px; /* padding around controls */
}

.volume-icon{
    font-size:22px !important; /* size of volume icon */
}
 
.volume{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:5px;
}

.seeking{
    background-color:#e0e4c9; /* background color of seeking bar */
    display:flex;
    justify-content: space-evenly;
    padding:5px; /* padding around seeking bar */
}

.current-time{
    padding-right:5px;
}

.total-duration{
    padding-left:5px;
}

i.fas:hover{
    cursor:help;
}

i.fas.fa-pause, i.fas.fa-play, i.fas.fa-forward, i.fas.fa-backward{
    color:#bdcc6a; /* color of controls */
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background-color:#e0e4c9; /* background color of seeking bar - make the color same as .seeking background color */
}

input[type=range]:focus {
    outline: none;
}

/* settings for chrome browsers */
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px; /* thickness of seeking track */
    cursor: help;
    background: #bdcc6a; /* color of seeking track */
}

input[type=range]::-webkit-slider-thumb {
    height: 10px; /* height of seeking square */
    width: 10px; /* width of seeking square */
    border-radius: 5px; /* change to 5px if you want a circle seeker */
    background: #bdcc6a; /* color of seeker square */
    cursor: help;
    -webkit-appearance: none;
    margin-top: -4.5px; 
}

/* settings for firefox browsers */
input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px; /* thickness of seeking track */
    cursor: help;
    background: #E74492; /* color of seeking track */
}

input[type=range]::-moz-range-thumb {
    height: 10px; /* height of seeking square */
    width: 10px; /* width of seeking square */
    border-radius: 0px; /* change to 5px if you want a circle seeker */
    background: #E74492; /* color of seeker square */
    cursor: help;
    border:none;
}