/* FONT IMPORT */
@import url(https://fonts.bunny.net/css?family=biz-udmincho:400); 
@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');
@import url(https://fonts.bunny.net/css?family=biz-udmincho:700);

/* -------------------------------------------------------- */
/* VARIABLES */
/* -------------------------------------------------------- */
/* Variables are used like this: var(--text-color) */
:root {
  /* Background Colors: */
  --background-color: #000000;
  --content-background-color: transparent;
  --sidebar-background-color: rgba(250, 230, 238, 0.7);

  /* Text Colors: */
  --text-color: #e36891;
  --header-color: #c93466;
  --sidebar-text-color: #e36891;
  --link-color: #e36891;
  --link-color-hover: #d94c7b;

  /* Font: */
  --font-family: 'Deckards';
  --heading-font: 'Doto', monospace;
  --font-size: 13px; 

    
  /* Other Settings: */
  --margin: 5px;
  --padding: 13px;
  --sidebar-width: 200px;
    
    
    
}

@font-face {
    font-family: 'Deckards';
    src: url(font/deckards_regular_serif.ttf);
}

/* -------------------------------------------------------- */
/* BASICS */
/* -------------------------------------------------------- */


* {
  box-sizing: border-box;
}

body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
  font-size: var(--font-size);
  margin: 0;
  padding: var(--margin);
  color: var(--text-color);
  font-family: var(--heading-font);
  line-height: 1.2;
  background: var(--background-color);
  background-image: url(images/pinkplaid.jpg);

}


::selection {
  /* (Text highlighted by the user) */
  background: rgba(0, 0, 0, 0.2);
}

mark {
  /* Text highlighted by using the <mark> element */
  text-shadow: 1px 1px 4px var(--link-color);
  background-color: inherit;
  color: var(--text-color);
}

/* Links: */

a,
a:visited {
  color: var(--link-color);
}

a:hover,
a:focus {
  color: var(--link-color-hover);
  text-decoration: none;
}

/* -------------------------------------------------------- */
/* LAYOUT */
/* -------------------------------------------------------- */

.layout {
  width: 1250px;
  display: grid;
  grid-gap: var(--margin);
  overflow-x: hidden;
  grid-template: "header header header" auto "leftSidebar main rightSidebar" auto "footer footer footer" auto / var(--sidebar-width) auto var(--sidebar-width);
  /* Confused by the grid? Check out my tutorial: https://petrapixel.neocities.org/coding/positioning-tutorial#grid */
}

main {
  grid-area: main;
  padding: var(--padding);
  background: rgba(250, 230, 238, 0.7);
  border-width: var(--border-width); 
  border-style: var (--border-style);
  border-color: var (--border-color);
  border-radius: var(--round-borders);
}


#content {
    width: 1050px;
}

p {
    font-family: var(--font-family);
}

/* -------------------------------------------------------- */
/* HEADER */
/* -------------------------------------------------------- */

header {
  grid-area: header;
  font-size: 1.3em;
  border: var(--border);
  border-radius: var(--round-borders);
  background: var(--content-background-color);
  color: var (--header-color);
  text-align: left;
}


.header-content {
  padding: var(--padding);
}

.header-title {
  font-family: var(--heading-font);
  font-size: 2em;
  font-weight: bold;
}

.header-image img {
  width: 100%;
  height: auto;
}


/* -------------------------------------------------------- */
/* SIDEBARS */
/* -------------------------------------------------------- */

aside {
  grid-area: aside;
  border: var(--border);
  border-radius: var(--round-borders);
  overflow: hidden;
  background: var(--sidebar-background-color);
  padding: var(--padding);
  color: var(--sidebar-text-color);
}

.left-sidebar {
  grid-area: leftSidebar;
}

.right-sidebar {
  grid-area: rightSidebar;
    }

.sidebar-title {
  font-family: var(--heading-font);

}
/*ADSCROLLER*/

#adscroller {
    border-style: dashed;
    border-width: 2px;
    border-color: #c93466;
    padding: 5px;
}

/*IFRAMES*/

.frames {
    margin: 0 0 -120px 0;
}   


aside h2, h3:hover {
    font-size: 1.23em;
}
aside h2 {
  font-size: 1.6em;
  transition: width 10s;
font-family: var(--heading-font);
    color: #c93466;
}

aside h3 {
  font-size: 1.2em;
  transition: width 10s;
  font-family: var(--font-family);
}

.sidebar-section:not(:last-child) {
  margin-bottom: 3em;
}


.sidebar-section > *:not(p):not(ul):not(ol):not(blockquote) {
  margin-top: 10px;
}
/* Sidebar Blockquote: */

