:root {
    --header-image: url('./assets/piccies/repositorieheader.png');
    --body-bg-image: url('./assets/piccies/rainbowbackground.png');

    /* colors */
    --content: #e6fbff;
}

/* fonts */
.silkscreen-regular {
    font-family: "Silkscreen", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .silkscreen-bold {
    font-family: "Silkscreen", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  
.shizuru-regular {
    font-family: "Shizuru", system-ui;
    font-weight: 400;
    font-style: normal;
  }

  h1,
h2,
h3 {
    color: #ED64F5;
}

h1 {
    font-size: 25px;
}

strong {
    color: #ED64F5;
}


/* bodyodyody */
  

body {
    font-family: "Shizuru", system-ui;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    background-color: #e6fbff;
    /* you can delete the line below if you'd prefer to not use an image */
    background-size: contain;
    color: #873b8b;
    background-image: var(--body-bg-image);
}

* {
    box-sizing: border-box;
}

/* layout */
#leftbackground {
    max-width: 300px;

}
#container {
   max-width: 1300px; 
 
    margin: 0 auto;
}
#topBar {
    width: 100%;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    background-color: #ffb8ee;
    text-align: center;
    
}

#container a {
    color: #ED64F5;
    font-weight: bold;
    text-decoration:none;
}

#header {
    width: 100%;
    background-color: #fffcde;
    height: 200px;
    background-image: var(--header-image);
    background-size: cover;
}

/* nav section!! */
#navbar {
    height: 40px;
    background-color: #fffcde;
    /* navbar color */
    width: 100%;
}

#navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
    
}

#navbar li {
    padding-top: 5px;
    padding-bottom: 10px;

}

/* nav links*/
#navbar li a {
    color: #ED64F5;
    font-weight: 800;

}

/* hover */
#navbar li a:hover {
    color: #37b5be;
    font-size: x-large;

}

#flex {
    display: flex;
}

/* sidebar */
aside {
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: smaller;
}

aside.leftSidebar {
    background-color: #fffcde;
    margin-right: 5%;
}
aside.leftleftSidebar {
    margin-right: 5%;
}

/* updates sidebar box */

.box {
    background-color: #fff698 ;
    color: #873b8b;
    font-family: "Silkscreen", sans-serif;
    border: 5px solid #ffb8ee;
    padding: 10px;
    align-content: right;
}

/* DJ */


#musicplayer{
    background:#fffff3; /* background color of player */
    border:1px solid #ffb8ee; 
    width:160px; /* width of the player */
    font-family: "Silkscreen", sans-serif;

}

.songtitle{
    padding:5px;
    display:block;
    color: #873b8b;
    font-family: "Silkscreen", sans-serif;
}

.controls{
    font-size:18px !important; /* size of controls */
    background-image: #fffff3; /* background color of controls */
    text-align:center;
    width:100%;
}

.controls td{
    padding:8px 5px 0px 5px;
}

.seeking{
    background-image: #fffff3;
    display:flex;
    justify-content: space-evenly;
    padding:5px;
}

.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: #873b8b;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background-color:#fffff3;
}

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 */
    border-style: double;
    border-color: #ffb8ee;
    cursor: help;
    background: #ffb8ee; /* 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: #ffb8ee; /* 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 */
    border-style: double;
    border-color: #ffb8ee;
    cursor: help;
    background: #ffb8ee; /* color of seeking track */
}

input[type=range]::-moz-range-thumb {
    height: 10px; /* height of seeking  */
    width: 10px; /* width of seeking  */
    border-radius: 5px; 
    background: #ffb8ee; /* color of seeker */
    cursor: help;
    border:none;
}


/* main */
main {
    font-family: "Silkscreen", sans-serif;
    background-color: #e6fbff;
    flex: 1;
    padding: 20px;
    order: 3;
    text-align: center;
}

#repositorietitle {
    font-family: "Shizuru", system-ui;
    color: rgb(64, 15, 40);
    font-size: xx-large;
    font-weight: 300;
}

/* Travel page */

.innerpop::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;   
        }  
  .innerpop::-webkit-scrollbar {
      width: 5px;
  }
  .innerpop::-webkit-scrollbar-thumb {
      background-color: #ffb3c8;
      border: 0px;
  }
  .innerpop {
  width: 180px;
  height:224px;
  margin-left: 18px;
  margin-top:62px;
  color:#ffffff;
  font-family: "Silkscreen", sans-serif;
  font-size:12px; 
  letter-spacing: 1.5px;
  line-height: 12px;
  overflow-y: auto;
  overflow-x: hidden;
    }

  .pop {
      height: 370px;
    background-image: url('https://i.ibb.co/5rQBDbY/popdiv.png');
      overflow:hidden;
      background-repeat: no-repeat;	 
      margin-right:auto;
      margin-left: auto;   
  } 
  .innerpop::-webkit-scrollbar-track {
    border-radius: 0px;
    background: transparent;   
        }  
  .innerpop::-webkit-scrollbar {
      width: 5px;
  }
  .innerpop::-webkit-scrollbar-thumb {
      background-color: #ffb3c8;
      border: 0px;
  }
/* order - left sidebar is 1, content is 2, and right sidebar is 3! */

 #leftleftSidebar {
    order: 1;
}
#leftSidebar {
    order: 2;
}

#rightSidebar {
    order: 4;
}
#rightrightSidebar {
    order: 5;
}

footer {
    background-color: #ffb8ee;
    width: 100%;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-family: "Silkscreen", sans-serif;
}




/* media queries */

@media only screen and (max-width: 1100px) {
    #flex {
        flex-wrap: wrap;
    }

    aside {
        width: 100%;
    }

    main {
        order: 1;
    }

    #leftSidebar {
        order: 2;
    }

    #rightSidebar {
        order: 3;
    }

    #navbar ul {
        flex-wrap: wrap;
    }
}