
@font-face {
  font-family: 'daydream';
  src: url('../fonts/Daydream.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'soda';
  src: url('../fonts/KiwiSoda.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.2; }
}

@keyframes sizepulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(0.8); }
}


@keyframes scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

#title {
  animation: sizepulse 8s infinite;
  align-self: center;
  font-size: 50px;
}

#overlay {
  position: fixed;
  inset: 0;        
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(39, 22, 138, 0.151);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  transition: opacity 1s ease;
}

#overlay-prompt {
  font-family: daydream;
  color: rgb(255, 255, 255);
  font-size: 50px;
  text-align: center;
  animation: sizepulse 8s infinite, pulse 2s infinite;
}


body {
  background-color: rgba(233, 233, 241, 0.459);
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.726)),
  url('../images/blurbg.png'),
  url("../images/clouds.png"),
  url("../images/wavebexfatblurex.png"),
  url("../images/testbg2.png");
  background-repeat: no-repeat,no-repeat,no-repeat,repeat,no-repeat;
  background-size: 100%,100%,100%,13%,120%,100%;
  background-attachment: fixed;
  color: rgb(0, 0, 0);
  font-family: Verdana; 
  margin: 0;
  padding: 0;
}


.headerwindow {
  max-width: 55%; 
  min-height: 25px; 
  margin: 0 auto;    
  padding: 20px;
  background-image: url("../images/contentwindowbg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  color: rgb(233, 233, 233);
}


ul.topnav {
  position: relative;
  z-index: 1;
  max-width: 55%;
  min-width: 300px;
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  padding: 15px;
  border-radius: 10px;
  background-color: #c2bdfa;
  border-style: solid;
  border: 5px solid #ffffff;
  outline: #CECAFA solid 2px;
}


#infofield {
  display: flex; 
  margin-right: auto;
  font-family: daydream;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 22%;             
  height: 60px;             
  box-sizing: border-box;
  font-size: 18px;
  transition: font-size 0.2s ease, color 0.2s ease;

}

#infofield a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 18px;
}


#navabout {
  display: flex; 
  align-items: center;
  margin-left: auto;
  font-family: daydream;
  color: rgb(255, 255, 255);
  width: 20%;
}

#navabout a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 18px;
}

hr.rounded {
  height: 15px;
  width: 90%;
  background-color: rgb(215, 219, 255);
  background-image: url("../images/a");
  border-radius: 15px ;
  margin: 30px auto;
}

.archivecontainer {  
  display: flex;
  flex-direction: row;
  max-width: 75%; 
  min-width: 300px;
  margin: 0 auto;
  padding-top: 2%;
  min-height: 40vw;
  
}