.sidebar-section blockquote {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 1em 0;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-section blockquote > *:first-child {
  margin-top: 0;
}

.sidebar-section blockquote > *:last-child {
  margin-bottom: 0;
}

/* Site Button: */

.site-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-button textarea {
  font-family: monospace;
  font-size: 0.7em;
width: 100px;
    height: 15px;
}


/* -------------------------------------------------------- */
/* CONTENT */
/* -------------------------------------------------------- */

/*SNOWFLAKES EFFECT*/

#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
  }

  .snowflake {
    position: fixed;
    user-select: none;
    z-index: 1000;
    pointer-events: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }



/*FIELDSETS*/

.fieldsetwithborder fieldset {
    border-image: url(borders/plaid.gif) 10 fill round;
    border-width: 17px;
    border-style: solid;
    font-size: 15px;
    font-family: var(--font-family);
}
.fieldsetwithborderstamp fieldset {
    border-image: url(borders/plaid.gif) 10 fill round;
    border-width: 17px;
    border-style: solid;
    font-size: 15px;
    font-family: var(--font-family);
    max-width: 100%;
}

.followneo fieldset {
    border-image: url(borders/plaid.gif) 10 fill round;
    border-width: 17px;
    border-style: solid;
    font-size: 15px;
    font-family: var(--font-family);   
}


legend img {
    width: 20px;
}





/*CD HOVER TEXTS*/

    /*SOUR TEXT HOVER*/

/* Tooltip text */
.compactdisc .sour {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 79%;
  left: 48.5%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .sour::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .sour {
  visibility: visible;
  opacity: 1;
}




/*LOVER TEXT HOVER*/

/* Tooltip text */
.compactdisc .lover {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 79%;
  left: 55%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .lover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .lover {
  visibility: visible;
  opacity: 1;
}

/*1989 TEXT HOVER*/

/* Tooltip text */
.compactdisc .ts {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 79%;
  left: 61%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .ts::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .ts {
  visibility: visible;
  opacity: 1;
}

/*EMAILS I CANT SEND TEXT HOVER*/

/* Tooltip text */
.compactdisc .eics {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 77%;
  left: 67.5%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .eics::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .eics {
  visibility: visible;
  opacity: 1;
}

/*TORTURED POETS TEXT HOVER*/

/* Tooltip text */
.compactdisc .ttpd {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 73%;
  left: 74%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .ttpd::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .ttpd {
  visibility: visible;
  opacity: 1;
}

/*CHAPPELL ROAN TEXT HOVER*/

/* Tooltip text */
.compactdisc .rafoamp {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 75%;
  left: 80%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .rafoamp::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .rafoamp {
  visibility: visible;
  opacity: 1;
}


/*SHORTNSWEET TEXT HOVER*/

/* Tooltip text */
.compactdisc .sns {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 90%;
  left: 48.5%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .sns::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .sns {
  visibility: visible;
  opacity: 1;
}

/*MIDNIGHTS TEXT HOVER*/

/* Tooltip text */
.compactdisc .midnights {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 92%;
  left: 55%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .midnights::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .midnights {
  visibility: visible;
  opacity: 1;
}

/*SHOWGIRL TEXT HOVER*/

/* Tooltip text */
.compactdisc .showgirl {
  visibility: hidden;
  width: 120px;
  background-color: #edf7ff;
  color: black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border: #b3d0e8 2px solid;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 90%;
  left: 61%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.compactdisc .showgirl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #b3d0e8 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.compactdisc:hover .showgirl {
  visibility: visible;
  opacity: 1;
}

/*ACCORDION LEARN MORE*/

.resourcesdrpdwn {
   border-top-style: dashed;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 2px;
    background-color: #fff2f9; 
    padding: 7px; 
    margin-top: 10px;
    height: 1200px;
    overflow-y: scroll;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: rgba(250, 227, 235, 0.7);
  color: #e36891;
  cursor: grab;
  padding: 7px;
  margin: 7px;
  width: 90%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: rgba(250, 227, 235, 0.7);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 7px;
    margin: 7px;
  background-color: rgba(250, 227, 235, 0.6);
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
    width: 90%;
}


.accordion:after {
  font-size: 13px;
  color: #e36891;
  margin-left: 5px;
}


/* -------------------------------------------------------- */
/* FOOTER */
/* -------------------------------------------------------- */

footer {
  grid-area: footer;
  border: var(--border);
  border-radius: var(--round-borders);
  overflow: hidden;
  font-size: 0.75em;
  padding: 15px;
  background: var(--content-background-color);
  display: flex;
  justify-content: center;
}

footer a,
footer a:visited {
  color: var(--link-color);
}

footer a:hover,
footer a:focus {
  color: var(--link-color-hover);
}

/* -------------------------------------------------------- */
/* CONTENT */
/* -------------------------------------------------------- */

#main {
  line-height: 1.3;
    border: black solid 2px;
}

#main a,
#main a:visited {
  color: var(--link-color);
}

#main a:hover,
#main a:focus {
  color: var(--link-color-hover);
  text-decoration-style: wavy;
}

#main p,
#main .image,
#main .full-width-image,
#main .two-columns {
  margin: 0.75em 0;
}

#main ol,
#main ul {
  margin: 0.5em 0;
  padding-left: 1.5em;
}

#main ol li,
#main ul li {
  margin-bottom: 0.2em;
  line-height: 1.3;
}

#main ol {
  padding-left: 2em;
}

#main blockquote {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 1em 0;
  border-radius: 10px;
}

#main pre {
  margin: 1em 0 1.5em;
}

#main code {
  text-transform: none;
}

#main center {
  margin: 1em 0;
  padding: 0 1em;
}




/*MUSIC PAGE SCROLLERS*/

.scroller {
    background-color: rgba(250, 230, 238);
    border-width: 2px;
    border-top-style: dashed;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: #f7bed1;
    margin-top: 25px;
    margin-left: 10px;
    padding: 20px;
    height: auto;
    width: 300px;
    overflow-y: auto;
}

p {
    font-family: var(--font-family);
}

#favourites {
    display: flex;
}

#youtubers {
    border: 2px dashed;
    width: 300px;
    margin-top: 25px;
    margin-left: 10px;
    padding: 20px;
    border-color: #f7bed1;
    background-color: rgba(250, 230, 238)
    
}

#collection {
    border: 2px dashed;
    width: 610px;
    height: auto;
    margin-top: 25px;
    margin-left: 10px;
    padding: 20px;
    border-color: #f7bed1;
    background-color: rgba(250, 230, 238);
}

#collectionimages {
    display: flex;
}

#collectionrow2 {
    display: flex;
}


#collection img {
    width: 90px;
    height: auto;
    margin-top: 10px;
    padding: 7px;
}

.row {
    display: flex;
    width: 1000px;
    
}

#wrapped {
    height: auto;
    padding: 7px;
    border: 2px #f7bed1 dashed;
    width: 300px;
    margin-top: 25px;
    margin-left: 10px;
    padding: 20px;
    background-color: rgba(250, 230, 238);
    display:block;
}

#wrapped img {
    padding: 20px;
}

#wrapped h3 {
    padding: 7px;
}

.column {
    padding: 7px;
    width: 300px;
}
    


/* HEADINGS: */

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: var(--heading-font);
  margin-bottom: 0;
  line-height: 1.5;
  color: #de5d88;
}

main h1:first-child,
main h2:first-child,
main h3:first-child,
main h4:first-child,
main h5:first-child,
main h6:first-child {
  margin-top: 0;
}

main h1 {
  font-size: 1.8em;
}

main h2 {
  font-size: 1.4em;
}

main h3 {
  font-size: 1.3em;
}

main h4 {
  font-size: 1.2em;
}

main h5 {
  font-size: 1.1em;
}

main h6 {
  font-size: 1em;
}

/* COLUMNS: */

.rows {
  display: table;
}

.rows > * {
  flex: 1 1 0;
  margin: 0;
}

.rows img {
    width: 50%;
    height: auto;
    transition: rotate 2s;
}

.rows img:hover{
    transform: rotate(15deg);
}

/* -------------------------------------------------------- */
/* CONTENT IMAGES */
/* -------------------------------------------------------- */

.image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.full-width-image {
  display: block;
  width: 100%;
  height: auto;
}

.images {
  display: flex;
  width: calc(100% + 5px + 5px);
  margin-left: -5px;
  margin-right: -5px;
}


/* -------------------------------------------------------- */
/* ACCESSIBILITY */
/* -------------------------------------------------------- */

/* please do not remove this. */

#skip-to-content-link {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  line-height: 1;
  font-size: 1.25rem;
  background-color: var(--content-background-color);
  color: var(--text-color);
  transform: translateY(-3rem);
  transition: transform 0.1s ease-in;
  z-index: 99999999999;
}

#skip-to-content-link:focus,
#skip-to-content-link:focus-within {
  transform: translateY(0);
}

/* -------------------------------------------------------- */
/* MOBILE RESPONSIVE */
/* -------------------------------------------------------- */

/* CSS Code for devices < 800px */
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }

  .layout {
    width: 100%;
    grid-template: "header" auto  "leftSidebar" auto "main" auto "footer" auto / 1fr;
    /* Confused by the grid? Check out my tutorial: https://petrapixel.neocities.org/coding/positioning-tutorial#grid */
  }

  
  .right-sidebar { 
    display: none;
    
  }
  

  main {
    max-height: none;
    padding: 15px;
  }

  .images {
    flex-wrap: wrap;
  }

  .images img {
    width: 100%;
  }

  #skip-to-content-link {
    font-size: 1rem;
  }
}