.content {
  flex: 6;
  background-color: rgb(255, 255, 255);
  background-size: 100%;
  display: flex;
  flex-direction: column;
  border: #dbd1ff solid 3px;
  border-radius: 50px;
  outline: #ffffff solid 5px;
  font-family: soda;
  font-size: 25px;
  color: rgb(60, 44, 133);
  margin-left: 1.5%;
  padding: 5%;
  align-items: center;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.friendbuttons {
  display: flex;
  flex-direction: row;
  gap: 5%;
  height: 35px;
  justify-content: center;
  flex-wrap: wrap;
}
.friendbuttons a {
  display: flex;
  align-items: center;
  height: 100%;
}

.friendbuttons img {
  height: 150%;
  object-fit: contain;
}

.mybuttons {
  display: flex;
  flex-direction: row;
  gap: 10%;
  height: 35px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.mybuttons img {
  height: 130%;
  object-fit: contain;

}

.buttons  {
  display: flex;
  flex-direction: row;
  gap: 5%;
  height: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.buttons a {
  display: flex;
  align-items: center;
  height: 100%;
}

.buttons img {
  height: 100%;
  object-fit: contain;
}

.scrapbookimages {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 8px;
}

.scrapbookimages img {
  max-width: calc(33% - 20px);
  max-height: 500px;
  width: auto;
  height: auto;
  display: block;
}

.page {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  outline: #ffffff solid 5px;
  font-family: soda;
  font-size: 25px;
  color: rgb(60, 44, 133);

  align-items: center;
}


.linksidebar {
  flex-wrap: nowrap;   
  flex-direction: column;
  flex: 1;
  align-items: center;
  background-color: rgb(255, 255, 255);
  display: flex;
  border: #dbd1ff solid 3px;
  border-radius: 50px;
  outline: #ffffff solid 5px;
  font-family: soda;
  font-size: 35px;
  color: rgb(60, 44, 133);
  padding: 2%;
  min-width: auto;
  gap: 5%;
  list-style-type: none;
}

.linkselection 
{
  display: flex;
  flex-direction: row;
  gap: 20%;
  height: auto;
  min-height: 200px;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 150px;
  margin-left: 150px;
  margin-right: 150px;
  background-color: rgba(255, 255, 255, 0.726);
   border: #dbd1ff solid 3px;
  border-radius: 50px;
  outline: #ffffff solid 5px;
  font-family: soda;
  font-size: 50px;
  color: rgb(60, 44, 133);
}

/* Music Player Starts here*/

        #musicplayer{ 
          z-index: 10;
          font-family: 'times new roman';
          font-weight:bold;
          height:25px;
          width:100%;
          left:0;
          bottom:0;
          position:fixed;
          margin-bottom:0px;  
          display:flex;
          background-color: rgb(255, 255, 255);
         border:ridge 2px white; /* border around player */
          outline: solid 2px rgb(255, 255, 255);  
         box-shadow: inset 10px 0px 6px -10px rgb(247, 247, 247), inset -13px 0px 6px -10px rgb(255, 255, 255), inset 0px 10px 6px -10px #ffffff, inset 0px -13px 6px -10px white;
            }
         
            .songtitle{ 
            display:block;
            padding:2px; /* padding around song title */
            font-family: 'georgia';
            margin-top:4px;
            margin-right: 5px; 
            font-size:15px;
            color:black;
            letter-spacing: 1px; 
        
            background: white;/* background of song title */
            border: rgb(224, 224, 224) inset 1px;
               border-radius:6px;
               box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 20%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
            }
         
            .controls{
              font-size:12px; /* size of controls */
              text-align:center;
              width:100px;
              height:20px;
              text-decortation:none;
            }
         
            .controls td{
               padding-top:5px; /* padding around controls */
            }
         
            .seeking{
              width:75%;
              background: transparent;/* background color of seeking bar */
              display:flex;
              justify-content: space-evenly;
              padding:7px; /* padding around seeking bar */
               
            }
         
            .current-time{  
              padding-right:5px;
              margin-right: 3px; 
             
               
            }
         
            .total-duration{
              padding-left:5px;
      
            }
         
           .ctrlimg {
            height:16px;
            width:16px;
            }
              .ctrlimg:hover{
                  cursor:help;
            }
            
            input[type=range] {
                -webkit-appearance: none;
                width: 100%;
              background: transparent;
            }
            
            input[type=range]:focus {
                outline: none;
            }
            
            input[type=range]::-webkit-slider-runnable-track {
                width: 100%;
                height: 6px; /* thickness of seeking track */
                cursor: help;
                border-radius: 6px;
                background: black; /* color of seeking track */
                border: 1px white solid;
            }
        
            input[type=range]::-webkit-slider-thumb {
              
                height: 30px; /* height of seeking square */
                width: 20px; /* width of seeking square */
                background-image:  url('https://file.garden/Zztv0a9yEhr5pmEq/tumblr_40786d3985453eb5412348aad980ac51_3a9a1088_1280%20(1).gif'); /* image of  seeking square */
                background-size: 25px;
                -webkit-appearance: none;
                margin-top: -10px;
                
            }
            
        input[type=range].volume_slider::-webkit-slider-runnable-track { 
            background: white; /* color of volume seeking track */
             
            }
            
         input[type=range].volume_slider::-webkit-slider-thumb {
            background-image: url(https://file.garden/Zztv0a9yEhr5pmEq/798d7d72_original.png);/* image of volume seeking square */
            background-size: 20px;
            height: 20px; /* height of volume seeking square */
            width: 20px; 
            margin-top: -8px;
           }
         
         
        .slider_container {  
          width: 15%;       /* width of volume seeker */
          display: flex;
          justify-content: center;
          align-items: center;
        }    
        
